vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - vBulletin Raffles (https://vborg.vbsupport.ru/showthread.php?t=265536)

Xanlamin 11-23-2013 06:33 PM

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

Xanlamin 11-23-2013 08:00 PM

I just went to go to your website and it said my IP was banned??? I never been to your site before this.

nhawk 11-23-2013 08:26 PM

Quote:

Originally Posted by Xanlamin (Post 2463155)
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 (Post 2463175)
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.

Xanlamin 11-25-2013 05:00 AM

Actually I have no credit system installed. I was able to fix the above issue by removing some "&" signs that referenced my database. But now I am having another problem. The default image is not showing up, when I go to check the image location in a new window I get the following: mysite.com/forum/raffles.php/images/raffles/default.gif For some reason it is keeping the raffles.php in with the link to the image. How to fix this so that it shows a proper link?

And no...I was not through a proxy going to your site.

nhawk 11-25-2013 11:01 AM

Quote:

Originally Posted by Xanlamin (Post 2463544)
Actually I have no credit system installed. I was able to fix the above issue by removing some "&" signs that referenced my database. But now I am having another problem. The default image is not showing up, when I go to check the image location in a new window I get the following: mysite.com/forum/raffles.php/images/raffles/default.gif For some reason it is keeping the raffles.php in with the link to the image. How to fix this so that it shows a proper link?

And no...I was not through a proxy going to your site.

There are no & symbols in any database call in the raffle system.

What did you enter for the raffle image when you set up the raffle? What does it show in the 'Prize Image' setting for the raffle? The default path for the default raffle image is images/raffles/default.gif and nowhere in the raffle system does it say anything different. And nowhere is the raffle.php added to the path.

Xanlamin 11-25-2013 08:08 PM

The & symbols where in the init.php file and class_core.php file. I removed those and the main error disappeared, thats no longer my issue.

My issue is with the default images not showing up in a new raffle. this is what it is doing, when I right click on where the image is supposed to be and click "open image in new tab" It opens a new tab with this web address: [//url]http://www.mysite.com/forum/raffles.php/images/raffles/default.gif[//url]

It's not finding the image cause it still has the raffles.php in the link. instead of removing and making the address [//url]http://www.mysite.com/forum/images/raffles/default.gif[//url] like it should be.

nhawk 11-25-2013 08:11 PM

Quote:

Originally Posted by Xanlamin (Post 2463700)
The & symbols where in the init.php file and class_core.php file. I removed those and the main error disappeared, thats no longer my issue.

My issue is with the default images not showing up in a new raffle. this is what it is doing, when I right click on where the image is supposed to be and click "open image in new tab" It opens a new tab with this web address: [//url]http://www.mysite.com/forum/raffles.php/images/raffles/default.gif[//url]

It's not finding the image cause it still has the raffles.php in the link. instead of removing and making the address [//url]http://www.mysite.com/forum/images/raffles/default.gif[//url] like it should be.

What is in the settings for the raffle under 'Raffle Image'?

The 'raffles.php' part I have highlighted is not done by the raffle system. So I'm guessing that you have raffles.php/images/raffles/default.gif in the settings for the raffle.

And can you send me a link to your site so I can see what you're talking about?

Xanlamin 11-25-2013 08:19 PM

Nope,

Prize Image
(default: [//url]http://mysite.com/forum/images/raffles/default.gif[/
/url])

When not entering an address in the field is what causes the error I stated above. And when I DO enter in an address no immage at all shows, not even a place holder, the default does not show, nor any other image I choose. Just nothing.

nhawk 11-25-2013 08:26 PM

Quote:

Originally Posted by Xanlamin (Post 2463702)
Nope,

Prize Image
(default: [//url]http://mysite.com/forum/images/raffles/default.gif[/
/url])

When not entering an address in the field is what causes the error I stated above. And when I DO enter in an address no immage at all shows, not even a place holder, the default does not show, nor any other image I choose. Just nothing.

Wait, wait wait..

Does the image show the url BBcodes in the settings? That should be not there at all.

It should either be the path to the file..
http://mysite.com/forum/images/raffles/default.gif

OR, some servers don't like a full URL and won't allow it and in that case it should just be..
images/raffles/default.gif

Xanlamin 11-25-2013 08:29 PM

By default it is adding the BBcodes

I got it now where if I put in a direct link it will show an image. But with a default blank entry box is when the issue arises. somewhere in your code you have it adding the BBcode I would imagine.


All times are GMT. The time now is 07:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02669 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete