Warning during export of a local site from v3.3.0 to the new Local v5.2.3

Hi,

I use Local by flywheel 3.3.0 on my laptop and when i try to export local websites from my laptop 3.3.0 to my computer 5.2.3 there are some warning errors :

( ! ) Warning: fopen(D:\www\octp1\app\public\wp-content\plugins\webify-addons/languages): failed to open stream: Permission denied in D:\www\octp1\app\public\wp-includes\pomo\streams.php on line 148

( ! ) Warning: Cannot modify header information - headers already sent by (output started at D:\www\octp1\app\public\wp-includes\pomo\streams.php:148) in D:\www\octp1\app\public\wp-includes\pluggable.php on line 1265

( ! ) Warning: Cannot modify header information - headers already sent by (output started at D:\www\octp1\app\public\wp-includes\pomo\streams.php:148) in D:\www\octp1\app\public\wp-includes\pluggable.php on line 1268

Can you help me please because i don’t know why it works on my older version of Local and not on the new version.

The site i want to export is exactly the same, i didn’t change anything.
I also tried to create a new website using the same template and it works on my older version of flywheel but not on the new one…

Thanks a lot,
Romain

I can only guess, but one possibility you might investigate is that there is an issue with the webify-addons plugin. Here are a couple of things you might try.

  1. In the Local 3.3.0 version of the site, check to make sure that the plugin is updated to the latest version. If not, update and re-export and try 5.2.3 again.
  2. In the Local 5.2.3 version of the site, try removing the webify-addons folder from wp-content/plugins.

Thank you for your answer, there in only one version for the plugin so it’s the same in the Local 3.3.0 ans 5.2.3. The only way to hide the errors was to write in the wp-config.php (the owner of the template told me to write that)

ini_set(‘log_errors’,‘On’);
ini_set(‘display_errors’,‘Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);

but if you have a better idea, it’s gonna be a pleasure to apply it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.