Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

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.

left Zymic Webmaster ForumsZymic Free Web HostingZymic Free Web Hosting - General Discussion & Help right
  Closed Topic Start new topic
left right
phpstudios
post 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

Go to the top of the page 
 
  + Quote Post
Ed
post 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.
Go to the top of the page 
 
  + Quote Post
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 22nd May 2013 - 12:21 AM