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.
Good evening, I am a user of the card system in a while, my version is:
Powered by Maian Greetings v2.1
I have not done actuaqlizaciones, because it really does not demand much and I like the system as it is, but this week there are errors in the header and footer of the page:
Deprecated: Assigning the return value of new by reference is deprecated in /home/xxx/public_html/xxx/tarjetas/lib/Savant2.php on line 1155
Deprecated: Assigning the return value of new by reference is deprecated in /home/xxx/public_html/xxx/tarjetas/lib/Savant2.php on line 1357
Deprecated: Assigning the return value of new by reference is deprecated in /home/xxx/public_html/xxx/tarjetas/lib/Savant2.php on line 1496
Deprecated: Assigning the return value of new by reference is deprecated in /home/xxx/public_html/xxxl/tarjetas/inc/header.php on line 31
I debug the database, repair and optimize it did not solve the problem, also got the files you mentioned the error if it had been damaged and the error did not disappear, they could tell me how I can fix it.
thanks
PS: do not modify any files since I installed the system, the error appeared this week
Offline
These are deprecated errors and are not important.
At the top of both your index.php file and your admin/index.php file set the error reporting to:
error_reporting(0);
Offline
MSWorld, thank you very much!, resolved the problem with your instructions, thank you very much again, you could say that could cause these reports to appear?
Offline
MSWorld, thank you very much!, resolved the problem with your instructions, thank you very much again, you could say that could cause these reports to appear?
Glad it worked. Your server probably got upgraded to PHP5.3+ These messages were added in PHP5.3 hence the reason you didn`t see them before.
Offline