Pages: [1]
Print
Author Topic: Zip search suddenly returning no results and admin console unavailable  (Read 518 times)
Nobletoad
Newbie
*
Posts: 4


« on: February 01, 2011, 11:00:45 AM »

Tool has been working great since installation in November of 2010. Suddenly, no zip yields any results and attempts to log into the admin console gives an error stating that the "URL you have entered contains disallowed characters." The URL is simply a link in an email provided by support after installation so I am not understanding what it means by disallowed characters.
Logged
Support
Administrator
Jr. Member
*****
Posts: 97



« Reply #1 on: February 01, 2011, 12:35:29 PM »

If all was working previously, then a PHP configuration change must have taken place on the server, perhaps by your hosting provider. If so this is probably a config setting so first check the file warpcore/admin/config/config.php.

Open the script file 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";

If QUERY_STRING doesn't work try sequentially one of the other 5.
« Last Edit: February 01, 2011, 04:28:35 PM by Support » Logged
Nobletoad
Newbie
*
Posts: 4


« Reply #2 on: February 01, 2011, 04:11:19 PM »

 Huh
Logged
Nobletoad
Newbie
*
Posts: 4


« Reply #3 on: February 01, 2011, 04:26:31 PM »

both files... I don't understand
Logged
Support
Administrator
Jr. Member
*****
Posts: 97



« Reply #4 on: February 01, 2011, 04:29:28 PM »

Just in the one file config.php (I corrected the statement previous post).
Logged
Nobletoad
Newbie
*
Posts: 4


« Reply #5 on: February 02, 2011, 12:00:42 AM »

Does not seem to have any effect. Very frustrating. Client is chewing my @$$. When I try to login to the admin panel I get this error message in my browser:

"The URI you submitted has disallowed characters."

Does this shed any light on what is happening.

HELP!
Logged
Pages: [1]
Print
Jump to: