Wordpress ve PHP 5.3

3 Cevap php

Herkes neden wp-admin/options-general.php PHP 5.3 benim Wordpress yükleme yük olmayacak gibi herhangi bir öneri sunabilir? Ben hata ayıklamayı etkinleştirmek ve sonra PHP rapor hataları varsa, ben deprecation hataları almak, ama onlar alakalı görünmüyor. Ben bu hataları düzeltmek olmadığını Ayrıca, sayfa hala yüklemez.

Üst bar ve çeşitli navigasyon kutuları yük, ancak merkezi çerçevesi içinde bir şey?

Ben dotdeb en PHP 5.3 çalıştırıyorum

WP_DEBUG ve error_reporting(0) ile çıktı:

Deprecated: Assigning the return value of new by reference is deprecated in /home/willyum/willyum.info/blog/wp-includes/cache.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in /home/willyum/willyum.info/blog/wp-includes/pomo/mo.php on line 171

Deprecated: Assigning the return value of new by reference is deprecated in /home/willyum/willyum.info/blog/wp-includes/l10n.php on line 407

Deprecated: Assigning the return value of new by reference is deprecated in /home/willyum/willyum.info/blog/wp-includes/query.php on line 61

Deprecated: Assigning the return value of new by reference is deprecated in /home/willyum/willyum.info/blog/wp-includes/theme.php on line 1133

Deprecated: Assigning the return value of new by reference is deprecated in /home/willyum/willyum.info/blog/wp-includes/taxonomy.php on line 617

3 Cevap

If I remember correctly, wordpress uses lots of @ operator to avoid the display of errors... So, many of those are not displayed, event if error_reporting is activated :-(
(That's one of the reasons that @ operator is evil... )

Belki yardım, özürlü @ operatöre, sizin test makinesi üzerinde scream extension olabilir kullanmadan?

Still, I've just tried wordpress on PHP 5.3, and that page seems to load fine... I'm using a 2.8.x version, btw

Yüklediğiniz tüm Eklentileri devre dışı bırakmayı deneyin. Bu sorunu çözer, o soruna Plugin öğrenmek için her Plugin biri benim birini etkinleştirmek deneyin.

Ayrıca fonksiyon izini bulmak için wp-devel Plugin kullanabilirsiniz. http://wordpress.org/extend/plugins/wp-devel/

Belki Wordpress debug (Pear and more) plugins? yardımcı olacak? (Ben herhangi kendimi kullanılmış değil.)