Cannot install ubercart

Posts: 5
Joined: 01/14/2008

Hi,

I am using Drupal 5.x. I uploaded the ubercart module files to sites/all/modules and tried to enable it from admin/build/modules. After I put a checkbox next to ubercart and hit submit on the modules configuration page, I get a blank page. I can't access the modules configuration page anymore. However, when I remove the ubercart directory from sites/all/modules, I can access the module configuration page.

[Mon Jan 14 23:01:40 2008] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function uc_product_node_info() in /var/www/html/.../sites/all/modules/ubercart/uc_repeater/uc_repeater.module on line 48

The following line is there in line 48

$product_types = uc_product_node_info();

How can I resolve this issue?

Regards,
Sudheer

Posts: 2244
Joined: 08/07/2007
AdministratoreLiTe!

I don't understand how that happened. uc_repeater is dependent on uc_importer, which is dependent on uc_product. The file containing that function should be loaded.

I guess try enabling a few modules at a time. Start with the Übercart core, and then the optional modules. I would have thought that wasn't necessary, but for some reason it looks like it is.

Posts: 924
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

The "blank page" bit seems to indicate you need to increase your PHP memory. And once you run out of memory, you're going to see errors! Those errors show up in Ubercart because loading the Ubercart modules is what caused you to run out of memory, not because there's an error in Ubercart.

See http://www.ubercart.org/faq/2246

--

<tr>.