Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #998471

    Hi,
    For our own website we have an issue with the page builder. It keeps on loading without any progress.
    We have had this issue for a while and thought it was the server. After we upgraded our hosting nothing changed.
    We tried a new wordpress install without any diference.
    The weird thing is that this is a copy of the site we build on our development domain where it runs perfectly.
    What could cause this?

    with kind regards,
    Tjeu – Connix

    #998505

    Hi,

    Login link redirects me to link i attached in private content field and there i get “Not available.” error.
    Could you please check your login link once again?

    Best regards,
    Yigit

    #1002288

    You should now be able to login by http://www.connix.nl/wp-admin

    #1002291

    Credentials in private:

    • This reply was modified 6 years, 3 months ago by ConnixDev.
    #1002522

    Hi,

    Thanks for the update.

    I managed to access the dashboard but I couldn’t get anywhere because of a 502 Bad Gateway error. Please enable the debug mode and then check the error logs. Add this code in the wp-config.php file.

     // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );

    Best regards,
    Ismael

    #1002668

    I just added the code. Can you please check again.

    #1002959

    Hi,

    Thanks for the update.

    I can still experience the gateway error even when the theme is deactivated. Please ask your hosting provider if there’s anything wrong with the server and tell them to increase the php memory limit to at least 256M.

    Best regards,
    Ismael

    #1003119

    The hosting provider did some checks on the server and didnt find any problems. They increased the PHP memory from 128MB to 1GB.

    #1003387

    Hi,

    Thanks for the update.

    This is what I get whenever I try to access anything in the dashboard. I already deactivated the Enfold theme via FTP and I also tried to rename the plugins folder to deactivate it but no dice. I would like to do some more tests but I can’t access anything even when the theme is deactivated.

    Screenshot: https://imgur.com/a/8CO7rHs

    Please ask your hosting provider to disable CDN temporarily.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.