Full service web hosting, great prices and support. Starts at $1.99/month!
Page 2 of 5 First 1234 ... LastLast
Results 11 to 20 of 46

Thread: osCmax 2.5.3 Released

  1. #11
    osCMax Development Team

    osCmax 2.5.3 Released

    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


    Exclamation Re: osCmax 2.5.3 Released

    Caution: When I uzipped the package, the directory permissions have been set as 700, rather than the usual default of 755. This may give issues when uploaded to your server.

    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

  2. #12
    RodneyB
    Guest


    1 out of 1 members found this post helpful.

    Default Re: osCmax 2.5.3 Released

    I went back and restored the database and then done the update again. It worked this time. I did do the update from the admin panel.

  3. #13
    osCMax Development Team

    osCmax 2.5.3 Released

    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


    Thumbs up Re: osCmax 2.5.3 Released

    Quote Originally Posted by RodneyB View Post
    I went back and restored the database and then done the update again. It worked this time. I did do the update from the admin panel.
    Well done - thus proving the full worth of backups.

    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

  4. #14
    osCMax Developer


    osCmax 2.5.3 Released


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    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

    michael_s     $ 10.00
    Rep Power
    597


    Default Re: osCmax 2.5.3 Released

    Quote Originally Posted by ridexbuilder View Post
    Caution: When I uzipped the package, the directory permissions have been set as 700, rather than the usual default of 755. This may give issues when uploaded to your server.
    Not for me.

    I just dl'd, unzipped to a server and all dirs are 755 all files 644 as always. Not seeing any differences anywhere.

  5. #15
    osCMax Development Team

    osCmax 2.5.3 Released

    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: osCmax 2.5.3 Released

    Quote Originally Posted by michael_s View Post
    Not for me.

    I just dl'd, unzipped to a server and all dirs are 755 all files 644 as always. Not seeing any differences anywhere.
    Hmm, weird. Is confused (easily done).

    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

  6. #16
    New Member
    Join Date
    Mar 2013
    Posts
    23
    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

    tammynowa     $ 0.00
    Rep Power
    0


    Default Re: osCmax 2.5.3 Released

    ok i did the update and this is what i got
    1054 - Unknown column 'info_cg_hide' in 'field list'

    SELECT information_id, information_title, information_url, information_target, parent_id, info_cg_hide FROM information WHERE visible='1' and show_in_infobox='1' and NOT find_in_set('0', info_cg_hide) and language_id='1' and information_group_id = '1' ORDER BY sort_order

    [TEP STOP]
    website is: A Whole Lotta Gourmet :
    not sure what happen went from v2.5.2 to v2.5.3

  7. #17
    artrat
    Guest


    Default Re: osCmax 2.5.3 Released

    Tammy, your post looks alot like rodneyB's above. Seems like the database wasnt properly upgraded. He sorted his TEP STOP by restore the backup he made then reran the database upgrade through the admin panel.

  8. #18
    New Member
    Join Date
    Mar 2013
    Posts
    23
    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

    tammynowa     $ 0.00
    Rep Power
    0


    Default Re: osCmax 2.5.3 Released

    i did run upgrade thruugh the admin panel
    5 times

  9. #19
    osCMax Development Team

    osCmax 2.5.3 Released

    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: osCmax 2.5.3 Released

    The upgrade script can not have run properly for you.

    In the SQL for 2.5.2 to 2.5.3 file there is a line:

    ALTER TABLE `information`
    ADD COLUMN `info_cg_hide` varchar(255) NULL after `language_id`;

    Which obviously has not run on your store. You can run this line in phpMyAdmin or similar but I suspect that if this line did not run then the others will not have either.

    Not sure which version you installed originally ... 2.5.2?

    Can you restore the database to prior to the upgrade by using the backups ... then re-run the installer. If you have already tried this (ie. restoring the old version) then we may need to go down the phpMyAdmin route to manually patch your database.

    Regards.
    pgmarshall
    _______________________________

  10. #20
    osCMax Developer


    osCmax 2.5.3 Released


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    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

    michael_s     $ 10.00
    Rep Power
    597


    Default Re: osCmax 2.5.3 Released

    Tammy, Please provide some information regarding error output from the admin panel upgrade screen.

    If queries are not executing, the error should be displayed in the output of the upgrade script when you run it. Restore your database backup and run the upgrade again. This time make sure to get the output of the upgrade script and post it here.

    Please provide the mysql version your server is running.

    Also, you should be able to look at your mysql server error log for the exact error that occurred during the script run. If you can provide that, it would be very helpful.

Page 2 of 5 First 1234 ... LastLast

Similar Threads

  1. osCmax v2.5.0 has been released!
    By michael_s in forum Announcements
    Replies: 1
    Last Post: 02-20-2012, 09:35 PM
  2. osCmax v2.5 RC2 Released
    By michael_s in forum Announcements
    Replies: 0
    Last Post: 08-17-2011, 11:06 AM
  3. osCMax v2.0.25 Released
    By michael_s in forum Announcement Discussions
    Replies: 14
    Last Post: 10-28-2010, 01:32 AM
  4. osCMax 2.0 RC4 has been released
    By michael_s in forum Announcement Discussions
    Replies: 8
    Last Post: 09-24-2009, 11:43 AM
  5. osCMax v2.0 RC2 Released
    By michael_s in forum Announcements
    Replies: 0
    Last Post: 09-21-2005, 03:43 PM

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
  •