Full service web hosting, great prices and support. Starts at $1.99/month!
Page 3 of 5 First 12345 LastLast
Results 21 to 30 of 43

Thread: PHP 5.4.4 and osCmax 2.5.3 issue

  1. #21
    Member
    Join Date
    May 2009
    Posts
    71
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    giga009     $ 0.00
    Rep Power
    15


    1 out of 1 members found this post helpful.

    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    Update: A Big Thank You to Pgmarshall and his assistance and time in fixing my issue . For anyone else that may run into this issue here is what I had to do.

    In Admin -> Configuration -> General Settings -> My Store:

    1) Force the catalog to use the default language = TRUE
    2) Force the default language currency = TRUE
    3) Use UK or US English Language = AUS (This option should say Use UK, AUD or US English)

    Woohooo Happy Days the site is now working again beautifully. (I have never had to set these configurations before but will set them now with pleasure)

    Thank once again Pgmarshall I truly appreciate your prompt assistance.

    Cheers all
    Giga

  2. #22
    Member
    Join Date
    May 2009
    Posts
    71
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    giga009     $ 0.00
    Rep Power
    15


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    One more thing if I may

    I have an older cart i believe this is 2.0.2 (can't upgrade it yet without it not working correctly so it may be a complete new cart build) but for now I have this error message:

    Warning: require(includes/languages/.php): failed to open stream: No such file or directory in /home/website/public_html/catalogue/includes/application_top.php on line 307


    Warning: require(includes/languages/.php): failed to open stream: No such file or directory in /home/website/public_html/catalogue/includes/application_top.php on line 307


    Fatal error: require(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/website/public_html/catalogue/includes/application_top.php on line 307

    =================================

    in the catalogue / includes/application_top.php I have this code:

    ================================================== ===
    // include the language translations
    require(DIR_WS_LANGUAGES . $language . '.php');
    ===============================================

    I can see that it is looking for the language file but I tried to fix this with the code in the beginning of this post but it doesn't include this line. The other fix for 2.5.3 also has a reference to bts which this version doesn't appear to like either.

    Could you please advise what i could change this code to to recognize the correct language file. I gather I would need to change this line in the admin/include file as well

    Look forward to any assistance with this one

    Cheers
    Giga

  3. #23
    osCMax Development Team

    PHP 5.4.4  and osCmax 2.5.3 issue

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    This code change should fix any issue with the language session not being set: https://code.google.com/p/oscmax2/source/detail?r=1975

    Regards.
    pgmarshall
    _______________________________

  4. #24
    Member
    Join Date
    May 2009
    Posts
    71
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    giga009     $ 0.00
    Rep Power
    15


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    Quote Originally Posted by pgmarshall View Post
    This code change should fix any issue with the language session not being set: https://code.google.com/p/oscmax2/source/detail?r=1975

    Regards.
    Hi PGmarshall

    Thank you for your prompt attention however the files did not fix the issue... i just have a blank white page now on both of the sites?

    Any other ideas ? I can pm the site url if you like?

    Cheers
    Giga

  5. #25
    osCMax Development Team

    PHP 5.4.4  and osCmax 2.5.3 issue

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    Is this the 2.0.2 site? The code above should fix the issue on a 2.5.3 store - I have tested on PHP 5.4.4 and it works for me.

    PM the URL and I will take a look ...

    Regards.
    pgmarshall
    _______________________________

  6. #26
    Member
    Join Date
    May 2009
    Posts
    71
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    giga009     $ 0.00
    Rep Power
    15


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    Thanks PM Sent

    Appreciate any help you can provide:

    Cheers
    Giga

  7. #27
    celeroncillo
    Guest


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    Hi, Sorry for rewrote this Thread, but my Hosting has Update php from 5.3 to 5.4 and now the prizes show 0 then i refresh od add a product to cart.
    My Question is: if I update my OSCMax 2.5.3 to 2.5.4 (unofficial at svn), it solve this problem?.
    Thanks

  8. #28
    osCMax Development Team

    PHP 5.4.4  and osCmax 2.5.3 issue

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    Quote Originally Posted by celeroncillo View Post
    Hi, Sorry for rewrote this Thread, but my Hosting has Update php from 5.3 to 5.4 and now the prizes show 0 then i refresh od add a product to cart.
    My Question is: if I update my OSCMax 2.5.3 to 2.5.4 (unofficial at svn), it solve this problem?.
    Thanks
    Prizes=prices
    2.5.4 is official - was released this week.
    Likely you will need to read through this thread (again?)

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  9. #29
    kennad
    Guest


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    Maybe I am just to dense to figure this out. Tried everything suggested but I still have a price of "0". When I try to change say the default language in the admin section, as described, there is a blank screen. I will send a nice cozy warm blanket that is listed on this site to anyone that can repair. Baby Blankets : Rhinestone Cowgirl Bling Belts
    Please oh please help

    Update: I deleted all other languages but the English - now there is pricing (for now - and how long will this last? because the prices seem to come and go at will)
    Last edited by kennad; 07-22-2014 at 03:42 PM.

  10. #30
    Member
    PHP 5.4.4  and osCmax 2.5.3 issue

    crazyfish's Avatar
    Join Date
    Aug 2013
    Posts
    77
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    crazyfish     $ 10.00
    Rep Power
    14


    Default Re: PHP 5.4.4 and osCmax 2.5.3 issue

    Quote Originally Posted by giga009 View Post
    Update: A Big Thank You to Pgmarshall and his assistance and time in fixing my issue . For anyone else that may run into this issue here is what I had to do.

    In Admin -> Configuration -> General Settings -> My Store:

    1) Force the catalog to use the default language = TRUE
    2) Force the default language currency = TRUE
    3) Use UK or US English Language = AUS (This option should say Use UK, AUD or US English)

    Woohooo Happy Days the site is now working again beautifully. (I have never had to set these configurations before but will set them now with pleasure)

    Thank once again Pgmarshall I truly appreciate your prompt assistance.

    Cheers all
    Giga
    Big Thanks

    This worked for me - allows me to use 5.4

Page 3 of 5 First 12345 LastLast

Similar Threads

  1. oscmax on WAMP issue
    By 2001kx in forum Installation/Setup
    Replies: 13
    Last Post: 04-30-2013, 02:54 PM
  2. [osCmax v2.5x] osCmax v2.5 Beta 2 - Set up Issue
    By ckaya2000 in forum osCmax v2 Installation issues
    Replies: 8
    Last Post: 01-07-2011, 11:02 PM
  3. Tax issue on osCMax
    By edimv in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 02-04-2009, 10:53 PM
  4. Tax issue on osCMax
    By edimv in forum Introduce yourself!
    Replies: 1
    Last Post: 02-04-2009, 10:53 PM
  5. Dynamic mopics issue with Internet Explorer - osCMax
    By GroeneKikker in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 10-01-2008, 06:51 AM

Tags for this Thread

Bookmarks

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
  •