• Resolved blindmikey

    (@blindmikey)


    PHP Fatal error: require_once([…]wp-content/plugins/robo-gallery/APP/app.php): failed to open stream: No such file or directory in […]/wp-content/plugins/robo-gallery/robogallery.php on line 74

    • This topic was modified 6 years, 8 months ago by blindmikey.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter blindmikey

    (@blindmikey)

    Issue is due to case sensitive directory “APP” which in trunk and deployment is “app”.

    You can edit file
    wp-content/plugins/robo-gallery/robogallery.php

    replace line 73
    from
    define(“ROBO_GALLERY_APP_PATH”, ROBO_GALLERY_PATH.’APP/’);
    to
    define(“ROBO_GALLERY_APP_PATH”, ROBO_GALLERY_PATH.’app/’);

    @tombiklo
    Thank you, that fixes the bug. ??

    It was a really unexpected experience to be completely locked out of the admin area… :))
    Glad, the gallerys are working again.

    Thank you for your helpfull comment.

    • This reply was modified 6 years, 8 months ago by cupofcoffee.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update today breaks website’ is closed to new replies.