Normally it is set to maintenance mode with an index.html page active so the maintenance page does not show, but I had not activated the index.html last night so the maintenance page has been visible overnight.
Here is todays log when I was not using the site
2012-10-24 3:09:26 - PHP Warning: unlink(/home/Mysite/public_html/system/cache/cache.product.total.1.0.1.55a55c38d5843283d148d3b96c9a1245.1351039007) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /home/Mysite/public_html/system/library/cache.php on line 18
2012-10-24 3:09:27 - PHP Warning: unlink(/home/Mysite/public_html/system/cache/cache.language.1351039008) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /home/Mysite/public_html/system/library/cache.php on line 18
2012-10-24 10:00:27 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/Mysite/public_html/index.php:49) in /home/Mysite/public_html/system/library/session.php on line 11
2012-10-24 10:00:27 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/Mysite/public_html/index.php:49) in /home/Mysite/public_html/system/library/session.php on line 11
2012-10-24 10:00:27 - PHP Notice: Undefined index: HTTP_HOST in /home/Mysite/public_html/index.php on line 177
2012-10-24 10:00:27 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/Mysite/public_html/index.php:49) in /home/Mysite/public_html/index.php on line 177
Anyone got any ideas on what is happening?
Some more today
2012-10-30 3:12:21 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/Mysite/public_html/index.php:49) in /home/Mysite/public_html/system/library/session.php on line 11
2012-10-30 3:12:21 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/Mysite/public_html/index.php:49) in /home/Mysite/public_html/system/library/session.php on line 11
nothing sinister.
Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite
irc.freenode.net #opencart
I see that the linked page shows all the files are requiring 0755 or 0777.
Should I change the config file permissions? Don't want to make the installation vulnerable so hence my question before I try them at 0755.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Yes I've got the exact same errors popping up almost everyday and I have tried many times to fix them.
The "currency" error I thought I found a fix for, unfortunately still doesn't work, as I had the error coming up again today. Sorry if I mislead you in the post below.

viewtopic.php?f=2&t=81218
The "cache" error (unlink) is very peculiar because the default code looks perfect, still it does trigger an error at times.
I think the new encryption could be the problem for both errors:
On pages like these "product/product&product_id=47#.UKn3c2fVoSY", the URL has an added encryption at the end.
When you change the currency, the page refreshes to this URL: "product/product&product_id=47".
As you know, a "cache" is created everytime a product is being called. If the URL is then initially caught with the encryption On then it might not be able to unlink it later if the currency has been changed, and the Old and New cache does not match.
Anyway, I could be saying silly things here but the errors are still there. My comments might help one of you figure it out, before OC 1.5.5.x comes out.
Regards to all.
OpenCart custom solutions @ https://villagedefrance.net
2013-01-03 3:35:27 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/mysite/public_html/index.php:49) in /home/mysite/public_html/system/library/session.php on line 11
2013-01-03 3:35:27 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/mysite/public_html/index.php:49) in /home/mysite/public_html/system/library/session.php on line 11
2013-01-03 3:35:27 - PHP Notice: Undefined index: HTTP_HOST in /home/mysite/public_html/index.php on line 177
2013-01-03 3:35:27 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/index.php:49) in /home/mysite/public_html/index.php on line 177
2013-01-03 3:35:27 - PHP Notice: Undefined index: HTTP_HOST in /home/mysite/public_html/system/library/currency.php on line 45
2013-01-03 3:35:27 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/index.php:49) in /home/mysite/public_html/system/library/currency.php on line 45
Can anyone shed any light on this as it is filling up my log?
It, OC, is looking for cache files which already have been deleted by the system.
It is just an error, no sweat.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I also just develop this same problem today after domain name change. This error is at the top of the page above the main hearder. So are you saying that this will correct its self in time. I'm using v 1.5.6i2Paq wrote:NO FIX NEEDED, Read what this topic says.
It, OC, is looking for cache files which already have been deleted by the system.
It is just an error, no sweat.
Okay I fix the problem on my own...SmokeNGun wrote:I also just develop this same problem today after domain name change. This error is at the top of the page above the main hearder. So are you saying that this will correct its self in time. I'm using v 1.5.6i2Paq wrote:NO FIX NEEDED, Read what this topic says.
It, OC, is looking for cache files which already have been deleted by the system.
It is just an error, no sweat.
I'm referring to the error-log.SmokeNGun wrote:Okay I fix the problem on my own...SmokeNGun wrote:I also just develop this same problem today after domain name change. This error is at the top of the page above the main hearder. So are you saying that this will correct its self in time. I'm using v 1.5.6i2Paq wrote:NO FIX NEEDED, Read what this topic says.
It, OC, is looking for cache files which already have been deleted by the system.
It is just an error, no sweat.
If you have an error at the top of your page then this is another error.
Always post you error because to you it might look the same but it could be completely different.
And if you solve an issue, why not post the solutions so others can benefit?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/n2ritcom/public_html/bcrch.com/config.php:29) in /home/n2ritcom/public_html/bcrch.com/system/library/session.php on line 11Warning: Cannot modify header information - headers already sent by (output started at /home/n2ritcom/public_html/bcrch.com/config.php:29) in /home/n2ritcom/public_html/bcrch.com/index.php on line 181
Next issue is when ever logging into the store front after logging in the complete page goes blank.
Also if requesting a new password you put in the email after then select continue the screen goes blank.
Now its like just about anything you click on there's all sort of error message.
All of this came about when moving the site under a different domain name located on the same host.
I've only been getting the site setup. With so many error message popping up now, Could I just do a complete re-install?
And how would if effect my database that as already been created ?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Yes custom theme onlyi2Paq wrote:Do you use a custom theme and/or an additional language?
But keep in mine that this problem started after the all files were moved to a new folder for a domain name change. Reason it was in conflick with another site and the owner was giving me a hard time about it. My isp provider made all the
changes for me. He said he had to edit two files the config.php and admin.php.
Now is when i'm getting all the error and some blank pages.
Blank page show when some one trys to setup a new account view there account.
So my other question can I re-install the files like doing an upgrade and would that help? I know I would need to backup my database and not over wright my config.php and admin.php file.
Users browsing this forum: Bing [Bot] and 74 guests