Pages: [1]
Print
Author Topic: Getting fatal error on Step 1 of setup  (Read 607 times)
smoking
Pre-Sales
Newbie
*
Posts: 3


« on: June 04, 2010, 04:31:35 PM »

I am receiving the following error on Step 1 of setup:

Fatal error: Call to a member function list_tables() on a non-object in /home/rollyourown/purehemp.com/map/lr_v32/warpcore/setup/controllers/initialize.php  on line 458

Any help on this would be appreciated

Logged
Support
Administrator
Jr. Member
*****
Posts: 93



« Reply #1 on: June 04, 2010, 05:33:16 PM »

This is probably a config setting so first check the files warpcore/setup/config/config.php and warpcore/admin/config/config.php. Both have a common set of configuration varables set that set the URI protocol.

Open both files and look for the URI PROTOCOL section and manually set the $config['uri_protocol']
to one of the suggested flavors. I would recommend starting with QUERY_STRING by assigning that variable directly below the flow control statement like:

Quote
$config['uri_protocol']   = "AUTO";
if (strpos($_SERVER['SERVER_SOFTWARE'], 'IIS') !== false)
{
   $config['uri_protocol']   = "QUERY_STRING";
}
$config['uri_protocol']   = "QUERY_STRING";

Be sure to do this in both files and if QUERY_STRING doesn't work try sequentially one of the other 5.
Logged
smoking
Pre-Sales
Newbie
*
Posts: 3


« Reply #2 on: June 08, 2010, 03:18:28 PM »

I think I did what you suggested, but not sure what you mean by the other 5.  Perhaps I should just use the $75 setup fee.  what is involved in this, and what info do you need from us?

Thanks
Logged
Support
Administrator
Jr. Member
*****
Posts: 93



« Reply #3 on: June 08, 2010, 07:22:33 PM »

There are other configuration in that file that need to be tried. Since all web servers are run differently you have to find one that works for you.

We do the complete install, configure the user interface to match your website and look at your data. If we can't get it to work you get your money back.
Support
Logged
smoking
Pre-Sales
Newbie
*
Posts: 3


« Reply #4 on: June 09, 2010, 12:29:29 PM »

So what steps do I take to get the installation process started...
Logged
Support
Administrator
Jr. Member
*****
Posts: 93



« Reply #5 on: June 10, 2010, 08:04:16 PM »

You can purchase the installation service here:
http://www.escaperadius.com/er/products/literadius/lr.php#install
Logged
Pages: [1]
Print
Jump to: