Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.

v2.3.1 now available

This release fine tune and fix many of the features added in the previous major version upgrade (v2.3.0). If you are already running v2.3.0 you are encouraged to upgrade. If you are running an older version, we recommend you test the installation before upgrading a production server.

This update is still an incremental upgrade to v2.2.3 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best remedy is to have saved your database (eql file), files archive, and config.php file and when performing the 'git pull', if you receive a 'merge conflict', do this:[code]git fetch origin master
git merge -s recursive -X theirs origin/master
[/code]If you are updating from any version prior to v2.2.0 and you've been updating your themes and custom modules in accordance with all the previous updates, this will be a simple update like the others. However, if you still have some patched old school stuff (your theme makes calls to exponent_theme_xxx or has custom old school module views), you may have some tweaking to do first. What this means for the site admin is:
[list][*]When you install this software version, it'll seem as if the site has been wiped because all the modules and content will disappear UNTIL YOU RUN AN UPGRADE (as recommended)[/*]
[*]All of the old school modules will be upgraded and deleted (calendarmodule, simplepollmodule, navigationmodule, containermodule, formmodule/formbuilder, etc...)...all those files in the /framework/modules-1 folder[/*]
[*]Any old school module custom views MUST be upgraded/edited manually. See the post in the 2.0 Installation forum for details.[/*][/list]
v2.3.1 Download [url]http://sourceforge.net/projects/exponentcms/files/exponent-2.3.1.zip/download[/url]


View article...

Comments

  • This release fine tunes and fixes many of the features added in the previous major version upgrade (v2.3.0). If you are already running v2.3.0 you are encouraged to upgrade. If you are running an older version, we recommend you test the installation before upgrading a production server.

    This update is still an incremental upgrade to v2.2.3 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best remedy is to have saved your database (eql file), files archive, and config.php file and when performing the 'git pull', if you receive a 'merge conflict', do this:[code]git fetch origin master
    git merge -s recursive -X theirs origin/master
    [/code]If you are updating from any version prior to v2.2.0 and you've been updating your themes and custom modules in accordance with all the previous updates, this will be a simple update like the others. However, if you still have some patched old school stuff (your theme makes calls to exponent_theme_xxx or has custom old school module views), you may have some tweaking to do first. What this means for the site admin is:
    [list][*]When you install this software version, it'll seem as if the site has been wiped because all the modules and content will disappear UNTIL YOU RUN AN UPGRADE (as recommended)[/*]
    [*]All of the old school modules will be upgraded and deleted (calendarmodule, simplepollmodule, navigationmodule, containermodule, formmodule/formbuilder, etc...)...all those files in the /framework/modules-1 folder[/*]
    [*]Any old school module custom views MUST be upgraded/edited manually. See the post in the 2.0 Installation forum for details.[/*][/list]
    v2.3.1 Download [url]http://sourceforge.net/projects/exponentcms/files/exponent-2.3.1.zip/download[/url]


    View article...
  • This release fine tunes and fixes many of the features added in the previous major version upgrade (v2.3.0). If you are already running v2.3.0 you are encouraged to upgrade. If you are running an older version, we recommend you test the installation before upgrading a production server. You MUST be logged in as an admin user to upgrade Exponent.

    This update is still an incremental upgrade to v2.2.3 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best remedy is to have saved your database (eql file), files archive, and config.php file and when performing the 'git pull', if you receive a 'merge conflict', do this:[code]git fetch origin master
    git merge -s recursive -X theirs origin/master
    [/code]If you are updating from any version prior to v2.2.0 and you've been updating your themes and custom modules in accordance with all the previous updates, this will be a simple update like the others. However, if you still have some patched old school stuff (your theme makes calls to exponent_theme_xxx or has custom old school module views), you may have some tweaking to do first. What this means for the site admin is:
    [list][*]When you install this software version, it'll seem as if the site has been wiped because all the modules and content will disappear UNTIL YOU RUN AN UPGRADE (as recommended)[/*]
    [*]All of the old school modules will be upgraded and deleted (calendarmodule, simplepollmodule, navigationmodule, containermodule, formmodule/formbuilder, etc...)...all those files in the /framework/modules-1 folder[/*]
    [*]Any old school module custom views MUST be upgraded/edited manually. See the post in the 2.0 Installation forum for details.[/*][/list]
    v2.3.1 Download [url]http://sourceforge.net/projects/exponentcms/files/exponent-2.3.1.zip/download[/url]


    View article...
  • Hi, I did a fresh, new install of 2.3.1, but on the page 'manage all pages' the page won't load. I get an unexpected error (manage 1033). Any thoughts?


    View article...
  • Smarty reported: Unable to load template file '/data/home/vava01/domains/vavaveghel.nl/public_html/framework/modules/navigation/views/navigation/manage_hierarchy.bootstrap3.tpl' in 'manage.bootstrap3.tpl'


    View article...
  • To be clear, this was not an upgrade? Which theme are you using (if a custom theme, what theme framework)? Does the page display normally (theme looks ok, except for the main area content)? Is this a normal user, admin user, or super admin user? How many pages have you added (using a sample database, if so which one)? What browser are you using?

    If you are using a custom theme, you might switch back to a similar 'shipped' theme and see if the issue still occurs.


    View article...
  • I've checked in different browsers, I'm using a custum based on bootstrap3. Every thing else looks ok. I'm not able to change template, because the admin menu doesn't show child pages.
    I've deleted the instal, took 2.2.some other, then could add pages, but my templates was't working (of course) so I installed 2.3.1 over it, but then I get the same problem.


    View article...
  • That is odd...I guess you have confirmed that the manage_hierarchy.bootstrap3.tpl file exists on the server?


    View article...
  • Yep. I just found out what the problem is: it's the lang file. Made my own Dutch translation and I guess there's an error in my file..


    View article...
  • This release fine tunes and fixes many of the features added in the previous major version upgrade (v2.3.0). If you are already running v2.3.0 you are encouraged to upgrade. If you are running an older version, we recommend you test the installation before upgrading a production server. You MUST be logged in as an admin user to upgrade Exponent.

    This update is still an incremental upgrade to v2.2.3 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best remedy is to have saved your database (eql file), files archive, and config.php file and when performing the 'git pull', if you receive a 'merge conflict', do this:[code]git fetch origin master
    git merge -s recursive -X theirs origin/master
    [/code]If you are updating from any version prior to v2.2.0 and you've been updating your themes and custom modules in accordance with all the previous updates, this will be a simple update like the others. However, if you still have some patched old school stuff (your theme makes calls to exponent_theme_xxx or has custom old school module views), you may have some tweaking to do first. What this means for the site admin is:
    [list][*]When you install this software version, it'll seem as if the site has been wiped because all the modules and content will disappear UNTIL YOU RUN AN UPGRADE (as recommended)[/*]
    [*]All of the old school modules will be upgraded and deleted (calendarmodule, simplepollmodule, navigationmodule, containermodule, formmodule/formbuilder, etc...)...all those files in the /framework/modules-1 folder[/*]
    [*]Any old school module custom views MUST be upgraded/edited manually. See the post in the 2.0 Installation forum for details.[/*][/list]
    v2.3.1 Download [url]http://sourceforge.net/projects/exponentcms/files/exponent-2.3.1.zip/download[/url]


    View article...
  • This release fine tunes and fixes many of the features added in the previous major version upgrade (v2.3.0). If you are already running v2.3.0 you are encouraged to upgrade. If you are running an older version, we recommend you test the installation before upgrading a production server. You MUST be logged in as an admin user to upgrade Exponent.

    This update is still an incremental upgrade to v2.2.3 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best remedy is to have saved your database (eql file), files archive, and config.php file and when performing the 'git pull', if you receive a 'merge conflict', do this:[code]git fetch origin master
    git merge -s recursive -X theirs origin/master
    [/code]If you are updating from any version prior to v2.2.0 and you've been updating your themes and custom modules in accordance with all the previous updates, this will be a simple update like the others. However, if you still have some patched old school stuff (your theme makes calls to exponent_theme_xxx or has custom old school module views), you may have some tweaking to do first. What this means for the site admin is:
    [list][*]When you install this software version, it'll seem as if the site has been wiped because all the modules and content will disappear UNTIL YOU RUN AN UPGRADE (as recommended)[/*]
    [*]All of the old school modules will be upgraded and deleted (calendarmodule, simplepollmodule, navigationmodule, containermodule, formmodule/formbuilder, etc...)...all those files in the /framework/modules-1 folder[/*]
    [*]Any old school module custom views MUST be upgraded/edited manually. See the post in the 2.0 Installation forum for details.[/*][/list]
    v2.3.1 Download [url]http://sourceforge.net/projects/exponentcms/files/exponent-2.3.1.zip/download[/url]


    View article...
Sign In or Register to comment.