Support forum for Sivel.net
You are not logged in.
First of all, great idea.
Sadly the Plugin is not working for me. First i tried the 1.1 Version, but i cant even activate it. I get the an error message saying there is a problem with line 43.
so i tried version 1.0, which activates fine. But when i get to settings / MSP i get a error message to contact system administrator.
I hope you can fix that.
Greetings from germany
Fabian
Offline
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /usr/www/users/web74/wp-content/plugins/moderate-selected-posts/moderate-selected-posts.php on line 43
PHP4
Last edited by Schnappi (2008-09-04 17:38:33)
Offline
This error is due to running PHP4. Seeing as though PHP4 is now end of life and no longer supported, my plugins will not support it either.
My apologies for the inconvenience. Perhaps you should look into upgrading to PHP5.
Offline
Damn :(
im scared to change a runnin wordpress blog with 2mio. PIs/month. Isnt there a quickfix for the function in line43?
Offline
I haven't had time to extensively test this. But lets give it a shot.
Look for the line in moderate-selected-posts.php that looks like (line 43):
$post_author = get_post ( $post_ID )->post_author;
Replace it with:
$postdata = get_post ( $post_ID ); $post_author = $postdata->post_author;
Let me know how it works out. This is for version 1.1. If it works I release a minor update to the plugins repository.
Offline
Okay, now it works.
But if i go to Manage / MSC i get the same error i had with 1.0:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@yxxx.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Offline
I just tested this plugin on PHP4 and WordPress 2.5.1 and am unable to duplicate the issue you are experiencing when accessing the Moderate Selected Posts admin page.
Is it possible that you could get me the error messages from the web server error log?
Offline
[Wed Sep 3 18:26:34 2008] [error] [client 84.143.98.xx] Directory index forbidden by rule: /usr/www/users/web74/wp-content/themes/
[Thu Sep 4 18:08:44 2008] [error] [client 85.10.210.xx] Directory index forbidden by rule: /usr/www/users/web74/wp-content/themes/
[Thu Sep 4 18:10:40 2008] [error] [client 85.10.210.xx] Directory index forbidden by rule: /usr/www/users/web74/wp-includes/
[Thu Sep 4 18:10:42 2008] [error] [client 85.10.210.xx] Directory index forbidden by rule: /usr/www/users/web74/wp-content/plugins/
[Thu Sep 4 18:10:50 2008] [error] [client 85.10.210.xx] Directory index forbidden by rule: /usr/www/users/web74/wp-includes/images/smilies/
[Thu Sep 4 18:11:07 2008] [error] [client 88.76.199.xx] Directory index forbidden by rule: /usr/www/users/web74/wp-includes/images/
Thanks for your support
Offline
I wasnt able to get so much info on my server.
But i was finally able to upgrade to PHP5.
But now we have the next error :(
When i got to Settings / Moderate Selected Posts it only shows me an empty page:
Moderate Selected Posts Options
Select the Posts you wish to moderate all comments on:
Now @ PHP5 and WP 2.5.1
Offline
I have a new version in development. Try the development version and let me know how it works out for you.
http://downloads.wordpress.org/plugin/m … -posts.zip
Offline
Same error :(
Blank list.
Offline
I just made a number of changes to the admin portion of the plugin. Please try the new version.
Delete the moderate-selected-posts directory from wp-content/plugins and then upload the new version.
http://downloads.wordpress.org/plugin/m … -posts.zip
Offline
Post List
Select the posts that you wish to moderate all comments on.
But nothing there :(
Offline