Home Forums Newsletter Plugin Support Admin pages in blank

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10712
    Fábio
    Participant

    I’m developing a website, under my linux server everything works ok, but when I migrate to the windows server of my cliente the plugin stop to work.

    I already reinstall it, but everytime I go to the admin page of the plugin I get a blank page without errors and without any error.

    I don’t know what is causing the problem since the page is complety blank.

    Ca you helping me?

    #10713
    Stefano
    Keymaster

    Check the PHP/apache/iis server logs to see if there is an out of memory error. More, I found a problem on windows server which report \\ as starting path and I’m fixing it.

    #10714
    Fábio
    Participant

    Thank you. In my case the problem was the ‘/’ in the path. In my windows server I need to change it to ‘\\’ in file module.php (‘newsletter/includes/module.php’), I simply do a quick fix using
    $file = str_replace('\\', '/', $file);

    #10715
    Stefano
    Keymaster

    That is exactly the fix that will be released!

    #10716
    Fábio
    Participant

    😉

    Thank you for your quick response. You help me alot…

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