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
- 462
- Last Active
- Roles
- Guest, Member, Administrator
Comments
-
Actually the fix is already in v2.2.3 (or at least the patches) in the shipped/example bootstraptheme. Take a look at the 'index.php' theme template, in particular we've reversed the sequence/order of the #content & #sidebar sections and als…
-
I must apologize, I read your post too quickly and made several assumptions. Thanks for clarifying my error. At present we do NOT have a responsive vertical menu. You MIGHT try to create a new 'mobile' theme variation http://docs.exponentcms.org/do…
-
What version of Exponent and what theme 'framework'? View article...
-
IE8 is pretty antique...I imagine back several versions of exp ago the coolwater menu worked in IE8??, (I use it on several of my sites). In the last several versions (2.1.0+) we've added some 'shims' to help IE less than v9 cope with html5 and resp…
-
As always, you might want to save/export the database, so you can restore it later if needed. First, there is no straight upgrade path from 0.9x to 2.x, so you best bet would be to first delete everything in the main folder EXCEPT the /files and /e…
-
It's difficult to import content apart from the bulk of the database, since it's referenced by the container object (the module on the page) and might also have attached/associated objects. If I understand you correctly, you have already imported e…
-
I'm sorry, but there is no easy way to do this. The .eql file is a serialized (array/object in a single string) dump of each record preceded by the word 'RECORD:', but we'd need a script to convert it into something useful...though you could probabl…
-
Try deleting all the files in the /tmp/css folder. I've never seen this error, but it appears the less compiler cache was corrupted and it is attempting to recompile the core .less files based on bad locations. You also might delete all the files in…
-
I'm sorry, I do NOT have a running copy of 0.96 (only keep a 0.99beta1 one up for test purposes). If I follow you correctly... * You already have an existing image gallery module on another page?[/*] * You are adding a new image gallery module to t…
-
Ok, I whipped out a 0.96.6 test site and in its pristine condition, the re-use/existing content image gallery gives me the 'use this module' link on the module. Some things you might try, if you can view/edit the database: * In the sectionref tabl…
-
It appears your server is not set up to use PHP 'sessions' correctly. Not sure if this is something with the php.ini file or if the server's /tmp folder doesn't exist or is considered read-only (based on the specific error below). Sorry, but Exponen…
-
I'm NOT a server guy, so this is based on some 'google-ing'...It looks like the server /tmp folder (/home/sinapseinc/tmp in your case) doesn't have write permissions. Not knowing what access you have to the server (shell, SSH, cPanel, etc...) you wi…
-
I'm sorry, I can't reproduce the 'delete' issue. It MIGHT be possible the response is delayed by slow server response...since it is an ajax action. Thing normally happen this way * Click on the 'delete' button[/*] * sked to confirm the delete[/*] *…
-
Note added to the current help version document for installation (v2.2.3) and the troubleshooting tip. View article...
-
I noticed that this morning myself, hadn't tracked down the problem and not sure when it developed...may be a regression bug introduced when I fixed the 'try to send an email even when we didn't get an email address entry' bug. View article...
-
Ok, I've located and fixed the issue, and the update is already on our github 'master' branch. I will work on getting a formal v2.2.3 patch #3 out early next week. FWIW, the issue ONLY affects display of the 'response' message (it does NOT affect…
-
The 'url link' feature only works in the slideshow views (hence the 'Link this Slideshow Slide to a URL'), we already use a link in the other views to bring up the lightbox or a full-size graphic (in place of the thumbnail) View article...
-
I haven't used ecommerce much and then only for invoicing (pay later) or PayPal. It is my understanding the 'split' in the 'split card' means that only part of the card number is stored on the site to prevent compromise. View article...
-
You might try this edit to /framework/core/subsystems/expMail.php beginning at line #600 is should look like if (count($emaillist)) { $mail = new expMail(); if (!empty($attachments)) { …
-
Not sure why your system can't find /install/index.php. We don't change that with the patch and you needed/used it when you upgraded/installed v2.2.3. The error is the result of the 'to' or 'from' address NOT being legal with a name, domain, and do…
-
The framework = bootstrap sets up the chain to load jquery (javascript) & boostrap (styles). We do NOT automatically load any of the bootstrap javascript since the intent is to only load it when needed and then specifically by the module needed …
-
Consider it 'done'! Will add to the v2.2.4 pre-release a little later today. View article...
-
The css loading fix is included in the just released v2.2.4patch4. This may help with some of the styling issues, but NOT the javascript issue you described. View article...
-
This new feature is included in the just released v2.2.4patch4. View article...
-
Actually the fix is already in v2.2.3 (or at least the patches) in the shipped/example bootstraptheme. Take a look at the 'index.php' theme template, in particular we've reversed the sequence/order of the #content & #sidebar sections and als…
-
I must apologize, I read your post too quickly and made several assumptions. Thanks for clarifying my error. At present we do NOT have a responsive vertical menu. You MIGHT try to create a new 'mobile' theme variation http://docs.exponentcms.org/do…
-
I'm sorry, I do NOT have a running copy of 0.96 (only keep a 0.99beta1 one up for test purposes). If I follow you correctly... * You already have an existing image gallery module on another page?[/*] * You are adding a new image gallery module to t…
-
Ok, I whipped out a 0.96.6 test site and in its pristine condition, the re-use/existing content image gallery gives me the 'use this module' link on the module. Some things you might try, if you can view/edit the database: * In the sectionref tabl…
-
It appears your server is not set up to use PHP 'sessions' correctly. Not sure if this is something with the php.ini file or if the server's /tmp folder doesn't exist or is considered read-only (based on the specific error below). Sorry, but Exponen…
-
I'm NOT a server guy, so this is based on some 'google-ing'...It looks like the server /tmp folder (/home/sinapseinc/tmp in your case) doesn't have write permissions. Not knowing what access you have to the server (shell, SSH, cPanel, etc...) you wi…