Page 1 of 1

PHP warning

Posted: Mon May 28, 2012 10:38 pm
by vimal
Hello All,
I am getting a lot of this error in my error log. What does it mean? Is it something serious and how to solve it?

Code: Select all

2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.73.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.78.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.82.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.86.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.88.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.89.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.92.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.93.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.category.2.98.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.length_class.2.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 8:42:06 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.tax_class.1337928121) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14
2012-05-25 12:01:15 - PHP Warning:  unlink(/www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/cache/cache.currency.1337939368) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /www/webvol17/ty/gnsennek25xjm7l/rethinkdesign.se/public_html/system/library/cache.php on line 14

Re: PHP warning

Posted: Sat Jun 02, 2012 11:03 am
by Avvici
unlink() tries to delete a file. Is this a brand new install, upgrade? What version?

Re: PHP warning

Posted: Mon Jun 04, 2012 4:13 am
by vimal
Hi
Its a brand new install. Version 1.5.2.1
Regards,
Vimal.

Re: PHP warning

Posted: Mon Jun 04, 2012 4:30 am
by Avvici
Try reinstalling, everything.

Re: PHP warning

Posted: Mon Jun 04, 2012 10:32 pm
by vimal
Hej
I can't do that as it is not my shop. I made it for one customer.
Regards,
Vimal.

Re: PHP warning

Posted: Tue Jun 05, 2012 4:07 am
by cartpro
Your cache folder doesn't look like having write permission. You need to set the permission to system/cache folder.

Re: PHP warning

Posted: Thu Jun 07, 2012 3:55 am
by vimal
Hello,
I have write persmission. Should it be write on group and public too?

Re: PHP warning

Posted: Thu Jun 07, 2012 4:23 am
by Avvici
755

Re: PHP warning

Posted: Fri Oct 19, 2012 5:15 am
by platypuspuzzles
Hi. I have this problem.

I already have my persmissions at 0755 for all folders affected/mentioned but am still getting the above error relaing to my deleted images.

The error appears after running increase page speed with 'plus images'

Any advice?