Call-time Pass-by-reference Has Been Deprecated, php script not executing corectly |
||
Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.
In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.
Zymic Webmaster Forums Zymic Free Web Hosting Zymic Free Web Hosting - General Discussion & Help |
||
![]() |
Call-time Pass-by-reference Has Been Deprecated, php script not executing corectly |
||
Nov 4 2010, 08:50 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 4-November 10 Member No.: 163,885 |
Warning: Call-time pass-by-reference has been deprecated in /www/99k.org/p/h/p/phpstudiosinventory/htdocs/lib/site.php on line 183
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/99k.org/p/h/p/phpstudiosinventory/htdocs/lib/site.php:183) in /www/99k.org/p/h/p/phpstudiosinventory/htdocs/lib/site.php on line 57 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/99k.org/p/h/p/phpstudiosinventory/htdocs/lib/site.php:183) in /www/99k.org/p/h/p/phpstudiosinventory/htdocs/lib/site.php on line 57 Warning: Call-time pass-by-reference has been deprecated in /www/99k.org/p/h/p/phpstudiosinventory/htdocs/lib/common.php on line 719 |
|
|
Nov 4 2010, 05:00 PM
Post
#2
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrators Posts: 2,831 Joined: 11-March 07 From: UK Member No.: 9 |
This is something php5 has deprecated so you will need to rewrite the code, simple fix, simply remove the ampersand prefixing the parameter in your functions, example:
CODE function foo(&$bar) { ... } Becomes: CODE function foo($bar) { ... } If you're not the author of the code in question, contact the author and inform them. |
|
|
![]() |
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 22nd May 2013 - 12:21 AM |