Tagged: x
-
AuthorPosts
-
January 14, 2017 at 6:50 am #1329853
ReggieroodParticipantHi.
I finished my website but i stored in the subdirectory. I copied the website with the plugin Duplicator and placed it in the root of the folder. Everythings looks fine but after all i noticed my site is really slow and i cant access it via www.
so only via rbrood.nl
January 14, 2017 at 6:51 am #1329854
ReggieroodParticipantThis reply has been marked as private.January 14, 2017 at 6:53 am #1329856
ReggieroodParticipanthttp://www.rbrood.nl/wp-admin/update-core.php doesnt word as well
January 14, 2017 at 2:09 pm #1330105
RadModeratorHi there,
Thanks for writing in.
Please restore it to your subdirectory and migrate it using All in one migration plugin. The issue might be related to URL, and that plugin can do it safely without breaking database data.
Thanks!
January 16, 2017 at 9:31 am #1332095
ReggieroodParticipantAmazing!
Thank you very much!
January 16, 2017 at 9:51 am #1332127
ThaiModeratorYou’re most welcome 🙂
January 19, 2017 at 6:51 am #1336575
ReggieroodParticipantOke i tranferred and i tought it all looks good but i still get sometimes the error 500 code.
What can i do?
January 19, 2017 at 9:27 am #1336737
ChristianModeratorWould you mind giving us more details about the issue and also give us access to your FTP.
Thanks.
January 20, 2017 at 2:27 am #1338071
ReggieroodParticipantThis reply has been marked as private.January 20, 2017 at 2:27 am #1338073
ReggieroodParticipantThis reply has been marked as private.January 20, 2017 at 4:39 am #1338170
Paul RModeratorHi,
It look like a cache issue, I set it to false in your wp-config.php file and the error is gone.
define('WP_CACHE', false);Please login to wordpress dashboard and clear your plugin cache.
Then set it to true again.Thanks
January 22, 2017 at 12:59 pm #1340628
ReggieroodParticipantHi.
When i opened the wpconfig it was on true.
i cleared the cache of the plugin and i tranferred a lot of websites from sub to a other domain and it never fails but this time it does. Can it be a server issue?January 22, 2017 at 6:51 pm #1340900
Rue NelModeratorHello There,
Upon checking the ftp, we were no longer able to login. Did you change the access? Meanwhile, you might be experiencing PHP memory exhaustion. By default, WordPress will attempt to increase memory allocated to PHP to 40MB (code is at the beginning of /wp-includes/default-constants.php) for single site and 64MB for multisite, so the setting in wp-config.php should reflect something higher than 40MB or 64MB depending on your setup.
To increase your WP memory limit, please follow the instructions here:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/I recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );You can add it before the line
/*That's all, stop editing! Happy Blogging. */We would loved to know if this has work for you. Thank you.
January 23, 2017 at 11:18 am #1341783
ReggieroodParticipantHi.
This was already in the wpconfig file
define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );January 23, 2017 at 12:36 pm #1341903
ReggieroodParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1329853 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
