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
-
Is it possible to 'test' the download using 'unzip -tq expnentcms-2.3.2.zip' View article...
-
Do you have 'Files' (attachments) activated in the news module and not in the text module? Have you tried it with one of the shipped themes? (I'm kinda 'grasping at straws' as to what the issue might be) View article...
-
Ok, they are pretty strict...but, there is a .htaccess files in these folders / /files /files/avatars /files/uploads /tmp/cache /tmp/css /tmp/extensionuploads /tmp/img_cache /tmp/minify /tmp/pixidou /tmp/rsscache /tmp/views_c Most likely it is the …
-
Exponent does NOT use any cgi-bin scripts/apps. The .htaccess applies to the folder it resides in plus any subfolders (recursive) which do not contain a .htaccess with instructions to the contrary...therefore if you do not use the /cgi-bin folder (u…
-
I would speculate to say the line is in there in case you are running other web apps out of the same folder as Exponent (in most cases the root web folder). If you are not running any other apps (mail list, etc...) out of /cgi-bin you should be able…
-
It looks like this 2nd line from the bottom above div class="collapse navbar-collapse navbar-ex1-collapse"> must be changed to div class="collapse navbar-collapse" id="navbar-ex1-collapse"> the 'id' seems to be merged into the 'class' therefor…
-
Sorry, but can you confirm you have the id="navbar-ex1-collapse" in the collapse-navbar element? If you do and it's not appearing the in the html output, you may be missing or mis-matching quotes around the 'id'? Again, it sounds as if the 'data-to…
-
I'll assume this is a bootstrap3 based theme? I'm still not following what the issue is...the 'in' class is auto-controlled by the bootstrap 'collapse.js' script to show whether the menu, etc... is open or closed. What you show above seems to place …
-
I don't understand what you mean by the 'period' turns into a 'comma'? (was that a forum parsing problem?). Is the 'toggle' you refer to the main menu toggle? What 'view' are you using to create this one-page menu, a custom view, or hard-coding it i…
-
I hope to have a new patch out this week...was a result/consequence of the recent patch View article...
-
odd that it only occurs in one browser type...basically that view doesn't have a size and only picks up the width of what it holds. Perhaps something in it has a -webkit-xxx style it picks up which doesn't have one of the other similar vendor styles…
-
I'll assume this is the navigation module flyout sidebar view (we also have some other/older flyouts in login and container modules). It works correctly for me in Chrome, etc... The only changes I note moving from 2.3.0 to 2.3.1 were * we added a '…
-
Actually, I've found the issue and am working on a fix View article...
-
Is this the traditional File Manager or the new elFinder? View article...
-
We've uncovered some bugs and other issues, and fixed them in v2.3.0 (stable and patch#1). This patch can be applied to any site already running v2.3.0 or v2.3.0patch1. In addition to the fixes found in 230patch1, 230patch2 provides the following: !…
-
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…
-
Working on re-uploading the v2.3.1patch4 file and v2.1.4patch6 files. They can also be found here https://github.com/exponentcms/exponent-cms/releases View article...
-
The fix will be found in v2.1.4patch6, v2.2.3patch9 and v2.3.1patch4. See separate discussion View article...
-
There were several issues with the first set of recent security patches: 1. It would strip out all scripts from the Code Snippets module when saving those items, which defeats the purpose of the code snippets module. 2. On some servers it would an '…
-
The quickest fix (at this point) is to re-install the last full package and the most recent pre-fix patch v2.1.4 full package and v2.1.4patch2 v2.2.3 full package and v2.2.3patch5 v2.3.1 full package If using the git 'master' repo, you could do a …
-
I'll try to get a patch #3 up soon with the 3 older subsystem files expRouter.php, expTheme.php, & expString.php. View article...
-
We've fixed a security issue (identified by Mayuresh Dani and Narendra Shinde from qualys.com) in our current release and some of our older versions and now have a patches available to fix this specific issue: * Fixes cross-site security issue The …
-
We've fixed a security issue in our current release and some of our older versions and now have a patches available to fix this specific issue: * Fixes cross-site security issue The v2.1.4 patch #3 download is found at http://sourceforge.net/proj…
-
My guess is that phpmail() isn't set up correctly on those servers...there are a few php.ini settings which determine this (most of my remote servers by another host have this same problem). I'd recommend you set up an smtp mail server and change yo…
-
You know me, I always have questions... - Are you able to send mail from other areas of the site (e.g., have you tried sending a sample email using the Exponent menu, User Management, Mass Mailer? - Have you tried using the Exponent menu, Super-Adm…
-
If that's the case (takes you to a new page), then the javascript on the page is either broken or not yet fully loaded...the purpose/point is that you can do all your editing of any text module directly on the page without leaving it (in-line) for t…
-
The 'Inline' Text module view allows you to edit 'in-line' meaning you can edit, add, or delete the content directly ON the web page without going to new 'edit' view. Click on the text item or title and the editor toolbar appears. When you click on …
-
That is odd...I guess you have confirmed that the manage_hierarchy.bootstrap3.tpl file exists on the server? 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…
-
I have several variations going...in fact in the pre-release for 2.3.2 ('develop' branch of our github repo, planned to be out by Christmas), we have a new {google_map} smarty function to embed a map...however, I digress. You should be able to 'rede…