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

Error : white admin page after activating FR

This is a discussion on Error : white admin page after activating FR within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Hello friends, I get white admin page after setting up french language in admin (not just after activating it but ...

      
  1. #1
    Lurker
    Join Date
    Apr 2010
    Posts
    2
    Rep Power
    0


    Default Error : white admin page after activating FR

    Hello friends,
    I get white admin page after setting up french language in admin
    (not just after activating it but in selecting french in the list for admin)
    can you please help me resolve this?
    thank you
    Last edited by lefermier; 05-23-2010 at 05:54 PM.

  2. #2
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Re: Error : white admin page after activating FR

    look at your error logs for your hosting sever at the time the event occurs - that will give you a clue to whats going on. it should point on that log what is going on...

  3. #3
    Lurker
    Join Date
    Apr 2010
    Posts
    2
    Rep Power
    0


    Default Re: Error : white admin page after activating FR

    i am on wampserver and i got this :

    in C:\Program Files\wamp\logs\access.log
    127.0.0.1 - - [25/May/2010:01:05:49 +0100] "GET /oscmax20250/admin/login.php HTTP/1.1" 200 -
    and nothing in this time in C:\Program Files\wamp\logs\php_error.log

    and when i change the adress in the browser to language=en :
    127.0.0.1 - - [25/May/2010:01:11:10 +0100] "GET /oscmax20250/admin/index.php?language=en HTTP/1.1" 200 32482
    Last edited by lefermier; 05-24-2010 at 04:14 PM.

  4. #4
    osCMax Developer

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


    Default Re: Error : white admin page after activating FR

    You need to properly set up logging and know where to check. The access log will not contain errors. Look in error_log, not php_error.log (the standard log for apache errors is usually error_log).

    Check with the support site for your server software for help with this. If you are going to run a local server, you should first learn how to set it up so that you can debug problems.

    Next, I can guarantee the problem is that you are missing some required language files, but which files can only be found if you have error logging properly configured.
    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

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


    Smile Re: Error : white admin page after activating FR

    I have just been testing this in v2.1 and it is repeatable ... I have narrowed it down to something in the french.php file in admin/includes/languages ...

    Give me a few minutes and I will see if I can track it down for you.

    Regards,
    pgmarshall
    _______________________________

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


    Smile Re: Error : white admin page after activating FR

    The problem was being caused by one unescaped ' in the add_ccgvdc_french.php which you will find in admin/includes/languages/ folder.

    Find this on line 3:

    define('BOX_GV_ADMIN_QUEUE', 'Chèques cadeaux file d'attente');
    and replace it with: (note the backslash)

    define('BOX_GV_ADMIN_QUEUE', 'Chèques cadeaux file d\'attente');
    Thanks for pointing out the error - I have posted this solution in to the source code for v2.0.x and v2.1 - you can view it here.

    Regards,
    Last edited by pgmarshall; 05-25-2010 at 10:19 AM.
    pgmarshall
    _______________________________

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. Changed Icons, Website is now a blank white page
    By strandt in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 05-16-2010, 09:26 AM
  3. osCommerce (centered div) Admin Login (White)
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-10-2010, 10:57 PM
  4. Error on admin page, no error message....
    By ryoyin in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 08-21-2008, 12:31 AM
  5. Admin Configuration Page Error.....
    By ProjectShadow in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 09-27-2004, 09:57 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
  •