colin301
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] EME not compatible with PHP 7Thanks Franky!
Forum: Plugins
In reply to: [Events Made Easy] EME not compatible with PHP 7I may have found a solution to this issue. After replacing line 64 of webmoney.inc.php with the code below, Siteground’s PHP Config tool tells me the site is PHP 7.0 compatible and my EME generated events list page still works as before.
if (!preg_match('/^[ZREUD][0-9]{12}$/', $tmp))I’m no PHP expert so can anyone confirm if this is a good fix for the PHP compatibility issue?
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] No valid archive method found.Paul from Human Made posted on another thread that there’s an update due tomorrow (monday).
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] No valid archive method found.I have the same problem since updating to the latest version (3.3) of the plugin, on a locally hosted site i’m developing (WP 4.3.1). I get the “No valid archive method found” message whenever i do a backup – the backup .zip is being created and appears in the backupwordpress folder but get a 404 not found error when i click the download link for the backup.
Here’s the not found message…
The requested URL /www.ensemblelaboratorium.comwp-content/backupwordpress-a3d00040b4-backups/localhost8888-ensemblelaboratorium-com-1444229778-database-2015-10-10-23-11-40.zip was not found on this server.
… i notice there’s no / before wp-content in this URL – when i copy the URL and add the missing slash, i can download the file.