Guest Posted January 18, 2004 Share Posted January 18, 2004 Hello, can you help me! When I fill in all the questions (the right way) to make an account on my website and press the <Further> button, I get this "warning": Warning: reset() [function.reset]: Passed variable is not an array or object in /www/htdocs/cameraza/includes/classes/email.php on line 71 Warning: Variable passed to each() is not an array or object in /www/htdocs/cameraza/includes/classes/email.php on line 72 Fatal error: Call to a member function on a non-object in /www/htdocs/cameraza/includes/functions/general.php on line 983 Query was empty - Query was empty Query was empty [TEP STOP] Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0 Can anyone tell me what`s the problem?? thanks in advance !! Menno Link to comment Share on other sites More sharing options...
Guest Posted January 19, 2004 Share Posted January 19, 2004 Possibly session.auto_start is set to 'on' in php.ini - it must be off. Make the following file and call it 'info.php' - upload it to your webroot and post the URL for it back here: <?php phpinfo(); ?> This will give useful info on your server/PHP/MySQL setup. It may also help to empty your sessions table in your database. Matti Link to comment Share on other sites More sharing options...
Guest Posted January 19, 2004 Share Posted January 19, 2004 Thank you Johnson sorry for late answer.. I fell asleep ! i looked in under my server_info and saw that session_auto_start is set to "off". Could it be something else? Menno Link to comment Share on other sites More sharing options...
Guest Posted January 19, 2004 Share Posted January 19, 2004 Yes - check that the email settings in admin are correct for your server Link to comment Share on other sites More sharing options...
Guest Posted January 19, 2004 Share Posted January 19, 2004 Hi ! I just did.. can`t see a strange thing there.. And the setting I have know did work before! Could you please have a look at my info.php at www.camerazaak.nl/info.php to see if you can find out a problem, cause I still don`t have a clue! Thanks a lot ! Menno Link to comment Share on other sites More sharing options...
Guest Posted January 19, 2004 Share Posted January 19, 2004 Ok - more info - so your email *was* working and now it doesn't.... what did you change? Phpinfo looks normal at a glance.... Maybe this will help? http://www.oscommerce.com/forums/index.php?showtopic=28334&hl= Matti Link to comment Share on other sites More sharing options...
Guest Posted January 19, 2004 Share Posted January 19, 2004 thanks Matti ! I think I know a bit more about the problem now.. I`ve got a dutch-page so in Admin I set (Customer Details) Suburb and State to FALSE.. When I put them back to True my problems seem to be solved.. So now I have to find a way to turn off State and Suburb and still have it all working.. MY NEXT MISSION.. Thank you for your help !! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.