any phpbay users who understands apache?

Status
Not open for further replies.

blsnk

New member
Jun 14, 2008
9
0
0
I am having this problem with my phpbay plugin.. and yes I do know they have a support forum, but it seems the guy who made the plugin never encountered this problem and doesn't know how to help me, so hopefully someone here would spare me the trouble of trying to move all my files to another server or something.

Thing is, I am experiencing these blank pages, when putting the code on any page or post.. I have a feeling it might be an Apache configuration that might have screwed it up. I installed wordpress MU on the same webserver with configurations to the httpd.conf turning mod_rewrite on. To save you some trouble heres a link to the readme.. /trunk/README.txt - WordPress MU Trac - Trac

Might any of the configurations mess with the phpbay plugin?
 


When you say "blank", do you mean completely blank, devoid of anything? Or just that the phpBay plugin isn't displaying ads?
 
check your htaccess file; I know there are some issues with some servers/hosts who have recently upgraded something in apache and jacked up the htaccess files.

If you see anything (especially rewrite rules) below the wordpress section (would say something like #Begin wordpress and #end wordpress), try to move them above that section and see if it helps.

Also, how do you have your vhosts set up?
 
phpBay doesn't do anything that WordPress doesn't already do (code-wise) so I seriously doubt it's a problem that's down at the Apache level.

So far, I'm guessing that there is an error occuring but error reporting is disabled in PHP.

Add this to the top of your wp-config.php:

ini_set('display_errors', 1);
error_reporting(E_ALL);
 
Hm, thats weird.. it just suddenly works again.. at first it seemed like your code did it audax, but how could turning on error reporting make it work again?

I don't know what the hell happened but all I know was that I was having completely blank pages for the past 3 days no matter what I did before I put that code in, whether or not it actually did the job doesn't matter. It works fine without the code too, but what matters is it works.

Hopefully just a weird bug that doesn't show up again.

Thanks jryan and audax.
 
Dude I didn't read much of this post but you need to go to here to ask these questions. Wade is badass and will help anyone with his script.
 
Status
Not open for further replies.