Cannot Redeclare Timestamp_to_iso8601()
RegisterLogin
Cannot Redeclare Timestamp_to_iso8601()
Post Description: Fatal Error: Cannot Redeclare Timestamp_to_iso8601 Previously Declared In Soap.lib.php On Line 455
Tags: Cannot, Redeclare, Timestamp_to_iso8601()
This Post Was Posted On Jan 25, 2010 By Webune Support #3076
Post Description: Fatal Error: Cannot Redeclare Timestamp_to_iso8601 Previously Declared In Soap.lib.php On Line 455
Tags: Cannot, Redeclare, Timestamp_to_iso8601()
This Post Was Posted On Jan 25, 2010 By Webune Support #3076
Cannot Redeclare Timestamp_to_iso8601() by Webune Support
Welcome to Webune. Webune provides hosting to PHP programmers like you.
Today's support questions is regarding ISPConfig and Remote Frameworks. A user was trying to run the script when he received this error and reported to us:
Fatal error: Cannot redeclare timestamp_to_iso8601() (previously declared in /var/www/web1/web/ispconfig/soap.lib.php:435) in /var/www/web1/web/ispconfig/soap.lib.php on line 455
so how do you fix it?
look for this code:
include('ispconfig/connect-remote.php');
replace it with:
include_once('ispconfig/connect-remote.php');
as you can see, by using the include_once function instead of the include() function, PHP is will only include the connect-remote.php file only once so there is no confusion for repeating the same functions, thus, giving you this error.
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
tangologix
#4000 1
i'm facing this error
strict standards: assigning the return value of new by reference is deprecated in /usr/share/pear/mail/mimedecode.php on line 324
fatal error: cannot redeclare timestamp_to_iso8601() (previously declared in /var/www/apps/apprepo/lib/nusoap/class.nusoap_base.php:904) in /var/www/apps/apprepo/lib/nusoap/nusoap.php on line 934
any idea how to resolve it? what i am doing wrong?
any help will be appericiated.
tangologix
theappsplanet
strict standards: assigning the return value of new by reference is deprecated in /usr/share/pear/mail/mimedecode.php on line 324
fatal error: cannot redeclare timestamp_to_iso8601() (previously declared in /var/www/apps/apprepo/lib/nusoap/class.nusoap_base.php:904) in /var/www/apps/apprepo/lib/nusoap/nusoap.php on line 934
any idea how to resolve it? what i am doing wrong?
any help will be appericiated.
tangologix
theappsplanet
May 25, 2010 Reply Report abuse
©2012 Webune Forums - Thu Dec 13, 2012 2:56 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3