shahabqamar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant access WordPress plugin/theme API after upgrading to 3.4.1and just to add quickly, this is also happening with fresh installs with no extra plugins and themes.
The error is also coming up on local installs when using XAMPP on Windows and MAMP on MAC.
Our WordPress sites are with various hosting companies and all of them are getting this error after upgrading to 3.4.1.
Thanks for the quick responses though …
P.S I love the plugin ??
Yes, the jQuery is being loaded. I am getting it in the header as follows :
<script type='text/javascript' src='https://www.molix.com.au/wp-admin/load-scripts.php?c=1&load=jquery,utils&ver=0e4de088c1d51cff99f6e17399d2c995'></script>
If you dont hear back from some one else reporting the same issue, then it must be something specific to my backend. May be use of plugins that share jquery script is causing some conflict.
Okay, I have somehow fixed it. Basically, I got rid of all the Google related export options (the client doesn’t need them at the moment) and made the script code look like this:
<script type="text/javascript" language="Javascript"> function exportData(encSelect) { var enc = encSelect.options[encSelect.selectedIndex].value; location.href = '<?php echo $pluginDirUrl ?>export.php?form=<?php echo urlencode($currSelection) ?>&enc=' + enc; } </script>
Javascripts are enabled. It cant be a system setting I think. Because I code Javascripts almost every other day and it all works fine. Actually, everything was fine until I updated to 1.4.
I have two copies of Wordpres sites running. They are exactly the same. One is installed on localhost and other is uploaded to a live server. The one at localhost still uses 1.3 and works fine. The export option on the live server stopped responding once it was being updated with 1.4.
Same same setup, same environment but two outcomes. What could have gone wrong :s
yes, its there …
I can actually download the CSV file if I paste the following into the browser window :
https://www.mydomain.com/wp-content/plugins/contact-form-7-to-database-extension/export.php?form=myformname&enc=Thanks for getting back. The console says :
exportData is not defined