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
-
I've done a little google'ing and generally other ecommerce software only allow banning ip address or illegal email addresses. It sounds like this is a credit card issuer problem with interaction from the card holder. FWIW, we pass all the card info…
-
Not per-se. What payment options are you using? Most will not accept bad payment information.
-
Not yet implemented, and no plans for the near future.
-
After some troubleshooting, I'm pretty sure the file was uploaded inside elFinder and not from the editor. There is an issue with our not setting the file's owner when uploading from elFinder. I have a fix for this and it will be issued as 2.4.3patc…
-
Do you know what method they used to upload the file: * drag and drop into the elFinder window or use the elFinder 'upload' command * drag and drop into the text editor * quick upload from within the text editor And if done within the text editor,…
-
Yes, that should be the logic. Are you using the Traditional File Manger or elFinder?
-
That particular upgrade script runs if there are records in the orders table which have no invoice id assigned nor a purchase date. It is possible that ECOM was turned on at one point? With ECOM active, EVERY site visit will generate an order record…
-
I'm thinking the fix will be to add/code a 'rel="nofollow"' to the other views links on the event views so the spider won't pick up the other views. I'll start adding a fix to the template code that builds links for the next release.
-
I've tested it locally and the feature works as expected. Can you confirm the users are actually added/part of that user group?
-
Is it possible to send me that 'crawler' so I can see where the issue lies? dleffler@hughes.net
-
That is correct for all new users which are not admins, however the existing users would need to be added to that user group.
-
Two possibilities? 1. They aren't assigned to that user group? (only works for users assigned to that user group) 2. They are assigned to more than one user group? (there's no specific algorithm for which of the groups the page is selected, just the…
-
I found the bug...the quick fix is to edit /framework/modules/filedownloads/views/filedownload/configure/tags_list.config and edit line #17. There are two places where it has 'title' which must be replaced by 'title ASC' from {control type=dropdown …
-
Are you referring to the list of tags with an single file download item, or the tag cloud? (What view?)
-
So should we automatically create a single canonical url for events?
-
FWIW, the quick-submit option has been added to the development code to be released in the next patch/revision. It adds a setting to the 'form' tab of form module settings.
-
I'll attempt to add a setting for 'simple form submission' to optionally allow the above effect (auto-skip to submit). Would be in the next patch/release.
-
That's the issue, the uploaded file is normally processed in the 'confirm_data' call to a state expected by the 'submit_data' call. You could probably customize the /framework/modules/forms/controllers/formsController.php file by adding this to lin…
-
How do you 'remove the confirm page'? There is processing that takes place in the confirm_data() method/view which is expected/assumed by the submit_data() method/view...such as the 'uploading' of the file.
-
Also, do you see the image on the 'confirm data' page before you submit it?
-
Some questions: * I assume there is a 'file upload' control in the form and it's name is photo_product? * Did this work in earlier versions, or is this a new/updated form under 242p5? * Are you generally (still?) able to upload files using the file…
-
The message occurs when the db server can not be reached. It could be because the mysql server is down, the database name in config.php is incorrect, or the db name and/or password is incorrect. To initiate an installation, you must browse to your…
-
The packages and git repo now have the corrected exponent_version.php file.
-
Yes, simplified php mail() is considered to be very insecure. Though it is still supported in older versions of swiftmailer (running php v5.x), it is fully deprecated when running php v7.x+. Therefore, the Exponent simplified email under php 7.x+ no…
-
Definitely broken if there is more than one youtube video on a page...fix will be in next patch (242p5)
-
By chance, do you have more than one video on a page?
-
Upgrade steps * 1st page - introduction * 2nd page - System Requirements check completed report * 3rd page - Database Tables update completed report * 4th page - List of Upgrade scripts * 5th page - (repeat of 4th page) list of completed Upgrade sc…
-
* For security reasons, you MUST be logged into Exponent as an admin to run the upgrade/update process. * The list of changes from 241p6 to 242 are listed at the top of the changes-v242.md file. * I am assuming you are running 241p6 with few issues…
-
Were you able to get your host provider to help? If the server doesn't have enough storage space for the session, it'll act odd in regards to logging in since PHP won't be tracking user sessions correctly and even though you think you've logged on t…
-
Again, that issue appears to be with the web server itself and my past experience shows it is usually the server /tmp device is out of storage space (do not confuse this with the /tmp folder within the web space used by Exponent). You may need to ca…