Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Home
Help
Search
Register
Login
LiteRadius Support Forum
>
LiteRadius Discussions
>
General Questions
>
Error in Setup Step 1
Pages: [
1
]
« previous
next »
Print
Author
Topic: Error in Setup Step 1 (Read 78 times)
FJPInc.
Download
Newbie
Posts: 1
Error in Setup Step 1
«
on:
February 03, 2012, 02:04:49 PM »
After creating an SQL database, I configured the database.php file as instructed and uploaded the lr_v32 folder to the web site and then opened up the setup.php. The Setup Step One says "Connection Successful!" and the information appears correct in the slots, but when I click on the Test Database Connection button, I get this error:
Fatal error: Call to a member function list_tables() on a non-object in /home/newmansi/public_html/lr_v32/warpcore/setup/controllers/initialize.php on line 462
Line 462 reads: $db_tables=$this->db->list_tables();
Thank you for your advice.
Logged
Support
Administrator
Jr. Member
Posts: 97
Re: Error in Setup Step 1
«
Reply #1 on:
February 03, 2012, 03:33:02 PM »
This may be a URI protocol configuration issue. In two files warpcore/admin/config/config.php and warpcore/setup/config/config.php, around line 60 you will find where the URI protocol is configured.
There are several other options for $config['uri_protocol']
| 'AUTO' Default - auto detects
| 'PATH_INFO' Uses the PATH_INFO
| 'QUERY_STRING' Uses the QUERY_STRING
| 'REQUEST_URI' Uses the REQUEST_URI
| 'ORIG_PATH_INFO' Uses the ORIG_PATH_INFO
Manually set $config['uri_protocol'] = "QUERY_STRING"; in both config.php files.
Then try refreshing your browser with setup.php
If this does not work, try the other options in the list.
Support
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
About this Fourm
-----------------------------
=> How to purchase LiteRadius
=> How to get Support
-----------------------------
LiteRadius Discussions
-----------------------------
=> General Questions
Loading...