I Have Wordpress 2.8, and WPOMATIC. The Editing was done on wp-includes/post.php
Heres the deal, So Far I have Tried The Following Methods:-
1. As tacomamama mentioned
"Unfortunately, I can't find the corresponding line of code in wordpress 2.8's post.php file. Any idea where to put that "return 0;"? Would that still fix the problem?"
and i did and i replaced return 0; with $suffix = 2; at Line 1750 as Pointed out by "Nexton"
Result: FAILED! didn't work
---------------------------
2. Then as suggested by Nexton (which is as follows)
"I found it.
There are 3 lines you need to change.
-1750
-1766
-1780
In these lines you should remove the suffix and add return 0;
Cheers"
So i replaced return 0; with $suffix = 2; on all the lines mentioned above.
Result: FAILED! didn't work
----------------------------------
3. I even tried as mentioned by mrmidjam in their post:-
"ok used myphpadmin and deleted all rows in "wp_wpo_campaign_post" and i can now post"
I deleted ALL the rows at phpmyadmin >>> YOURDATABASE >>> wp_wpo_campaign_post >>> Browse
Result: FAILED! didn't work
-----------------------------
I just thought i would share my results with the world since non of them work so if anyone stumbles upon a solution that actually works please do let me know at L053r1 at gmail dot com
cheers
Peace