Page 81 of 168 FirstFirst ... 3171798081828391131 ... LastLast
Results 801 to 810 of 1674
  1. #801
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default 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).

  2. #802
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ultimate URLs 2.212: parse_url warnings

    Quote Originally Posted by lhungil View Post
    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.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #803
    Join Date
    Nov 2005
    Location
    France
    Posts
    595
    Plugin Contributions
    8

    Default 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

  4. #804
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by strelitzia View Post
    ... 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.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  5. #805
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ultimate URLs 2.215

    Any new word on Ultimate URL 2.215? Just upgraded to 1.5.4 and the current model doesn't not work with it.

  6. #806
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ultimate URLs 2.215

    HINT... this is why it always pays to read/search through support threads.. Questions are often already addressed..

    Quote Originally Posted by lhungil View Post
    I would not recommend installing Ultimate URLs 2.212 under Zen Cart 1.5.4. While most of the code will work, some of the "automatic redirection code" if enabled may cause issues.

    No release date yet for Ultimate URLs 2.215; have not heard from any of the current BETA testers yet. In their defense they are donating their time, so they may have other priorities at the moment.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #807
    Join Date
    Jan 2015
    Posts
    1
    Plugin Contributions
    0

    Default Re: Ultimate URLs 2.215

    Hi,
    i'm using Zen-Cart v1.5.1 version, and when i install Ultimate SEO 2.200 i get this message:

    Code:
    "Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    
    More information about this error may be available in the server error log.
    
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."

    also, i have installed latest Zen-Cart and latest ultimate SEO, and i got White page instead of admin login page...

    can someone help please, i've lost sooo much time on this, trying to figure it out...?

  8. #808
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate URLs 2.215

    Quote Originally Posted by sxone View Post
    Hi,
    i'm using Zen-Cart v1.5.1 version, and when i install Ultimate SEO 2.200 i get this message:

    Code:
    "Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    
    More information about this error may be available in the server error log.
    
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."
    ...
    This indicates your hosting provider's server did not like something and encountered an internal error. The usual causes are problems encountered when uploading files - or files skipped / missed during installation and merging (most common), mistakes / errors in the Zen Cart configuration files (common), an improperly configured "RewriteBase" in the .htaccess file (less common), the server not supporting one of the directives in the .htaccess file (uncommon), or an issue with the server iteslf (rare).

    The best way to start debugging an "Internal Server Error" is to obtain the error log from the server. Most often this will be the webserver error log (for Apache). In some cases the hosting provider may have a log file also defined in "php.ini". You may need to contact the Hosting Provider to obtain the actual error log and messages. The link in my signature "Where are the HTTP 500 / Server Error Logs?" contains some additional information.

    In addition to the "Server Error Logs" answers to the other questions in the posting tips (scroll up when posting to find the posting tips) would be useful. For example, the contents of the page shown by Zen Cart under "admin" -> "version"?
    Last edited by lhungil; 27 Jan 2015 at 07:38 PM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  9. #809
    Join Date
    Jul 2014
    Location
    United States
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ultimate URLs 2.215

    Quote Originally Posted by DivaVocals View Post
    HINT... this is why it always pays to read/search through support threads.. Questions are often already addressed..
    I would be happy to beta test. I'm in the midst of updating a site for a customer of mine to 1.5.4 and they had this plugin installed on 1.3.9h and need it on the new site. Let me know if I can get an early look at it and help out with the beta testing.
    The SuperManager eCommerce Order Manager for ZenCart http://www.thesupermanager.com/trial.html

  10. #810
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ultimate URLs 2.215

    Quote Originally Posted by SuprMgr View Post
    I would be happy to beta test. I'm in the midst of updating a site for a customer of mine to 1.5.4 and they had this plugin installed on 1.3.9h and need it on the new site. Let me know if I can get an early look at it and help out with the beta testing.
    Beta testing JUST to get the latest version?? Not sure that's going to be possible.. That said.. I'm not the active author/contributor of this module.. It's HIS decision as to who he includes as beta testers..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR