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
-
In Exponent, we do NOT load the entire bootstrap.js file, we only load the modules as needed (so in your case you are double loading some of the bootstrap modules when you also load the entire file). In this case, there should be a call to load the…
-
Sorry, each installation uses a single configuration which points to a single database. View article...
-
Are you beginning the installation by browsing to the installation url www.mysite.org/install/index.php ? You MUST specifically begin the installation, it is no longer automated. I'll check locally, if you browse to the site BEFORE you begin/co…
-
How far do you get in the install process? Which step is completed? View article...
-
Sorry, didn't fully read your initial post about 'installing'. You may have interrupted the initial install and exp isn't allowed to 'install' onto an existing/populated database. You'll need to 'drop' all the tables in the database and begin agai…
-
That should be acceptable. I've only seen this occur locally when my test db server is already in a 'race' condition and doesn't accept connections. Have you tried closing the browser and relaunching it, or clearing the browser cache? View articl…
-
The message basically means that exp hasn't connected to the database. Either the network connection or the database server is down, or the database params are not correct. In particular, this is a new issue which might appear in v2.3.2 with some …
-
By chance are you using the default db prefix of 'exponent_' or is yours set to 'exponent.exponent_'? View article...
-
You might try to turn on error reporting during installation by uncommenting a line define('DEVELOPMENT','1'); in exponent_version.php, which will output any warning, etc... during an installation. You also could try to 'force' it to that stage by …
-
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 …
-
Actually, I've found the issue and am working on a fix
-
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 hope to have a new patch out this week...was a result/consequence of the recent patch
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
Is it possible to 'test' the download using 'unzip -tq expnentcms-2.3.2.zip'
-
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 …
-
Actually, I've found the issue and am working on a fix
-
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 hope to have a new patch out this week...was a result/consequence of the recent patch
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …