Quote:
Originally Posted by Xanlamin
Only while viewing the raffle on the main site, and in the admincp raffle setting I get the following at the top of the page:
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in /home/account/public_html/forum/includes/class_core.php on line 2552
This only started after installing the raffle system and only while viewing anything to do with the raffle.
Any help?
Raffle Version 1.1.2
vB Version 3.8.7
PHP version 5.3.27
|
It sounds like you're using the AW Credit Purchase System.
Check the 'AWCL- Units Updates' and 'AWCL- Trans delete' plugins for AW Credits and see if there's a line of code with this
Code:
$xPerience =& new xPerience;
And replace it with this (in both plugins)..
Code:
$xPerience = new xPerience;
Quote:
Originally Posted by Xanlamin
I just went to go to your website and it said my IP was banned??? I never been to your site before this.
|
I received your email and the IP used to send that mail is not banned on my site. So, I don't know why it said it is. Unless you tried to register with a proxy before sending the email with the contact form.