3r1c
Forum Replies Created
-
Unfortunately, the function you provided did not fix the error. Here is the data from the debug log
[2022-10-17 17:17:53] API.INFO: Contact set to be created ["Extra information",[{"form":"Newsletter Sign-Up"}]] [] [2022-10-17 17:17:54] API.INFO: Submitted contact data ["Extra information",[{"first_name___185b795264e09a98fe0f4e47e70e8e90":{"key":"first_name","val":"FIRSTNAME"},"last_name___7844763b59c9491b69645b716220aad7":{"key":"last_name","val":"LASTNAME"},"email___3c59495a3edf2d27cd20fc1987544522":{"key":"email","val":"***@EXAMPLE.ca"},"email":"***@EXAMPLE.ca","lists___699654c1b923288589ec85c905833902":{"key":"lists","val":""},"list":["1242415003"]}]] []
- This reply was modified 2 years, 1 month ago by 3r1c.
Thank you for the quick response! Yes, we’re using the Akismet Anti-Spam plugin. Deactivating the Akismet plugin solves the problem. This scenario isn’t ideal since we have other forms on the website we need to protect. Do you have any suggestions?
This message is displayed on the admin side:
Constant Contact Forms has experienced issues that may need addressed and functionality may be missing. Please enable the “Support” checkbox under the Support tab in Constant Contact settings and start a forum support thread. Our support team will aid with further steps.
Forum: Plugins
In reply to: [Contact Form 7] File Upload Breaks Form on iPhone, iPadThanks for taking the time, Neil. I appreciate the link. Unfortunately this issue doesn’t just impact Safari, but Chrome, Firefox and Opera (and possibly other iOS browers) on iPhone and iPad. I have submitted feedback to Apple as suggested.
Forum: Plugins
In reply to: [Media Vault] Simple Protection?I can see how this could be useful, Skaha.
If you’re still waiting on a solution from Max, you could create a new User with the role of Subscriber and just share those login details. You could also redirect the User upon login and hide the admin bar to make it slightly more difficult to change any of that User’s profile settings.
Just an idea.
Forum: Plugins
In reply to: [Media Vault] domain.com/?attachment_id=NUMAre you still experiencing this problem?
I just tested that scenario and noticed that the attachment page loads, as you’ve mentioned, but I cannot download or view the protected file without the proper permissions.
Forum: Plugins
In reply to: [Media Vault] Files still accessibleI was just experiencing a similar issue. Looking at my .htaccess file this is what I had:
# Media Vault Rewrite Rules RewriteRule ^assets(/_mediavault/.*\.\w+)$ index.php?mgjp_mv_file=$1 [QSA,L] RewriteCond %{QUERY_STRING} ^(?:.*&)?mgjp_mv_download=safeforce(?:&.*)?$ RewriteRule ^assets(/.*\.\w+)$ index.php?mgjp_mv_file=$1 [QSA,L] # Media Vault Rewrite Rules End
Investigating the assets directory I noticed the file that should have been protected didn’t even exist there. It was in the wp-content/uploads/ directory.
What solved my problem was simply deactivating and reactivating the plugin. My .htaccess file was updated and files are protected as expected.
# Media Vault Rewrite Rules RewriteRule ^wp-content/uploads(/_mediavault/.*\.\w+)$ index.php?mgjp_mv_file=$1 [QSA,L] RewriteCond %{QUERY_STRING} ^(?:.*&)?mgjp_mv_download=safeforce(?:&.*)?$ RewriteRule ^wp-content/uploads(/.*\.\w+)$ index.php?mgjp_mv_file=$1 [QSA,L] # Media Vault Rewrite Rules End
Forum: Plugins
In reply to: [Redirection] How to export redirects?There seems to be an error as I’m experiencing the same issue when attempting to download/export CSV, XML, Apache and RSS for both WordPress and 404 modules (Apache is disabled). The paging function seems to fail as well. When I click to view additional pages, “You have no redirections.” is displayed. Using version 2.2.13.
Forum: Plugins
In reply to: [Facebook] WordPress and Facebook FAILI got the same error. So I removed facebook folder from plugins directory.
Too bad.
Forum: Plugins
In reply to: [Sniplets] [Plugin: Sniplets] breaking admin in WP3.3When activating this plugin on WP 3.3.1, the follow message is displayed…
The plugin generated 979 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
…and all javascript seems to break
Not sure if this is related but here’s the error I’m getting…
2011/09/06 15:05.16: Archive size is 32.74 MB 2011/09/06 15:05.16: 1. Try to sending backup file to DropBox... 2011/09/06 15:05.17: Authed with DropBox from AccountName 2011/09/06 15:05.17: 1.07 GB free on DropBox 2011/09/06 15:05.17: Upload to DropBox now started... 2011/09/06 15:05.17: [WARNING] Can not increase memory limit is 64M 2011/09/06 15:05.17: [ERROR]Allowed memory size of 67108864 bytes exhausted (tried to allocate 34328726 bytes) 2011/09/06 15:05.17: 1. Script stop! Will started again now! 2011/09/06 15:05.17: 2. Try to sending backup file to DropBox... 2011/09/06 15:05.17: Authed with DropBox from AccountName 2011/09/06 15:05.17: 1.07 GB free on DropBox 2011/09/06 15:05.17: Upload to DropBox now started... 2011/09/06 15:05.17: [WARNING] Can not increase memory limit is 64M 2011/09/06 15:05.17: [ERROR]Allowed memory size of 67108864 bytes exhausted (tried to allocate 34328726 bytes) 2011/09/06 15:05.17: 2. Script stop! Will started again now! 2011/09/06 15:05.18: 3. Try to sending backup file to DropBox... 2011/09/06 15:05.18: Authed with DropBox from AccountName 2011/09/06 15:05.18: 1.07 GB free on DropBox 2011/09/06 15:05.18: Upload to DropBox now started... 2011/09/06 15:05.18: [WARNING] Can not increase memory limit is 64M 2011/09/06 15:05.18: [ERROR]Allowed memory size of 67108864 bytes exhausted (tried to allocate 34328726 bytes) 2011/09/06 15:05.18: 3. Script stop! Will started again now! 2011/09/06 15:05.18: [ERROR] Step arborted has too many trys!
Found the solution to this – https://www.ads-software.com/support/topic/plugin-contact-form-7-allow-ajax-after-submit
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Allow AJAX after SubmitAwesome! Exactly what I was looking for. Thanks!
I’m trying to do something similar, but I too can’t figure out how to use submitted information within the on_sent_ok function.
Forum: Plugins
In reply to: [SimpleMap Store Locator] [Plugin: SimpleMap] Multiple Map Page IDsSame problem here. As well, the Default Country (Location Defaults) doesn’t save if changed.