during install I get the following notes :
•Notice: Undefined index: commerce_product_pricing_ui in install_profile_modules() (line 1336 of /hermes/bosweb/web278/b2788/ipg.raspiecom/deals/includes/install.core.inc).
•Notice: Trying to get property of non-object in install_profile_modules() (line 1336 of /hermes/bosweb/web278/b2788/ipg.raspiecom/deals/includes/install.core.inc).
•Notice: Undefined index: commerce_product_pricing_ui in install_profile_modules() (line 1346 of /hermes/bosweb/web278/b2788/ipg.raspiecom/deals/includes/install.core.inc).
•Notice: Trying to get property of non-object in install_profile_modules() (line 1346 of /hermes/bosweb/web278/b2788/ipg.raspiecom/deals/includes/install.core.inc).
•Notice: Undefined index: commerce_product_pricing_ui in install_profile_modules() (line 1354 of /hermes/bosweb/web278/b2788/ipg.raspiecom/deals/includes/install.core.inc).
•Notice: Trying to get property of non-object in install_profile_modules() (line 1354 of /hermes/bosweb/web278/b2788/ipg.raspiecom/deals/includes/install.core.
Followed by the error message :
An AJAX HTTP error occurred.HTTP Result Code: 200Debugging information follows.
Path: http://dailydeals.raspie.biz/install.php?profile=opendeals&locale=en&id=...
StatusText: OKResponseText:
Fatal error: Class 'CommerceProductEntityController' not found in /hermes/bosweb/web278/b2788/ipg.raspiecom/deals/includes/common.inc on line 7522
when I open my website, it shows this line :
Fatal error: Class 'CommerceProductEntityController' not found in /hermes/bosweb/web278/b2788/ipg.raspiecom/deals/includes/common.inc on line 7522
please advise
Comments
Comment #1
yannisc commentedMake sure that you have 128mb of PHP Memory!
Comment #2
nsavitsky commentedI have the same issue. I have set 512M as the memory limit in php.ini and .htaccess, but it doesn't help. So I believe that there are another reason.
Comment #3
nchar commentedI have installed the profile 10 times successfully. So it would be very helpful if you could give me any other information.
Comment #4
Teresa In commentedI have too the same issue... opendeals-7.x-1.0-alpha4
Like the Installation and setup instructions said
In the file .htaccess, I have:
# Set Memory limit to at least 128M either with the following line or in your server's php.ini.
php_value memory_limit 128M
In the file php.ini, I have:
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 128M
And too this notice
Notice: Undefined index: commerce_product_pricing_ui in install_profile_modules() (line 1336 of \www\OpenDeal\includes\install.core.inc).
Notice: Trying to get property of non-object in install_profile_modules() (line 1336 of \www\OpenDeal\includes\install.core.inc).
Notice: Undefined index: commerce_product_pricing_ui in install_profile_modules() (line 1346 of \www\OpenDeal\includes\install.core.inc).
Notice: Trying to get property of non-object in install_profile_modules() (line 1346 of \www\OpenDeal\includes\install.core.inc).
Notice: Undefined index: commerce_product_pricing_ui in install_profile_modules() (line 1354 of \www\OpenDeal\includes\install.core.inc).
Notice: Trying to get property of non-object in install_profile_modules() (line 1354 of \www\OpenDeal\includes\install.core.inc).
Comment #5
Teresa In commentedI am using local WAMP sever:
When I installed opendeals-7.x-1.0-alpha4.tar.gz. gave the errors shown in the list above.
Now I've installed without errors the file opendeals-7.x-1.0-alpha4.zip but I can't see the login module.
Comment #6
bitsman commentedWe had the same problem. It is now fixed but I don't know which of the two modification we have made solved it:
1. Used the zip instead of the tar.gz file
2. Removed the following line from .htaccess, which was causing internal server errors: