By Jerry Hayes on Tuesday, 25 July 2017
Posted in General Issues
Replies 3
Likes 0
Views 760
Votes 0
sorting out a few issues and these belong to easyblog.

on PHP 7 when trying to save an article i get INTERNAL ERROR 500 server not available.
moving back to 5.6 i just get a blank screen.

in both cases, the article does save and crashes somewhere after that.

in going into the dashboard / posts and clicking on posts - i get a white screen and no posts.

staying on 5.6 right now but we've enabled PHP-FPM to try and sort through other issues. much faster but no idea if this could be causing issues.

let me know what i can look for and thank you!

jerry
Hi Jerry,

I've try to publish a blog post, and I'm hitting the error below:
Notice: Constant JPATH_ROOT already defined in /home/renegade/public_html/includes/defines.php on line 15

Notice: Constant JPATH_SITE already defined in /home/renegade/public_html/includes/defines.php on line 16

Notice: Constant JPATH_CONFIGURATION already defined in /home/renegade/public_html/includes/defines.php on line 17

Notice: Constant JPATH_ADMINISTRATOR already defined in /home/renegade/public_html/includes/defines.php on line 18

Notice: Constant JPATH_LIBRARIES already defined in /home/renegade/public_html/includes/defines.php on line 19

Notice: Constant JPATH_PLUGINS already defined in /home/renegade/public_html/includes/defines.php on line 20

Notice: Constant JPATH_INSTALLATION already defined in /home/renegade/public_html/includes/defines.php on line 21

Notice: Constant JPATH_THEMES already defined in /home/renegade/public_html/includes/defines.php on line 22

Notice: Constant JPATH_CACHE already defined in /home/renegade/public_html/includes/defines.php on line 23

Notice: Constant JPATH_MANIFESTS already defined in /home/renegade/public_html/includes/defines.php on line 24

Warning: require_once(/home/renegade/public_html/plugins/content/mp3browser/Configuration.php): failed to open stream: No such file or directory in /home/renegade/public_html/plugins/finder/mp3smartsearch/mp3smartsearch.php on line 22

Fatal error: require_once(): Failed opening required '/home/renegade/public_html/plugins/content/mp3browser/Configuration.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/renegade/public_html/plugins/finder/mp3smartsearch/mp3smartsearch.php on line 22

https://www.screencast.com/t/Y5cIbEZY
Seems like the /public_html/plugins/content/mp3browser/Configuration.php is missing. I've temporary disable the Smart Search - mp3 Browser Fork plugin, and I'm able to post a blog post.
Regarding this, you can consult with the mp3browser's developer/support

p/s: I've make this ticket as private ticket so the file path will only visible to our staff and you.
·
Tuesday, 25 July 2017 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
sounds good - not sure why the mp3 browser isn't behaving but i disabled it and i'm fine so appreciate the tip.

did you put it into debug mode to see this? i'd love to be able to do this on my own when it happens but my debug mode was a blank screen. does it show at the bottom of the site? i didn't look there. long day.

thank you!
·
Tuesday, 25 July 2017 21:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jerry,

Yep, I believe my colleague set the error reporting to maximum so that the errors would be visible rather than a blank screen.
·
Tuesday, 25 July 2017 22:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post