Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1329853
    Reggierood
    Participant

    Hi.

    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

    #1329854
    Reggierood
    Participant
    This reply has been marked as private.
    #1329856
    Reggierood
    Participant
    #1330105
    Rad
    Moderator

    Hi 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!

    #1332095
    Reggierood
    Participant

    Amazing!

    Thank you very much!

    #1332127
    Thai
    Moderator

    You’re most welcome 🙂

    #1336575
    Reggierood
    Participant

    Oke i tranferred and i tought it all looks good but i still get sometimes the error 500 code.

    What can i do?

    #1336737
    Christian
    Moderator

    Would you mind giving us more details about the issue and also give us access to your FTP.

    Thanks.

    #1338071
    Reggierood
    Participant
    This reply has been marked as private.
    #1338073
    Reggierood
    Participant
    This reply has been marked as private.
    #1338170
    Paul R
    Moderator

    Hi,

    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

    #1340628
    Reggierood
    Participant

    Hi.

    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?

    #1340900
    Rue Nel
    Moderator

    Hello 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.

    #1341783
    Reggierood
    Participant

    Hi.

    This was already in the wpconfig file

    define(‘WP_DEBUG’, false);
    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

    #1341903
    Reggierood
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1329853 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>