We need more details. What's the URL of your website? Is your config.php file correctly set up?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Thanks for the response:
The site is http://www.advanced-ids.com/index.php
At the top header it states:
Notice: Undefined index: REQUEST_URI in C:\Domains\advanced-ids.com\wwwroot\library\application\router.php on line 15
At the footer it states:
Notice: Undefined index: REQUEST_URI in C:\Domains\advanced-ids.com\wwwroot\library\session\session.php on line 64
I didn't really look into the config files, it stated that it was installed successfuly. I did check the read/write permissions and believe they are correct.
As I say all the links direct to "Internet Explorer cannot display the webpage" page.
As for admin page, it diplays following at footer:
Notice: Undefined index: REQUEST_URI in C:\Domains\advanced-ids.com\wwwroot\library\session\session.php on line 67
all the links direct to "Internet Explorer cannot display the webpage" page on this as well, not able to login
The site is http://www.advanced-ids.com/index.php
At the top header it states:
Notice: Undefined index: REQUEST_URI in C:\Domains\advanced-ids.com\wwwroot\library\application\router.php on line 15
At the footer it states:
Notice: Undefined index: REQUEST_URI in C:\Domains\advanced-ids.com\wwwroot\library\session\session.php on line 64
I didn't really look into the config files, it stated that it was installed successfuly. I did check the read/write permissions and believe they are correct.
As I say all the links direct to "Internet Explorer cannot display the webpage" page.
As for admin page, it diplays following at footer:
Notice: Undefined index: REQUEST_URI in C:\Domains\advanced-ids.com\wwwroot\library\session\session.php on line 67
all the links direct to "Internet Explorer cannot display the webpage" page on this as well, not able to login
This is a PHP on windows issue(IIS).
To resolve do any 1 of the following:
- Install apache server on your windows machine that hosts this application
- Add an .htaccess file to the root of your store with a rewrite mod to create REQUEST_URI from SCRIPT_NAME
* for this one, I'd recommend getting Helicon ISAPI_Rewrite app. (You can get the Lite version for free which would be sufficient)
- Change all instances of REQUEST_URI with SCRIPT_NAME
To resolve do any 1 of the following:
- Install apache server on your windows machine that hosts this application
- Add an .htaccess file to the root of your store with a rewrite mod to create REQUEST_URI from SCRIPT_NAME
* for this one, I'd recommend getting Helicon ISAPI_Rewrite app. (You can get the Lite version for free which would be sufficient)
- Change all instances of REQUEST_URI with SCRIPT_NAME
If you have to use IIS (not a good idea) try this.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I've attempted to address this issue in the latest SVN, I'd be grateful if someone could test this, otherwise wait till RC6.
Who is online
Users browsing this forum: No registered users and 4 guests