ind1gos
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] page not loadingI am having a similar issue after downloading and activating the app – when I click any of the WP Shopify menu items (Connect, Settings etc) it dumps me straight back to the Dashboard. Using WordPress version 5.4.2–en_AU and WP Shopify Version 3.0.6
Have deactivated all other plugins and no change.
Have switched to another theme (Twenty Twenty) and no change.- This reply was modified 5 years, 11 months ago by ind1gos.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup Download to PC not workingI too got the php.ini error above on reinstall , but I think that is an unrelated issue.
Once the upload_max_filesize issue was fixed (see solution below) I reinstalled version 1.11.25 and Updraft Backup worked correctly, so it does seem to be something in version 1.11.26 that is causing the problem.
Solution for upload_max_filesize error:
1) Create a php.ini file in your /wp-admin folder (or edit the existing one).
2) Add the following 4 lines (you can increase memory/filesize if you need to):
memory_limit = 64M
upload_max_filesize = 32M
post_max_size = 32M
file_uploads = On(you can increase memory/max file size more if need be).
3) Edit the wp-config.php file under the folder where you installed wordpress and add the lines:
/** Increases server memory limit to avoid errors in uploading/installing files in WordPress */
define(‘WP_MEMORY_LIMIT’, ’64M’);Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup Download to PC not workingI also have had this problem since installing 1.11.26 on a client’s site today. It is not happening on sites that have not upgraded to this version yet.
It happens when you press the ‘Download to this Computer’ button, it happens for both the Database and other file types.
I uninstalled and reinstalled the plugin, I tried using a different browser (Chrosme and Firefox), I tried creating a new backup and looking at an old backup and the problem is the same.
It never shows the normal Open/Save Dialog, it goes direct to displaying the file in the browser window.
If I save the weird URL as file type .gz (the database file) and then to Extract it using WinRAR, it appears to work ok. If I look at the result in Notepad it looks clean (but I can’t be sure it would be 100% ok if I tried a Restore).
Using WordPress 4.3.3.
Hope the above troubleshooting helps you find the problem…In the meantime I’m delaying any further updates on client sites. Can send you a screen dump if you let me know your email by private message.