The first problem i encountered was with the permissions. I set all these files to 755 and the install files would nit let me proceed. So i had to set the file permissions to 777.
After getting around that Tried to go into admin and configure site and I cant change the name of the site in settings. Everytime i change the name of the site in ettings and save it never changes on the homepage. Does anyone have any ideas?
OpenCart 1.2.6 version
After setting the permissions to 755 this is the error i get.
Once again! Any ideas?Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.0.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.17.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.18.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.20.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.24.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.25.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.26.1239980066) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.27.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.28.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.29.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.30.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.31.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.32.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.33.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.34.1239980067) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.category.1.37.1239980066) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.country.1239979863) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.language.1239979863) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.manufacturer.1239979822) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.order_status.1.1239979863) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.product.latest.1.8.1239979821) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.product.popular.1.5.1239979822) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.stock_status.1.1239979863) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.weight_class.1.1239979863) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: unlink(/home/gettingl/public_html/glp/cache/cache.zone.222.1239979864) [function.unlink]: Permission denied in /home/gettingl/public_html/glp/system/library/cache.php on line 13
Warning: Cannot modify header information - headers already sent by (output started at /home/gettingl/public_html/glp/system/library/cache.php:13) in /home/gettingl/public_html/glp/system/library/response.php on line 65
Quick guess .... the cache directory needs to be writeable by the web server. Permissions of 755 give write access to the user (you) but not the group. Ideally the group will be the webserver, frequently 'apache'. Try permissions of 775. If the group is the NOT the webserver then you may have to resort to 777 but having 777 permissions anywhere on public facing directories/files is best avoided if possible.
Chris
Chris
Good looking out Chris. I really appreciate it! 775 worked for me. I was starting to wonder abot this support forum.SiteE@se wrote:Quick guess .... the cache directory needs to be writeable by the web server. Permissions of 755 give write access to the user (you) but not the group. Ideally the group will be the webserver, frequently 'apache'. Try permissions of 775. If the group is the NOT the webserver then you may have to resort to 777 but having 777 permissions anywhere on public facing directories/files is best avoided if possible.
Chris
Stick with it and be prepared to be patient sometimes - over the last 18 months I have found the mutual support offered here to be second to none. Most folk have 'day jobs' but someone usually is able to get you an answer. As you get to grips with OC I'm sure you'll want to share your knowledge with others here tooSilvertongue62 wrote:SiteE@se wrote: I was starting to wonder abot this support forum.

Chris
Oops!
Correction.
The 757 and the 775 screwed up my admin panel. I had to chmod files to 777.
Correction.
The 757 and the 775 screwed up my admin panel. I had to chmod files to 777.
Who is online
Users browsing this forum: Bing [Bot] and 56 guests