简洁的想法

仁爱、喜乐、和平、忍耐、恩慈、良善、信实、温柔、节制

PHP真大牌, 好好的&, 说不用就不用

| Comments

Joomla在php升级后的报错,
reference的解决方案很简单, 把 =& 换成 = 就好了
eregi() 换成 preg_match()
split () 换成 preg_split()


Deprecated: Assigning the return value of new by reference is deprecated in /http/dir/administrator/components/com_joomfish/classes/JoomfishManager.class.php on line 184

Deprecated: Assigning the return value of new by reference is deprecated in /http/dir/administrator/components/com_joomfish/classes/JoomfishManager.class.php on line 193

Deprecated: Assigning the return value of new by reference is deprecated in /http/dir/administrator/components/com_joomfish/classes/JoomfishManager.class.php on line 217

Deprecated: Assigning the return value of new by reference is deprecated in /http/dir/administrator/components/com_joomfish/classes/JoomfishManager.class.php on line 226

Deprecated: Function eregi() is deprecated in/http/dir/plugins/system/jfrouter.php on line 188

Deprecated: Function split() is deprecated in /http/dir/plugins/system/jfrouter.php on line 459

Warning: Cannot modify header information – headers already sent by (output started at /http/dir/administrator/components/com_joomfish/classes/JoomfishManager.class.php:184) in /http/dir/plugins/system/jfrouter.php on line 315

Warning: Cannot modify header information – headers already sent by (output started at /http/dir/administrator/components/com_joomfish/classes/JoomfishManager.class.php:184) in /http/dir/plugins/system/jfrouter.php on line 316

Warning: Cannot modify header information – headers already sent by (output started at /http/dir/administrator/components/com_joomfish/classes/JoomfishManager.class.php:184) in /http/dir/plugins/system/jfrouter.php on line 317

Comments