Support » Plugin: Launchpad - Coming Soon & Maintenance Mode Plugin » [Plugin: Launchpad by Obox] 500 Error after installation

  • Resolved tjdownes

    (@tjdownes)


    There’s a pretty serious error in the plugin. The error causes a 500 server error. In index.php, the definition is

    define(“LAUNCHPADDIR”, ABSPATH.”wp-content/plugins/launchpad/”);

    but the folder name of the plugin is actually launchpad-by-obox, so the definition should actually be

    define(“LAUNCHPADDIR”, ABSPATH.”wp-content/plugins/launchpad-by-obox/”);

    http://wordpress.org/extend/plugins/launchpad-by-obox/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tjdownes

    (@tjdownes)

    In fact, this causes a whole host of other issues with the themes as well, if you correct the path. I’ll anxiously be awaiting a fix release! 🙂

    Plugin Author obox

    (@obox)

    Hey TJ,

    Thank you very much for pointing this out. It seems that when we uploaded the plugin to WordPress, the folder name changed, so we will sort it out ASAP.

    Thread Starter tjdownes

    (@tjdownes)

    no worries. I actually got up and running by editing all the code to be launchpad-by-obox anywhere the path was set. Here’s a screenshot showing all the entries:
    http://screencast.com/t/PjAkPsFqIeD

    Plugin Author obox

    (@obox)

    Hey TJ,

    Thanks I’ve just updated the plugin.

    You’re a champion, thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Launchpad by Obox] 500 Error after installation’ is closed to new replies.