vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=196244)

Irishnotsane 06-11-2012 06:51 PM

Quote:

Originally Posted by Lon (Post 2338645)
It seems in the new PhPMyAdmin version/MySQL, changes were made that affected the way queries were ran and now isn't compatible with the newest version.

You either have to alter the query within the XML or create the tables and columns manually until a fix is made.

Thanks so much for the reply. I was kind of half not expecting one.
I know this is a long shot, but is there any chance you know how I can do this?

squidsk 06-12-2012 07:12 PM

Well looking at the error it looks like you're trying to view the awards.php page without first installing the plugin. That query that its complaining about is a perfectly valid query in mysql 5.5 so it isn't that mysql doesn't support the query.

What steps precisely did you take to install the plugin?

Irishnotsane 06-13-2012 02:23 AM

I uploaded the files into FTP

then I uploaded the XML file...

squidsk 06-13-2012 04:03 PM

Is the product actually listed on your manage plugin page in admincp? Were there any errors/warnings when you uploaded the XML?

I think its a problem with the install script. Try replacing all instances of Type=MyISM with Engine=MyISM in the XML and re-install.

Irishnotsane 06-13-2012 08:46 PM

Thank you so much squidsk!

Changing Type into Engine seemed to do the trick perfectly, cheers buddy!

Parker123 07-18-2012 10:08 AM

Is anyone else getting this error?
Quote:

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 55

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 107

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 111

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 130

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 134

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 142

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/init.php on line 389

Deprecated: Assigning the return value of new by reference is deprecated in /home/starthab/public_html/forum/includes/class_core.php on line 2552
The system is still working, we can give awards and everything but the error is there. I believe it is due to the security patch 3 that has been released. Let me know if you are able to help. Thanks

legion! 07-23-2012 11:11 PM

Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/hoodlege/public_html/forums/awards.php:98) in /home/hoodlege/public_html/forums/includes/adminfunctions.php on line 1829

thats the eror i get when i try to access the awards.php page

pachel 08-14-2012 06:33 PM

Quote:

Originally Posted by legion! (Post 2350899)
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/hoodlege/public_html/forums/awards.php:98) in /home/hoodlege/public_html/forums/includes/adminfunctions.php on line 1829

thats the eror i get when i try to access the awards.php page

Above error excists.... it doesn't work proper anymore....

squidsk 08-19-2012 01:23 AM

Quote:

Originally Posted by Parker123 (Post 2349221)
Is anyone else getting this error?


The system is still working, we can give awards and everything but the error is there. I believe it is due to the security patch 3 that has been released. Let me know if you are able to help. Thanks

Has nothing to do with the patch, your version of php was updated and that form of code is now deprecated.

Quote:

Originally Posted by legion! (Post 2350899)
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/hoodlege/public_html/forums/awards.php:98) in /home/hoodlege/public_html/forums/includes/adminfunctions.php on line 1829

thats the eror i get when i try to access the awards.php page

Quote:

Originally Posted by pachel (Post 2356948)
Above error excists.... it doesn't work proper anymore....

Code:

function construct_depth_mark(. . .)
{
    <snip the code for the function>
}

Change that to the following:

Code:

if(!function_exists('construct_depth_mark'))
{
    function construct_depth_mark(. . .)
    {
        <snip the code for the function>
    }
}

That should fix the problem.

singabaloo 09-08-2012 05:35 AM

I was wondering if there was a way to give an award to a group of users. The Mod option only allows a single user at a time. Is there a way to add a list of users for an award, all with the same reason ?

The other question is whether another group, not just Mods, could manage the awards. Ideally on our board we have long tiem members, who may not be Mods, running challenges. It would be great if I could assign the management of an award to a single user who isn't a Mod.


All times are GMT. The time now is 09:45 PM.

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.01929 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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