Support Forum
Hey Robert,
While this is the first time I've heard of the '00' after user names, this is a problem we've encountered and fixed for the next version.
Are you happy making a small code change? If so, please nip over to This Thread and see if the fix works for you..
Adding "include_once(ABSPATH.’wp-admin/includes/plugin.php’);" to anywhere cause 4 extra errors above actual error
Warning: Division by zero in /home4/goldenshark/public_html/wp-content/plugins/simple-press/sp-startup/sp-load-admin.php on line 8
Warning: Division by zero in /home4/goldenshark/public_html/wp-content/plugins/simple-press/sp-startup/sp-load-admin.php on line 8
Warning: include_once(0php’): failed to open stream: No such file or directory in /home4/goldenshark/public_html/wp-content/plugins/simple-press/sp-startup/sp-load-admin.php on line 8
Warning: include_once(): Failed opening '0php’' for inclusion (include_path='.:/opt/php54/lib/php') in /home4/goldenshark/public_html/wp-content/plugins/simple-press/sp-startup/sp-load-admin.php on line 8
Did you add it as Steve outlined in Post #3?
Will also add, they are warnings not errors. If you've added the line as mentioned above can you then load the profile panel properly?
Could be several things.
What tool did you use to edit the code? It MUST be a plain text editor NOT a Word Processor.
Did you put the line of code INSIDE php tags. If outside that will blow things up.
Did you leave some empty lines at the top of a file before the opening php tag. That too can cause problems.
Any of the above?
YELLOW
SWORDFISH
|
I'm using notepadd++
I've just added include above line 309 as in the example.
include_once(ABSPATH.'wp-admin/includes/plugin.php');
if (($mode == 3 && !is_plugin_active('buddypress/bp-loader.php'))|| ($mode == 6 && !is_plugin_active('mingle/mingle.php'))) {
whole file is in php inside one php tag, how could I insert something out of it while editing some line from the insides
I'm not sure whether it's just because you've pasted the code in there without using the syntax highligter or because you've copied out the code from the fix post without using the 'view raw code' button on the highlighted code, but the single quotes in that are definitely rich text and not plain.
Now what I did, I've copied this part of code from the file, pasted into notepad.exe and copied back
include_once(ABSPATH.'wp-admin/includes/plugin.php'); if (($mode == 3 && !is_plugin_active('buddypress/bp-loader.php')) || ($mode == 6 && !is_plugin_active('mingle/mingle.php'))) { $mode = 1; }
It worked - the error is gone and profle tab is functionality again but I'm still having problem with thise numbers added to usernames... Let me show you
Edit: I fixed it! I've deleted the buddypress folder from my folder theme (I deleted buddypress long time ago but something left after deleting it) - it helped! All nicknames back to normal 🙂
1 Guest(s)