Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hit counter+SMTP+


ruhin

Recommended Posts

Posted

* how can i reset the hit counter and the date at the bottom bar ?

 

* my cart has warning at the bottom -

Warning: session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in c:\inetpub\wwwroot\bdnewmarket\catalog\includes\functions\sessions.php on line 179

 

what should i do?

 

* i have a problem when i click to check forget password mailing -

Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in c:\inetpub\wwwroot\bdnewmarket\catalog\includes\classes\email.php on line 502

 

Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\bdnewmarket\catalog\includes\classes\email.php:502) in c:\inetpub\wwwroot\bdnewmarket\catalog\includes\functions\general.php on line 28

 

Warning: session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in c:\inetpub\wwwroot\bdnewmarket\catalog\includes\functions\sessions.php on line 179

 

what it the problem ?

Posted

[CODE]* how can i reset the hit counter and the date at the bottom bar ?

 

u have to change it in the database. i will pm u the tables tomorroe when will go to work. sorry for that.

 

* my cart has warning at the bottom -
Warning: session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in c:\inetpub\wwwroot\bdnewmarket\catalog\includes\functions\sessions.php on line 179

what should i do?

 

in admin>configiration>sessions>

 

change every settinsg to false except 'prevent spider sessions'

in that settings. the first one talks abt the folder where u store sessions.

go to ftp program. go to that folder such as

html/temp/

 

right click and chnage mode to 777 or all to be CHECKED. (writable, executable and readable)

 

* i have a problem when i click to check forget password mailing -
Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in c:\inetpub\wwwroot\bdnewmarket\catalog\includes\classes\email.php on line 502

Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\bdnewmarket\catalog\includes\classes\email.php:502) in c:\inetpub\wwwroot\bdnewmarket\catalog\includes\functions\general.php on line 28

Warning: session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in c:\inetpub\wwwroot\bdnewmarket\catalog\includes\functions\sessions.php on line 179

what it the problem ?

 

go to all of those files in the error and open them with a good php editor (neither with notepad nor with frontpage)

check first line. first word should be <?php.... there shouldnt be a blank line or a space.

same at last line. no space after that. so at end after ?> put ur cursor and press del;ete key bunch of times.....

 

hope it helps...

Archived

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

×
×
  • Create New...