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
-
PHP v5.3.x is the minimum version for Exponent CMS at this point. Do you happen to know what php version you were running under? I'll do a quick test, but we should be able to at least get to the installer test which tells you that your php versio…
-
What you might be experiencing is due to the images within the WYSIWYG text having a hard-coded path (from the root folder /files) where when you run it from the subfolder /subdirectory/files it can't find them (since it's looking for it in the root…
-
OK, you can NOT directly upgrade from v0.96.3 to v2.x, you must first get a shell/empty v2.x up and running, then "MIGRATE' the database into (new) v2.x database from the v0.96.3 database. .Here's what I'd recommend * Recreate the 'subdirectory' f…
-
OK, you can NOT directly upgrade from v0.96.3 to v2.x, you must first get a shell/empty v2.x up and running, then "MIGRATE' the database into (new) v2.x database from the v0.96.3 database. .Here's what I'd recommend * Recreate the 'subdirectory' fo…
-
FWIW, we add the content of EVERY module in the system to the search index...for the next release (v2.3.4?) we'll only 'spider' the active modules. View article...
-
Emptying the 'product' table and then performing an Exponent menu, Site Management, Regenerate Search Index should fix that. I'll check to make sure we are not 'indexing' de-activated modules. View article...
-
FIRST, a word of caution...you can NOT delete (drop) the tables or Exponent will cease to function, but you can 'empty' (truncate) them! (this comment is included for others who happen to view it) The following tables are 'populated by installing …
-
First off, I'd not make it 2 columns with the style 'col-xs-6' which keeps it 2 columns on even small (smartphone) devices. I'd suggest making them col-sm-6' which would be 2 columns on all but the smallest devices (smartphones), then it'd stack on…
-
The bs3 'img-responsive includes a 'display:block' styling, so you'd have to add/create a new class for that entry to set the style to 'display:inline'. I'm not sure you want it to be a responsive image though? This (img-responsive) applies ma…
-
Specifically you're pulling up the fallback (or scaffold) views because the module was unable to find the proper view. They are primarily for use when creating a new module from scratch and shouldn't appear otherwise (under normal circumstances). …
-
If you'd like some additional trouble shooting, please email me at dleffler@hughes.net (with full domain url, etc...) View article...
-
Message explanations: * Resource interpreted... this is a normal message because we are sending javascript file output through the php processor. * GET...(Not Found) - that stylesheet should be auto-created/compiled from the corresponding .less fil…
-
Sorry, working two separate issues and both sides of my brain melted together . So the images worked in 2.3.1, but not 2.3.3? View article...
-
Fire up the database manager (Exponent menu, Super-Admin tools, Database, Manage Database), view the expFiles table, then click on Select data' to view the table data...the 'directory' field should NOT begin with a slash, That's how they were stor…
-
PHP version shouldn't make a difference. * Did the images work correctly in the past? * The 'relative path' to the images is stored in the database 'directory' field of the expFiles table, which would normally be 'files/' to which the 'filename' …
-
The 'shipped' router_maps.php is all commented out. On all my sites I run with them on to make for much shorter urls like http://mydomain/blog/friendly_url/ for the pseudo blog/show/title/friendly_url You might try looking at the 'overrides.php' …
-
I've tried this on several different 2.3.3 sites and don't have any issues...sometimes the src is tacked onto the url, but shouldn't be? * Do you possible have some custom views? * Do you have a custom router_maps.php in your theme? As far as the…
-
Basically, just a styling issue which could be corrected within the theme's stylesheet, such as reducing the font size. #topnavbar .navbar { font-size: 75%; } View article...
-
Odd, there is no coding problem in any of the shipped exponent_constants.php files (nor in the code repo). I've never heard of this issue. You are indeed deleting all the old files and extracting the files from a package? If you can view/edit the…
-
Looking at https://github.com/toddmotto/fluidvids and http://toddmotto.com/fluid-and-responsive-youtube-and-vimeo-videos-with-fluidvids-js/, you not only need to load the script, but initialize it with some code (apparently it used to initialize its…
-
Yes, Exponent CMS is compatible with PHP versions 5.2, 5.3, 5.4, 5.5, & 5.6. In the near future, we will not longer guarantee it will work with v5.2. * v5.6 compatibility added in Exponent v2.3.1 * v5.5 compatibility added in Exponent v2.2.1 *…
-
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…
-
I meant to say the 'fix' for the checkbox regression bug won't be release until later this week. View article...
-
Most likely the 'multiple' not being checked is a checkbox regression bug which hasn't been released yet (2.3.3 should be out by the end of the week since it is too large to be a patch to 2.3.2) View article...
-
Ok, so you've added two lines to the form() method...one to initialize the field if it's a new control, and a line to register a checkbox control for 'multiple' property. Then in the update() method you've added a line like $object->multiple = !…
-
There are a couple ways, but you'll need to use 'permissions' to do so. 1. On a 'Public' page, any module that is marked as 'Private' will only be visible/displayed if the user (group) has a 'View' permission 2. On a page that is NOT 'Public' the e…
-
Yes, the git repo 'develop' branch is the pre-release code for the next version. If you email me the csv, I'll walk through the code to see what the issue is...I've only be working on: * a specific 3rd party inventory list a user to could use to u…
-
FWIW,This feature is greatly enhanced in the pre-release code which should be out as a patch or new version within the next week. Never the less, the 'warning' is just that, a 'warning' that one of the fields was empty...again, resolved in the pre-…
-
Original repy We use a newer 'tree' widget for the bootstrap3 page hierarchy...not sure why it'd be crashing. Two theoretical fixes * delete the /framework/modules/navigation/views/navigation/manage.bootstrap3.tpl file * copy the /framewor…
-
We use a newer 'tree' widget for the bootstrap3 page hierarchy...not sure why it'd be crashing. Two theoretical fixes * delete the /framework/modules/navigation/views/navigation/manage.bootstrap3.tpl file * copy the /framework/modules/navigation/v…