Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2012 at 14:04 UTC
Updated:
14 Nov 2012 at 01:01 UTC
I dont think this is a bug.
I had commerkick start install at http://localhost/sites/commercekick and then moved it (by zipping, creating db on webhost, editing settings.php) to http://example.com.
But when we visit http://example.com we get this error:
"Fatal error: require_once() [function.require]: Failed opening required '/home/vesanig/public_html/profiles/commerce_kickstart/modules/rules/includes/rules.core.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vesanig/public_html/includes/bootstrap.inc on line 3024"
Kindly assist in resolving this. Will appreciate greatly.
Comments
Comment #1
ojchris commentedComment #2
bladeduI guess is a file permission issue. Be sure the user used by the web server (on apache normally is www-data) has read access to the whole site and write permissions to the files folder.
Comment #3
bojanz commented