osCmax v2.5 User Manual
Results 1 to 10 of 10

blank page in catalog/admin/login.php?action=process

This is a discussion on blank page in catalog/admin/login.php?action=process within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Dear all, Unfrtunately I am getting a blank page after I insert my login details in catalog/admin/login.php?action=process but then if ...

      
  1. #1
    Member
    Join Date
    Dec 2008
    Location
    MALTA
    Posts
    34
    Rep Power
    0


    Default blank page in catalog/admin/login.php?action=process

    Dear all,

    Unfrtunately I am getting a blank page after I insert my login details in catalog/admin/login.php?action=process but then if go back and click on admin I will be automatically logged. The same goes for actions in the administration, every action i try to perform I get a blank page afterwards. Can anyone help out please?

  2. #2
    osCMax Developer

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


    Default Re: blank page in catalog/admin/login.php?action=process

    check your error logs.
    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

  3. #3
    Member
    Join Date
    Dec 2008
    Location
    MALTA
    Posts
    34
    Rep Power
    0


    Default Re: blank page in catalog/admin/login.php?action=process

    The following are the error logs that I'm getting:

    2010-05-10 19:02:44.325 [INFO] [xx.xxx.xxx.xxxxxx-0#APVH_xxxxx.xxxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/404.shtml]
    2010-05-10 19:02:44.325 [INFO] [xx.xxx.xxx.xxxxxx-0#APVH_xxxxxx.xxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/robots.txt]
    2010-05-10 19:00:32.539 [INFO] [xx.xxx.xxx.xxxxxx-1#APVH_xxxxxx.xxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/404.shtml]
    2010-05-10 19:00:32.539 [INFO] [xx.xxx.xxx.xxxxxx-1#APVH_xxxxxx.xxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/catalog/images/images/images/baby-girl-front2.jpg]
    2010-05-10 19:00:32.480 [INFO] [xx.xxx.xxx.xxxxxx-0#APVH_xxxxxx.xxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/404.shtml]
    2010-05-10 19:00:32.480 [INFO] [xx.xxx.xxx.xxxxxx-0#APVH_xxxxxx.xxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/catalog/images/images/images/big-boy-front2.jpg]
    2010-05-10 19:00:32.472 [INFO] [xx.xxx.xxx.xxxxxx-0#APVH_xxxxxx.xxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/404.shtml]
    2010-05-10 19:00:32.472 [INFO] [xx.xxx.xxx.xxxxxx-0#APVH_xxxxxx.xxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/catalog/images/images/images/baby-boy-front2.jpg]
    2010-05-10 19:00:32.463 [INFO] [xx.xxx.xxx.xxxxxx-0#APVH_xxxxxx.xxxxxx.net] File not found [/home/xxxxxx/public_html/xxxxxx/404.shtml]

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


    Talking Re: blank page in catalog/admin/login.php?action=process

    Code:
    catalog/images/images/images/
    That's interesting.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  5. #5
    osCMax Developer

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


    Default Re: blank page in catalog/admin/login.php?action=process

    You misunderstand. Don't just look at the error log and post up every random error you see. Check the error logs for an error that is caused by an admin file. That is where you are getting the error, so look for something on the admin side.

    Tail your error log. Then go to your admin panel and try to load the page that goes blank. Boom, the error should be recorded to the log while you watch. Then go to the file reported in the log and check it out for problems.
    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

  6. #6
    Member
    Join Date
    Dec 2008
    Location
    MALTA
    Posts
    34
    Rep Power
    0


    Default Re: blank page in catalog/admin/login.php?action=process

    Many thanks Micheal for your reply. The problem seems to be laying with the new .htaccess configuration installed by the host company which are not able to resolve this problem.

  7. #7
    Member
    Join Date
    Dec 2008
    Location
    MALTA
    Posts
    34
    Rep Power
    0


    Default Re: blank page in catalog/admin/login.php?action=process

    Dear all I don't know how to resolve this issue... I beleive that the problem related to the blank page after the admin login is related to SSL in the .htaccess... The following is the code there is inside the file:

    Code:
    # $Id: .htaccess 14 2006-07-28 17:42:07Z user $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you 
    must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory 
    "/usr/local/apache/catalog/htdocs">
    #   AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This 
    configuration is in the
    # apache/conf/httpd.conf file)
    # The following makes adjustments to the SSL protocol for 
    Internet
    # Explorer browsers
    #<IfModule mod_setenvif.c>
    #  <IfDefine SSL>
    #    SetEnvIf User-Agent ".*MSIE.*" 
    #    
             nokeepalive ssl-unclean-shutdown 
    #             downgrade-1.0 force-response-1.0
    #  </IfDefine>
    #</IfModule>
    # BOF: MS2 update 501112-Added
    # If Search Engine Friendly URLs do not work, try enabling the
    # 
    following Apache configuration parameter
    #
    # AcceptPathInfo On
    # EOF: MS2 update 501112-Added
    # Fix certain PHP 
    values
    # (commented out by default to prevent errors occuring on certain
    # servers)
    #
    <IfModule mod_php5.c>
    #  
    php_value session.use_trans_sid 0
      php_value register_globals 1
      php_value register_long_ar$Id: .htaccess,v 1.3 
    2003/06/12 10:53:20 hpdl Exp $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory "/usr/local/apache/catalog/htdocs">
    #   AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    <IfModule mod_setenvif.c>
      <IfDefine SSL>
        SetEnvIf User-Agent ".*MSIE.*" 
                 nokeepalive ssl-unclean-shutdown 
                 downgrade-1.0 force-response-1.0
      </IfDefine>
    </IfModule>
    # If Search Engine Friendly URLs do not work, try enabling the
    # following Apache configuration parameter
    #
    # AcceptPathInfo On
    # Fix certain PHP values
    # (commented out by default to prevent errors occuring on certain
    # servers)
    #
    <IfModule mod_php4.c>
      php_value session.use_trans_sid 0
      php_value register_globals 1
    </IfModule>
    <IfModule mod_php5.c>
      php_value session.use_trans_sid 0
      php_value register_globals 1
    </IfModule>rays 1
    </IfModule>
    Last edited by michael_s; 05-19-2010 at 08:42 AM. Reason: added code formatting

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


    Lightbulb Re: blank page in catalog/admin/login.php?action=process

    When you post something, there is little row of buttons along the top for formatting. When you scroll down, there is an Advanced option; this gives you more buttons.
    Wrap your code around the php button.
    PHP Code:
    Like this 
    That way it becomes readable

    </IfModule>rays 1
    This doesn't look right but then unable to tell due to the formatting, for example.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  9. #9
    osCMax Developer

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


    Default Re: blank page in catalog/admin/login.php?action=process

    This looks like the problem to me:

    Code:
      php_value register_long_ar$Id: .htaccess,v 1.3 
    2003/06/12 10:53:20 hpdl Exp $
    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

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


    Talking Re: blank page in catalog/admin/login.php?action=process

    Easier with the formatting, Boss.

    Looks suspiciously like two files merged into one.
    The bit I quoted being the tail of the other line.
    Hosting plans with installation, configuration, contributions, support and maintenance.

Similar Threads

  1. Blank White Catalog Page After Installing
    By blakefrance in forum osCmax v2 Installation issues
    Replies: 26
    Last Post: 11-26-2010, 06:15 PM
  2. 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
  3. Spam through admin/mail.php/login.php?action=send_email_to_user
    By jferezy in forum osCmax v1.7 Discussion
    Replies: 10
    Last Post: 12-28-2009, 09:03 AM
  4. Can't access store i.e ..www.mydomain/catalog...is a blank page!?
    By c0ld4orm in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 04-20-2008, 11:33 AM
  5. 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

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
  •