Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I get these strange "Warnings"?


Guest

Recommended Posts

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...