WordPress-23-related-posts
-
I was recently making a post on my site, which I do not use frequently, and it told me I had a bunch of updates to make so I just accepted them all (whoops). Afterward, the site would not load and I got the following error related to a plugin:
Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in /home/content/49/7274949/html/wp-content/plugins/wordpress-23-related-posts-plugin/config.php on line 130
I thought this maybe was something that could be easily corrected by changing that line of code. My site is hosted by GoDaddy. I found the code on the File Manager and this is what line 130 read:
$wprp_mp->create_profile([], “wprp”);
Changing the ‘[‘ to an ‘)’ in that line of code did not make sense to me. I reached out to GoDaddy support and they suggested disabling the plugin by renaming it. When I did that, it created additional errors. I reached out to WordPress support and they told me to post here, which I did and was given the advice to delete the plugin altogether. I’ve now done that and the errors are even worse:
Warning: require_once(__DIR__/scb/load.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/49/7274949/html/wp-content/plugins/wp-pagenavi/wp-pagenavi.php on line 12
Fatal error: require_once() [function.require]: Failed opening required ‘__DIR__/scb/load.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/49/7274949/html/wp-content/plugins/wp-pagenavi/wp-pagenavi.php on line 12
Apparently the deleted plugin is no longer being supported, so I was told to just post in another random “related posts” plugin forum. I just want to be able to access my website. Right now I cannot get to it at all. I don’t know what I’m doing. Can anybody help me? I am completely lost.
The page I need help with: [log in to see the link]
The topic ‘WordPress-23-related-posts’ is closed to new replies.