• Resolved Nico

    (@gooloode)


    Hey, so i only get blank pages upon installing. Wasn’t even able to do one setting.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Paolo

    (@paoltaia)

    Hi @gooloode, my first guess would be a PHP error. It could be a conflict with another plugin. Do you have access to the debug/error logs?

    Let me know.

    Thanks,

    Thread Starter Nico

    (@gooloode)

    Hi Paolo,

    i just received this Fatal Error Mail:

    Ein Fehler vom Typ E_ERROR wurde in der Zeile 2098 der Datei /home/gooloode/public_html/wp-content/plugins/userswp/vendor/ayecode/wp-super-duper/wp-super-duper.php verursacht. Fehlermeldung: Uncaught Error: Call to undefined function sd_get_class_build_keys() in /home/gooloode/public_html/wp-content/plugins/userswp/vendor/ayecode/wp-super-duper/wp-super-duper.php:2098
    Stack trace:
    #0 /home/gooloode/public_html/wp-content/plugins/userswp/vendor/ayecode/wp-super-duper/wp-super-duper.php(1570): WP_Super_Duper->block()
    #1 /home/gooloode/public_html/wp-includes/class-wp-hook.php(308): WP_Super_Duper->register_block()
    #2 /home/gooloode/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    #3 /home/gooloode/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()
    #4 /home/gooloode/public_html/wp-admin/admin-header.php(118): do_action()
    #5 /home/gooloode/public_html/wp-admin/admin.php(239): require_once(‘/home/gooloode/…’)
    #6 {main}
    thrown

    Plugin Contributor Paolo

    (@paoltaia)

    That is strange, line 2098 is inside that function.

    https://github.com/AyeCode/userswp/blob/master/vendor/ayecode/wp-super-duper/wp-super-duper.php#L2097

    If you have access to FTP, can you check if this file is not corrupted and it is complete?

    https://www.gooloo.de/wp-content/plugins/userswp/vendor/ayecode/wp-super-duper/wp-super-duper.php

    Ideally, if you could copy and paste content of line 2097 and 2098 here that would help.

    Let me know,

    Thanks,

    Thread Starter Nico

    (@gooloode)

    Hi, i opened it with Notepad++ and here’s Lines 2097 and 2098.

    			function sd_get_class_build_keys(){
    				return <?php echo json_encode(sd_get_class_build_keys());?>;
    Thread Starter Nico

    (@gooloode)

    Plugin Author Stiofan

    (@stiofansisland)

    Hey @gooloode ,

    That’s strange, it could be that something is calling it too early but i have not seen this before. You could try disableing other plugins to check which one is causing it or if you need further help please contact us here https://userswp.io/contact-form/ add “FAO Stiofan” to the subject and someone will flag it for me.

    Thanks,

    Stiofan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Doesn’t work, only blank page upon install’ is closed to new replies.