Unknown Error in admin section
issueid=321 21-08-2011 08:20 PM
Junior Member
Unknown Error in admin section
just installed Webid and i get error in admin when click tools and check version

Hi i have just installed webid and i get this error if i go to error log

21-08-2011, 05:19:37:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:20:19:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:20:36:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:20:58:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:21:23:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:22:33:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:22:46:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:23:07:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:28:15:: Unknown error type: [8] Undefined variable: j on /home/purchase/public_html/index.php line 199
21-08-2011, 05:40:22:: Unknown error type: [8] Undefined variable: catstr on /home/purchase/public_html/admin/categories.php line 30
21-08-2011, 05:44:53:: Unknown error type: [8] Undefined index: username on /home/purchase/public_html/admin/newadminuser.php line 59
21-08-2011, 05:44:53:: Unknown error type: [8] Undefined index: password on /home/purchase/public_html/admin/newadminuser.php line 60
21-08-2011, 05:44:53:: Unknown error type: [8] Undefined index: repeatpassword on /home/purchase/public_html/admin/newadminuser.php line 61
21-08-2011, 05:44:53:: Unknown error type: [8] Undefined index: status on /home/purchase/public_html/admin/newadminuser.php line 62
21-08-2011, 05:45:09:: Unknown error type: [8] Undefined index: username on /home/purchase/public_html/admin/newadminuser.php line 59
21-08-2011, 05:45:09:: Unknown error type: [8] Undefined index: password on /home/purchase/public_html/admin/newadminuser.php line 60
21-08-2011, 05:45:09:: Unknown error type: [8] Undefined index: repeatpassword on /home/purchase/public_html/admin/newadminuser.php line 61
21-08-2011, 05:45:09:: Unknown error type: [8] Undefined index: status on /home/purchase/public_html/admin/newadminuser.php line 62

all i did on fresh install was change the database prefix to au_ and put it in the config_inc file to.

Also when i go to version check i get this:

URL file-access is disabled on your server so WeBid is unable to run the version check
Your Version: 1.0.3
Current Version: Unknown
You are running an old version you can download the latest version from here

but it is the latest version i am running. and i checked allow_url_fopen and it is enabled? could it be that i need to place php.ini in the root of the webid installation.

Kind Regards,
Aaron
Issue Details
Issue Number 321
Project WeBid
Category Admin Control Panel
Status Fixed
Priority 1 - Highest
Affected Version 1.0.3
Fixed Version 1.0.4
Milestone (none)
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)




21-08-2011 09:51 PM
Senior Member
i have
20-08-2011, 20:16:02:: Unknown error type: [8] Undefined variable: j on /home/dan20605/public_html/auktion/index.php line 199

also has the jcats error have cleared my log yesterday and cant see it now.

and also have the URL file-access error tried on other host and he set it to ON 2 places cant find the email of what he specific did.
and it too said i had to set it on tho it is on.
minor cosmetic problem has nothing to say, just telling here as i have it too.

22-08-2011 04:10 PM
Administrator
replace
PHP Code:
$hot_items = ($j 0) ? true false
with
PHP Code:
$hot_items = ($i 0) ? true false

22-08-2011 07:20 PM
Senior Member
Nice spotted renlok. have looked at that line many times :)

22-08-2011 09:14 PM
Junior Member
i still get a few errors now i get 22-08-2011, 16:10:53:: Unknown error type: [8] Undefined variable: current_page on /home/purchase/public_html/admin/loggedin.inc.php line 32

and it is stil telling me:

URL file-access is disabled on your server so WeBid is unable to run the version check
Your Version: 1.0.3
Current Version: Unknown
You are running an old version you can download the latest version from here


23-08-2011 05:58 PM
Junior Member
Kool that fixed the logo errors :) but why do i still get the url URL file-access is disabled on your server so WeBid is unable to run the version check when it is enabled as i looked :), as i have a VPS so i have full access

Aaron

12-04-2012 02:51 PM
Junior Member
Quote Originally Posted by renlok
replace
PHP Code:
$hot_items = ($j 0) ? true false
with
PHP Code:
$hot_items = ($i 0) ? true false
Thanks a lot!