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

yannisc’s picture

Make sure that you have 128mb of PHP Memory!

nsavitsky’s picture

I 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.

nchar’s picture

Status: Active » Closed (cannot reproduce)

I have installed the profile 10 times successfully. So it would be very helpful if you could give me any other information.

Teresa In’s picture

Issue tags: +Adding Directory Issue, +opendeals

I 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).

Teresa In’s picture

I 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.

bitsman’s picture

Status: Closed (cannot reproduce) » Closed (fixed)

We 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:

# Set Memory limit to at least 128M either with the following line or in your server's php.ini.
php_value memory_limit 128M