Home › Forums › WordPress › Web Invoice – Invoicing and billing for WordPress › conflict with WordPress 3.0
Tagged: conflict, white screen, WordPress 3.0
- This topic has 6 replies, 2 voices, and was last updated 12 years, 8 months ago by
S H Mohanjith.
-
AuthorPosts
-
July 8, 2010 at 12:50 #3661
senlin09
MemberHi,
After I upgraded WordPress to 3.0 I received a blank admin screen. Front of the site was working normally, but the entire dashboard was gone. No error message or anything, just a blank screen.
The only remedy is to delete the plugin, then the dashboard returns.
I have just tried it again with a clean plugin install and again I got the “white screen of death” in the dashboard.
My last resort was to delete the web invoice tables from the database, because maybe there was a conflict. Then I did again a vanilla install of the plugin and again I got the “white screen of death” in the dashboard.
Apart from opting for another plugin, what are my options?
July 8, 2010 at 16:55 #5263S H Mohanjith
MemberI’m using Web Invoice on WordPress 3.0 and I have tested on WPMU 3.0 as well. I haven’t seen a white screen of death so far.
White screen of death is usually caused by a fatal PHP error, if you have a look at the web server error logs you will be able to figure out at least what’s causing the issue.
Please post your web server error log (last few lines) here. Make sure you enable PHP error loggin.
July 8, 2010 at 17:15 #5266S H Mohanjith
MemberLet me make a guess, you are running out of maximum amount of memory PHP can allocate. i.e. Allowed memory size of … bytes exhausted (tried to allocate … bytes) in …
Please incrementally increase
memory_limit
in your php.ini until Web Invoice starts to work. I managed to get WordPress 3.0 using default template and no other plugins with 27MB, your mileage may vary.July 8, 2010 at 17:39 #5269senlin09
MemberHi Mohanjith,
The “white screen of death” only happens on the dashboard, the entire front of the site works without a problem. Normally the “white screen of death” affects the entire site, front and back.
My best guess is that it has something to do with the combination of:
– my theme
– the way the plugin is written
– the PayPal integration
The reason why I come to this “conclusion” that I also tried WP-Invoice, which gave me the exact same problem and WordPress-3-Invoice which works.
The only difference between your plugin and WP-Invoice on the one hand and WordPress-3-Invoice on the other is the PayPal integration…
July 8, 2010 at 17:57 #5272S H Mohanjith
Member@senlin09, only way to know what’s causing the white screen of death is to have a look at the web server error log with php error logging enabled (setting
log_errors = On
in your php.ini) or by setting enabling display errors (settingdisplay_errors = On
).Any other means you use to come to a conclusion what might be causing the issue is flawed.
I can assure you Web Invoice works perfectly on WordPress 3.0 and WPMU 3.0 on multiple installations.
July 8, 2010 at 18:05 #5275senlin09
MemberHi Mohanjith,
I guess you were right!
I just upped my memory limit to 64MB and the white screen is gone!
Fantastic, so I can keep using your brilliant plugin!
Cheers,
Piet
July 8, 2010 at 18:13 #5278S H Mohanjith
MemberGlad I could have helped
-
AuthorPosts
- You must be logged in to reply to this topic.