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.
dleffler
Updated software to v2.5.2
About
- Username
- dleffler
- Joined
- Visits
- 461
- Last Active
- Roles
- Guest, Member, Administrator
Comments
-
Does your custom theme contain any .less files? (/themes/mytheme/less) Did you place any .less files into the system folders (a second or updated copy of bootstrap)? Did you empty the /tmp/css folder (which contains the less compiler cache)? If th…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.2 (stable). This patch can be applied to any site already running v2.2.2 or v2.2.2patch1. The patch fixes these bugs: * Fixes issue where user/group permissions could NOT be revoke…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.2 (stable). This patch can be applied to any site already running v2.2.2 or v2.2.2patch1. The patch fixes these bugs: * Fixes issue where user/group permissions could NOT be revoke…
-
This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
-
The strings are coming from PHP itself. In the language.info.php file do you have the 'locale' set correctly? It is what is used to set the PHP locale which in turn is used to format the date/time strings (in this instance) View article...
-
It sounds like you've only installed the 'patch' file and did not already extract/install the exponent cms package v 2.3.0 https://github.com/exponentcms/exponent-cms/releases/download/v2.3.0/exponent-2.3.0.zip A 'patch' file ONLY contains files ch…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.2 (stable). This patch can be applied to any site already running v2.2.2 or v2.2.2patch1. The patch fixes these bugs: * Fixes issue where user/group permissions could NOT be revoke…
-
This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
-
I'll assume you are using a desktop machine (mouse, not touch)...sounds like the javascript on the page is broken. One cause (with recent versions of the CKEditor) is minifying linked scripts which can be fixed by either turning off Minification, or…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.2 (stable). This patch can be applied to any site already running v2.2.2. The patch fixes these bugs: * Fixes issue where user/group permissions could NOT be revoked once assigned[…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.2 (stable). This patch can be applied to any site already running v2.2.2 or v2.2.2patch1. The patch fixes these bugs: * Fixes issue where user/group permissions could NOT be revoke…
-
This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.3 (stable). This patch can be applied to any site already running v2.2.3. The patch fixes these issues: * Problem fully upgrading an EAAS module youtube to media player configurati…
-
Not sure how you created a problem with the Super-Admin, but the easiest method is from within Exponent itself: 1. Log in as a Super Admin 2. Select the Exponent menu, Super-Admin Tools, Extensions, Install Extension menu item 3. Select the 'Fixes' …
-
The easiest method is from within Exponent itself: 1. Log in as a Super Admin 2. Select the Exponent menu, Super-Admin Tools, Extensions, Install Extension menu item 3. Select the 'Fixes' tab to display the most recent patches for all released versi…
-
Since you apparently can't log into Exponent as a super-admin, you don't have access to the included Database Manager. You'd have to use the database manager (phpMyAdmin?) supplied by your web host to view the Exponent tables, then view the 'exponen…
-
Two fixes: 1. Edit the exponent users table, the 1st record, you'll be updating the 'password' field of the first record (the rest of the info on that line should be familiar). You'll need to create an 'md5' version of your password (http://www.mira…
-
Which calendar or view are you having problems with? Any of the %D %Y type codes simply tell the system how to format the date/time output. Exponent does not support multilingual sites, apart from building separate pages/modules for each language. …
-
The easiest method is from within Exponent itself: 1. Log in as a Super Admin 2. Select the Exponent menu, Super-Admin Tools, Extensions, Install Extension menu item 3. Select the 'Fixes' tab to display the most recent patches for all released versi…
-
Actually expJavascript::pushToFoot(array("unique"=>'bscarousel ","bootstrap"=>''carousel'', "content"=>"// no code needed if blocks are set up per bootstrap docs") ); View article...
-
OK, we can use the php equivalent of the above sample ('content' param not needed here, but it's where the javascript code goes)... expJavascript::pushToFoot("unique"=>'bscarousel ","bootstrap"=>''carousel'', "content"=>"// no code needed …
-
That'd be the {script} smarty block. Looks like I hadn't updated the docs page to include the 'bootstrap' param available in v2.3.0+ http://docs.exponentcms.org/docs/2.3.0/script, but just like yui & jquery, you add a 'bootstrap' parameter with …
-
Regarding the error, PHP ran out of server memory wince only 128Meg is allocated (which is the default). Sometimes recursive operations run php out of memory. Regarding the ISO codes, I personally can't vouch for any of the into in the ecommerce sq…
-
You should be able to use the database manager to simply import the two sql files geo_regions and geo_countries. Please keep in mind they are SQL statement files and not exponent eql files. View article...
-
Just guessing, but it would appear that in the customer's shipping address, they failed to select a country. Did you select a 'default' country in the Manage Geography Settings page? View article...
-
I'd recommend using the ecommerce 'quicklinks' action/view which is a good ecommerce replacement for the login views. It displays/allows quick access to the cart, user profile/address book, and past orders. Since we normally recommend starting with…
-
Sorry to say, but it's a known issue (though without a ticket). There is a problem with one of the SQL statement 'joins' which compounds the two tables instead of providing discrete results (each region/state multiplies the results). I've never work…
-
I've just implemented a gui to add/edit/delete countries & regions from the Address/Geo Settings view. It's in the 'master' github repo slated for a patch#3 release soon since it fixes another bad bug (loss of admin/super-admin status when chang…
-
There is no gui for building/editing the region/country tables (geo_country/geo_region). The best bet is to import the sample database (or the ecommerce samples using the Ecommerce tab of Site Configuration) or load the geo_regions.sql & geo_cou…
-
This issue has now been fixed in the 'master' github repo and will be released in the upcoming patch#3 now due out by this Friday View article...