Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Nov 2011
    Posts
    37
    Plugin Contributions
    0

    Default Blank pages because of long (session?) urls

    Hi,
    I am struggling with a problem on my site. It seems that when I arrive on the site, and choose a product directly from one of the highlighted/random products (the middle area), I get a blank page and a very, very long URL. One example of the URL is:
    http://www.altikost.no/index.php?mai...evrcmj74kuser2

    If I click the banner first, I am able to chose products from the front page at will - until my next session it seems.

    Can anyone help me with this?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Blank pages because of long (session?) urls

    This is on php v5.5, correct?

    And, you previously changed the length of your sesskey to 128, correct?

    if you know the location of your php.ini, can you please post here the values for:
    session.hash_bits_per_character
    session.hash_function
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Nov 2011
    Posts
    37
    Plugin Contributions
    0

    Default Re: Blank pages because of long (session?) urls

    I believe I am running php 5.3.15.

    You are correct that I recently changed the length of my sesskey to 128.

    Here are the full lines I can find in php.ini:

    ; session.hash_bits_per_character
    ; Default Value: 4
    ; Development Value: 5
    ; Production Value: 5

    session.hash_bits_per_character = 5

    session.hash_function = sha512

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Blank pages because of long (session?) urls

    Could you go into your Zen Cart Admin ... and into the Tools ... Server Info ... and check the exact php version that shows?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Blank pages because of long (session?) urls

    What happens if you change the length from 128 to 255?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Nov 2011
    Posts
    37
    Plugin Contributions
    0

    Default Re: Blank pages because of long (session?) urls

    Server Information

    Server OS: Darwin 12.2.0 Database: MySQL 5.5.29
    Server Date: 01/04/2013 23:06:40 Database Date: 01/04/2013 23:06:40
    Server Up Time: 23:06 up 13:57, 1 user, load averages: 1.22 0.91 0.71 HTTP Server: Apache/2.2.22 (Unix) mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r DAV/2 PHP/5.3.15 with Suhosin-Patch mod_wsgi/3.3 Python/2.7.2
    PHP Version: 5.3.15 (Zend: 2.3.0) PHP Memory Limit: 128M PHP Safe Mode: Off
    PHP File Uploads: On Max Size: 2M POST Max Size: 8M

  7. #7
    Join Date
    Nov 2011
    Posts
    37
    Plugin Contributions
    0

    Default Re: Blank pages because of long (session?) urls

    Quote Originally Posted by Ajeh View Post
    What happens if you change the length from 128 to 255?
    ...not very much I think. Site seems to work the same way.

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Blank pages because of long (session?) urls

    Is this a clean install or an upgrade?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Nov 2011
    Posts
    37
    Plugin Contributions
    0

    Default Re: Blank pages because of long (session?) urls

    It is an upgrade, but it had been running without any problems for a year before I upgraded my server from Lion to Mountain lion and had to restore my database. See theses threads:
    http://www.zen-cart.com/showthread.p...erious-problem
    http://www.zen-cart.com/showthread.p...Zen-Cart-admin

    My php-info file:
    http://www.altikost.no/info.php
    Last edited by einarso; 5 Jan 2013 at 07:25 AM. Reason: added php info

  10. #10
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: Blank pages because of long (session?) urls

    k,

    I notice you have suhosin running. It may be having some affect, or not.

    To see if it is.

    can you edit your php.ini

    and see if there is a line like

    suhosin.simulation = xxxx

    change the line to (or add the line if its not already there) to

    suhosin.simulation = on

    restart apache and try again

    you can also get the same affect by editing the .htaccess in the root of your shop and adding this line

    php_flag suhosin.simulation On

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 6
    Last Post: 30 Dec 2012, 11:44 AM
  2. Blank Web Pages after changing Page_2_3_4 URLs in Define Pages
    By chevvychase81 in forum General Questions
    Replies: 14
    Last Post: 31 Mar 2011, 10:15 AM
  3. Ultimate SEO Urls - Session problem
    By antonyx in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Jun 2008, 01:23 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