
apothekedeswestens
apothekedeswestens
About
- Username
- apothekedeswestens
- Joined
- Visits
- 4
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
Oh, and could you please delete the link to the phpinfo.php file? I cannot do it myself. Thank you in advance!
-
Nevermind, I've found the fix. I just needed to add the following to functions.php: add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); } Solv…
-
Thank you. I did that, and also increased the max_execution_time from 30 to 60 seconds. It didn't help, the error persists. This is what the error says: 1:1 Start tag expected, '<' not found There was an error when reading this WXR file Details …
-
Hi. Thanks. I watched the video, I did it all correctly, but the error remains. Here is the PHPinfo file: