osCmax v2.5 User Manual
Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

This is a discussion on Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0 within the Installation/Setup forums, part of the osCmax V2.5 Forums category; I get a blank catalog/index.php page after I completed a new osCmax 2.5 RC1 Installation. I re-downloaded osCmax 2.5 RC1 ...

      
  1. #1
    New Member
    Join Date
    Apr 2011
    Posts
    13
    Rep Power
    0


    Default Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    I get a blank catalog/index.php page after I completed a new osCmax 2.5 RC1 Installation. I re-downloaded osCmax 2.5 RC1 and did the install several times just to make sure that it was not corrupt, and I get the same problem. It worked fine with version 2.0, I checked the configure.php files (admin/includes and includes) and they contain all the same core info as the 2.0 version.

    The installation screen gave me "The installation and configuration was successful!" It seems like a bug, but I was told that it was an installation issue.


    http://69.64.95.38/catalog/index.php

    The admin page works without a problem.

    osCmax v2.5 RC1


    I made the change to catalog/includes/application_top.php to see error reporting, and nothing shows for this either.

    // set the level of error reporting
    // error_reporting(E_ALL & ~E_NOTICE & ~'E_DEPRECATED');

    // KISS Error Handling & Debugging by FWR Media
    // include_once 'includes/kiss_error_handler.php';


    MySQL - 5.0.45
    PHP 5.1.6 (Zend: 2.1.0)
    CentOS 5
    Apache/2.2.3
    Last edited by chicagola; 04-12-2011 at 10:28 AM.

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,659
    Rep Power
    49


    Default Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    I have to say this is an odd one. If php was crashing it would tell you ... this implies that the file is completely blank.

    Can you check that the file is actually on the server and it has a size. (eg. 2kB etc.)

    Regards,
    pgmarshall
    _______________________________

  3. #3
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,013
    Rep Power
    36


    Post Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    I have seen this on another site but assumed that it was due to PHP 4
    HTTP Server: Apache/2.0.52 (Red Hat) PHP Version: 4.4.9 (Zend: 1.3.0)
    Never got back to investigating and it was with Beta 3.
    [Note: installed on my own server, it worked no problem. Conclusion - server environment]
    Last edited by ridexbuilder; 04-11-2011 at 03:01 PM.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  4. #4
    New Member
    Join Date
    Apr 2011
    Posts
    13
    Rep Power
    0


    Default Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    Yes, this one has me baffled, thanks for looking at it. The files are all on the server where they belong, with what appears to be the correct code, and I attached them to this post:

    index.php 28k
    admin/includes/configure.php 3k,
    includes/configure.php 3k

    oscmax version 2.0 works great, but not version 2.5. I am bummed, because 2.5 looks really great and I can't wait to use it

    Let me know if there is anything else that I can post which would help to find the problem ...

  5. #5
    New Member
    Join Date
    Apr 2011
    Posts
    13
    Rep Power
    0


    Default Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    I did another install on another domain of the same server, and the same problem ... a blank catalog/index.php. I get the message at the beginning:


    -----
    The webserver environment has been verified to proceed with a successful installation and configuration of your online store.

    Please continue to start the installation procedure.
    -----

    Congratulations! Your admin folder has been renamed to .

    If you would like to read more information about further security measures you can take a look at the Wiki documentation.

    The installation and configuration was successful!

    ------


    One strange thing that happens is that the "Administration Tool" button at the end of the installation creates a link with an extra forward slash in it ...

    claud.com


    If I take out the extra slash, the Administrative Tool works fine, but I still get a blank catalog/index.php ... not sure if that means anything ...


    Also, php.ini has reg_global=on, long_arrays=on
    reg_global=on, long_arrays=on

  6. #6
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,659
    Rep Power
    49


    Default Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    Can you try installing on a local machine running WAMP or similar.

    Instructions are in the wiki ... I am sure this is a server environment issue.

    Regards,
    pgmarshall
    _______________________________

  7. #7
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,824
    Rep Power
    568


    Default Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    chicagola,

    I am interested in debugging this further. Would you be willing to let me have FTP access to your test installation on that server? I want to experiment with possible solutions and try to track down the cause. If that sounds acceptable, PM me with an FTP login and I will run several test installations on your server.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  8. #8
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,824
    Rep Power
    568


    Default Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    The problem is that he is running php 5.1 and needs to be running a minimum of PHP 5.2.

    The php error was:
    Code:
    PHP Fatal error: Call to undefined function filter_var() in /var/www/vhosts/redmonkeydesigns.com/httpdocs/catalog/includes/modules/ultimate_seo_urls5/classes/usu.php on line 57
    filter_var was introduced in php v5.2.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  9. #9
    New Member
    Join Date
    Apr 2011
    Posts
    13
    Rep Power
    0


    Default Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    Is PHP 5.2 required for oscmax 2.5? Is there a link to the oscmax 2.5 system requirements?

    I checked the error log and I see these error messages several times:

    [Tue Apr 12 12:12:48 2011] [error] [client 68.3.81.35] PHP Fatal error: Call to undefined function filter_var() in /var/www/vhosts/sitename.com/httpdocs/catalog/includes/modules/ultimate_seo_urls5/classes/usu.php on line 57, referer: osCmax e-Commerce

    [Tue Apr 12 12:16:06 2011] [error] [client 68.3.81.35] PHP Fatal error: Call to undefined function filter_var() in /var/www/vhosts/sitename.com/httpdocs/catalog/includes/modules/ultimate_seo_urls5/classes/usu.php on line 57

    [Tue Apr 12 12:20:18 2011] [error] [client 68.3.81.35] Directory index forbidden by Options directive: /var/www/vhosts/sitename.com/httpdocs/catalog/images/categories/, referer: osCmax v2.5 RC1

  10. #10
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,824
    Rep Power
    568


    Default Re: Blank catalog/index.php, after osCmax 2.5 RC1 Installation, works without problems with v2.0

    Yes php 5.2 minimum is required for osCmax v2.5:
    http://wiki.oscdox.com/v2.5/introduction
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Page 1 of 3 123 LastLast

Similar Threads

  1. new v2.0.15 installation - blank screen on catalog/admin
    By drillsar in forum osCmax v2 Installation issues
    Replies: 13
    Last Post: 02-17-2010, 03:43 PM
  2. Got a blank page on homepage but admin login works
    By ambitnfun in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 06-15-2007, 04:43 PM
  3. Email problems with new installation of osCMax
    By tonyx in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 02-28-2007, 10:09 PM
  4. Fresh install oscmax v1.7 blank catalog index page
    By webwolfe in forum osCMax v1.7 Installation
    Replies: 4
    Last Post: 06-20-2005, 05:23 AM
  5. catalog works fine but no access to admin
    By medaci in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 09-15-2003, 11:27 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
  •