Ultimate URLs 2.212: parse_url warnings
Not at my development computer at the moment, but I would venture the client has "automatic redirects" enabled in Ultimate URLs... And someone (or bot) is sending unusual request URIs to the server (with malformed data)...
Out of curiousity can you verify my guess by examing the corresponding request URIs from the webserver "access.log" around the time of those warnings?
Would not worry too much, but you may want to upgrade PHP as the warning is only generated under PHP 5.3.2 and older (past EOL).
Re: Ultimate URLs 2.212: parse_url warnings
Quote:
Originally Posted by
lhungil
Not at my development computer at the moment, but I would venture the client has "automatic redirects" enabled in Ultimate URLs... And someone (or bot) is sending unusual request URIs to the server (with malformed data)...
Out of curiousity can you verify my guess by examing the corresponding request URIs from the webserver "access.log" around the time of those warnings?
Would not worry too much, but you may want to upgrade PHP as the warning is only generated under PHP 5.3.2 and older (past EOL).
Still awaiting some feedback, but last time I went a looking for the "access log" files, appeared as if the host would have to provide the requested URI information. That said, after I thought about it some more, I realized I was able to reproduce the error by providing a similar malformed url, but at the time couldn't identify the characteristic that would more than likely cause the problem (PHP version combined with "automatic redirects). Hopefully can easily resolve (server side issues that may/may not exist) knowing/having more of an idea of what to do.
Will report findings when information is made available. (Not available because haven't been told I'm allowed to login to site to pull up the information/nor place a file to obtain the same.)
Re: Ultimate URLs 2.212: parse_url warnings
I've installed the latest version of this module as found in the downloads onto a 1.5.3 site. I used the additional files found on post 555 for 1.5.2 and carefully merged these with the 1.5.3 files. htaccess is the one supplied in the downloaded files.
My problem is that every page is redirecting to /page.html no matter what i do with admin settings.
Anyone got any ideas what i need to be looking for to fix this?
I have checked and double checked the merges.
Thanks
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
strelitzia
... My problem is that every page is redirecting to /page.html no matter what i do with admin settings. ...
I have never seen this module redirect every request to "/page.html". If you are seeing the redirect even when the "admin setting" for this module is set to disabled, best guess would be some other alteration is present and causing the issue.
What other modifications are present? Was this a Zen Cart upgrade (versions and process used if upgraded)? Was a different (or older) plugin installed to alter URLs (names and versions)? Copy of the .htaccess file in the Zen Cart store's root folder? Copy of any .htaccess file in parent directories? Any "redirects" configured by the hosting company? Copy of "/includes/configure.php"? Messages displayed during install? Copy of any "debug log" files?
Please wrap any answers to the above questions containing file contents in [code][/code] tags. This will make them easier to read. The # button in the editor when posting can be used to add the code tags.