Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Home
Help
Search
Register
Login
LiteRadius Support Forum
>
LiteRadius Discussions
>
General Questions
>
Setup Problem — Disallowed characters in URI
Pages: [
1
]
« previous
next »
Print
Author
Topic: Setup Problem — Disallowed characters in URI (Read 536 times)
EvilKefka
Pre-Sales
Newbie
Posts: 7
Setup Problem — Disallowed characters in URI
«
on:
April 05, 2011, 03:01:11 PM »
I've had LiteRadius working on another server, testing and updating it until ready to transfer to another site. I've re-downloaded LiteRadius, installed it to the new site—the new domain being the one that's actually under the "Installed Domain" field in my profile—but whenever I get to the set up page after inputting all my information in the database.php file, clicking the Step 1, Step 2, or Step 3 buttons just brings me to a page that is blank and reads "The URI you submitted has disallowed characters." I've tried changing the config.php file as well to give it the second following line:
$config['uri_protocol'] = "QUERY_STRING";
..however, I still receive the same message. The site I was using before was off StartLogic hosting, and the one I'm trying to upload it to now is CPanel. Can I please get some help with this?
Logged
Support
Administrator
Jr. Member
Posts: 97
Re: Setup Problem — Disallowed characters in URI
«
Reply #1 on:
April 05, 2011, 03:09:16 PM »
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
Have you tried all of these?
Logged
EvilKefka
Pre-Sales
Newbie
Posts: 7
Re: Setup Problem — Disallowed characters in URI
«
Reply #2 on:
April 05, 2011, 03:44:52 PM »
Of the three $config['uri_protocol'] fields, which do you mean?
I tried replacing the fields with the REQUEST_URI and the ORIG_PATH_INFO, and it didn't give the error after clicking any of the buttons, but instead, the buttons don't do anything. Clicking them will send me back to the page with a changed URL, but nothing happened. I tried checking the MySQL database after clicking the button for Step 3, too, and it didn't add the tables. Anything else I tried putting in still just reverted me back to the error.
Logged
Support
Administrator
Jr. Member
Posts: 97
Re: Setup Problem — Disallowed characters in URI
«
Reply #3 on:
April 05, 2011, 04:46:03 PM »
The URI Protocol is an attempt to accomodate the widest range of server configurations. That said it is impossible to determine which URI Protocol will match your hosting environment.
Set-up is in its own application space and therefore has to rely on its own URI protocols. When you make changes to the protocal, make sure you are updating the config.php file for both the setup appication space and the admin application space. When you retrun to test the set-up, be sure to refresh your browser, then move through the set-up steps again.
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...