You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
Hi
I'm a web designer and have enrolled for php but only starting end of February. I have wamp server on my machine and I installed the scripts successfully. When I click search, the search page returns with the following errors on top of the page:
Deprecated: Assigning the return value of new by reference is deprecated in ...\search.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in ...\control\Savant2.php on line 1155
Deprecated: Assigning the return value of new by reference is deprecated in ...\control\Savant2.php on line 1357
Deprecated: Assigning the return value of new by reference is deprecated in ...\control\Savant2.php on line 1496
but the results do appear at the bottom.
what should I do to remove the errors?
Your assistance will be very much appreciated.
Offline
These are deprecated errors in PHP 6 and have been added to PHP to inform developers of the up and coming changes. You need to change your error reporting level so that it doesn`t show deprecated errors. The deprecated functions are gradually being removed with each update. They won`t stop the script from functioning.
Offline
Pages: 1