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
-
The Session error (at the top of the page) is a server (configuration) error...either by server permissions, or the server has run out of space in it's 'tmp' folder (used to store session data). It's possible it could be the root issue. The other w…
-
It seems like the javascript on the page is breaking and preventing the toolbar from appearing. Try opening the browser developer tools (F12), the refreshing the page, and looking at the 'console'.
-
Embeded YouTube links in the MediaPlayer work locally with the latest Exp version...mediaelement.js was updated to the latest version 4.2.8 in 2.4.2patch1, while Exp v2.4.1patch6 was using medaelement.js v4.2.5
-
First, the Flydown menu represent the page hierarchy, so you'd need to have child pages under your parent pages. Secondly, there is a setting in the theme config to limit the depth of the flydown menu which would allow you to have a deep page/menu h…
-
Ok, I hope to have a fix for this soon and will have either 242p5 or 243 out soon. This is NOT an issue with creating a new user account on ecommerce checkout though.
-
Definitely needed and shipped with the v2.4.2 package...not sure how it could've been deleted, but it's loaded on almost every page with a bootstrap based theme.
-
Some javascript is crashing on the page...sometimes has a ripple effect. Open the Browser Developer Window and refresh the page. If you look in the console you'll get an idea of what is crashing and possibly why.
-
You are not the only one that does that method as a backup technique and finds the way Exponent looks for class files ends up tripping over them.
-
Yes you are correct, those files are both needed. If the system had been upgraded from a VERY old version, at one point the /framework/modules/ecommerce/model/order.php (not the EasyPost external library) was in framework/core/models/ I don't know …
-
OK, another regression bug and a patch #4 soon...quick fix would be to edit /framework/modules/users/controllers/usersController.php...around line #27 you'll see 4 lines commented out ($remove_permissions array)...remove the slashes to un-comment th…
-
v2.4.2patch2 is now out and fixes this issue!
-
Ok, i have determined the logic error introduced in v2.4.1p6 to prevent rouge admins from elevating their own admin status...I'll have a 242p2 out in a few days.
-
Odd, you might check for another copy of 'order.php' in another 'model' folder like /framework/core/models (though we do now ship an empty one there, it was originally where the order.php file was kept). In any case, you can DELETE /framework/core/m…
-
You do NOT have to declare YUI as a theme framework (like you do with the bootstrap versions), but you will need to use the YUI loader call in the {script} blocks (again, nothing changed)...YUI is only loaded if there has been a call for a YUI modul…
-
Ok, the quick fix (before the next release in a few weeks), is to edit the /framework/modules/mediaplayer/views/media/medialist.tpl file (or medialist.bootstrap3.tpl if using a bootstrap 3 based theme) Edit the line ~#44 fromtoand …All (uploaded) files within Exponent are in the /files folderIs it possible the thumbnail folder is not writeable? /tmp/elfinder is where the uploads and thumbnails are cached/processedJust to confirm, this is the Media Player module? Is this related to uploaded videos, or Youtube urls?I've seen this issue before. It's related to the server php session files and possibly running out of space in the /tmp folder (or perhaps not enough server memory?). Glad it was fixed.So you've tried all three settings for the 'Type of Encrypted Connection' SMTP setting? What about turning on 'SMTP Debugging' and then running the Super-Admin Tools 'Test SMTP Mail Server Settings'?In this case it's cause was accidently adding an https:// to the link, but it pointed to a site that wasn't set up to support https:// protocolIf you open the Database Manager under the Exponent menu, Super Admin Tools, Database, Manage Database...the initial page displays all the tables and you'll note the size under the 'Data Length' column in the Database Manager.Assuming v2.4.1p6? I've not experienced problems before unless the database is larger than PHP is configured to handle (some of the tables can get quite large like search index, esp. in ecommerce). You might try a sample backup of only one table. If…Could you send me the link to those PDFs (dleffler@hughes.net)Just so I understand, you are trying to insert a link within the content on your site to a pdf file located on another site...and when a user clicks on that link (to the external pdf), using Firefox they receive the error? In general terms (accordi…Can you send me the link to the page?Couple of questions: - is the calendar PULLING in events from an icalendar feed? If so you can set up remote calendar caching by following instructions on the 'Ical Pull' tab of the event module settings. - is there a large number of past events on …It's possible the new control wasn't saved correctly into the database...open the Database, Manage Database item from the Exponent menu, Super Admin tools. Open the 'forms_control' table to view the data. Browse to the END of the table, looking at t…So is the desire to simply have a cleaner, more understandable url to an event? E.g. as in News... http://localhost/events/show_by_date/year/2017/month/10/day/15/title/my-event which could in turn become the following using a router_maps.php entry …Is that a 'feature request' to have a SEO name for each event that could be pulled up by something like? http://localhost/events/show/title/my-event One problem is that there may be MANY events with the same name and different dates, some of those…