not sure if this is php related, i know nothing bout the langauge. i got the following errors: Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 32104 is not allowed to access owned by uid 0 in /xxxxxx/xxxxxxx/xxxxxxxxxx/sessions.php on line 110 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /xxxxxx/xxxxxxx/xxxxxxxxxx/sessions.php:110) in /xxxxxx/xxxxxxx/xxxxxxxxxx/sessions.php on line 67 this is when i installed oscommerce on my site and tried to go to the admins. i did some search and know it is due to whitespace at the front or end. i already checked sessions.php, its ok. i am now checking all the .php in the catalogs folder for whitespace. is there any shorter solution to debug this? there are like ard 100 .php in there...
nvm, i fixed the prob. theres a safe mode restriction error which i totally ignored. i searched and found the cause to be that safe mode is on, which doesn't make sense since mine is off. no luck on the session error, so i went back to the safe mode and found this: http://forums.oscommerce.com/index.php?showtopic=184484 gd luck to those who have trouble installing oscommerce. it sure is hard for ppl wif no php knowledge. now on to finally set up my shop.