PDA

View Full Version : Problem login admin !!!


Abdullah
01-24-2008, 04:49 AM
Hi

I can not access the control panel , what is Problem ?

help me :)

4ice
01-24-2008, 04:54 AM
Can you please provide some more information about your problem.

Do you get any errors? And if not, you can try to set error reporting on in main.inc.php

ini_set('display_errors',1);
ini_set('display_startup_errors',1);

Abdullah
01-24-2008, 05:04 AM
this error :

Warning: main() [function.main]: SAFE MODE Restriction in effect. The script whose uid is 32189 is not allowed to access /usr/lib/php/PEAR.php owned by uid 0 in /home/admincp/public_html/upload/include/pear/Mail/mimeDecode.php on line 65

Warning: main(PEAR.php) [function.main]: failed to open stream: Permission denied in /home/admincp/public_html/upload/include/pear/Mail/mimeDecode.php on line 65

Fatal error: main() [function.require]: Failed opening required 'PEAR.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/admincp/public_html/upload/include/:/home/admincp/public_html/upload/include/pear/') in /home/admincp/public_html/upload/include/pear/Mail/mimeDecode.php on line 65

test site :

http://admincp.info/upload/scp/admin.php

user name : admin
pass word : 898989

thanks

4ice
01-24-2008, 05:11 AM
Did you see this thread:
http://www.osticket.com/forums/showthread.php?t=16&highlight=mimeDecode.php

One of my posts concerns a change of the path to the PEAR.php file

The new version RC3 should not have this problem, it should be released very soon now. We are testing it atm.