Trying to upgrade with serious issues

Hi guys



Im truying to upgrade from 1.0.14 to 2.0.15 but unfortunatly I’m getting serious erros due to permissions that I do not understand why.


[QUOTE]Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/reward_points/views/reward_points/userlog.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 489



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/reward_points/views/reward_points/userlog.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 503



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/reward_points/hooks/products/options_js.post.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 489



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/reward_points/hooks/products/options_js.post.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 503



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/buy_together/hooks/products/notification_product.override.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 489



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/age_verification/hooks/products/one_product.override.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 489



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/recurring_billing/views/subscriptions/view.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 489



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/recurring_billing/views/subscriptions/view.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 503



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/product_configurator/hooks/products/notification_product.override.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 489



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/form_builder/hooks/pages/page_content.override.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 489



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/form_builder/hooks/pages/page_content.override.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 503



Warning: md5_file(/home/nbentode/public_html/var/skins_repository/base/customer/addons/gift_certificates/views/gift_certificates/verify.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/nbentode/public_html/controllers/admin/upgrade_center.php on line 489[/QUOTE]



This is just an exemple because the list goes on.



I recently upgraded to 2.0.14 I didnt had any problems, but now this?

The permissions are the same they were before so I dont understantd the problem.

Do I need to change permissions on all files? I mean there are errors for almost every file on the base skin.



Some help is apreciated.

Thank You

Permissions need to be 777 for skins, var, images, catalogue

I’m trying to go from 2.0.15 to 2.1 on one of my sites and am getting a similar string of errors. I checked the permissions as BarryH suggested and they are all set to 777. What else could be wrong? Is it OK to proceed even though I’m getting these errors?



Here’s one of my errors, there are lines up lines of similar things:



Warning: md5_file(/home/ihcshop/public_html/skins/toy_store/customer/pickers/js_product.tpl) [function.md5-file]: failed to open stream: Permission denied in /home/ihcshop/public_html/var/upgrade/upgrade_2.0.15-2.1.0.tgz/uc_override.php on line 520

Your server may not support 666/777 permissions.



Check the ‘Server API’ section using a phpinfo script or contact your host to be sure.



If PHP is using a CGI handler then all permissions should be 644/755 (files/directories)

S-Combs, I have another CS-Cart site on the same VPS (so it would be running the same PHP stuff, right?). I upgraded that site two days ago and everything went fine. I did not get these errors. Any other ideas? Thanks so much for your help.

Yes, unless you have a custom environment with multiple PHP versions installed they will be the same… Double check that all permissions are the same between the 2 sites… If they are identical then post your exact error messages here or PM them to me along with a link to a phpinfo page if possible…



Also check the error_log in the root of your store to see if it contains any other hints…

OK, I checked the permissions on the toy_store skin folder and everything beneath it, and they were evidently not correct. I have changed everything from toy_store on down to 777 and the update has now gone through with no errors. Thanks again for your help!