vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)

MrSDavidson 07-03-2005 08:32 PM

Database error in vBulletin 3.5.0 Beta 3:

Invalid SQL:
CREATE TABLE forum_donation_donors (
id int(100) NOT NULL auto_increment,
userid int(255) NOT NULL default '0',
ip varchar(255) NOT NULL default '',
total decimal(10,2) NOT NULL default '0.00'
PRIMARY KEY (id)
) TYPE=MyISAM;;

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(id)
) TYPE=MyISAM' at line 6
Error Number : 1064
Date : Sunday, July 3rd 2005 @ 11:29:17 PM
Script : http://....../admincp/donations_install.php
Referrer : http://....../admincp/donations_install.php

Classname : vb_database

Cloudrunner 07-03-2005 08:52 PM

Quote:

Originally Posted by MrSDavidson
Database error in vBulletin 3.5.0 Beta 3:

Invalid SQL:
CREATE TABLE forum_donation_donors (
id int(100) NOT NULL auto_increment,
userid int(255) NOT NULL default '0',
ip varchar(255) NOT NULL default '',
total decimal(10,2) NOT NULL default '0.00'
PRIMARY KEY (id)
) TYPE=MyISAM;;

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(id)
) TYPE=MyISAM' at line 6
Error Number : 1064
Date : Sunday, July 3rd 2005 @ 11:29:17 PM
Script : http://....../admincp/donations_install.php
Referrer : http://....../admincp/donations_install.php

Classname : vb_database

Well, that goofed...Sorry folks, found an issue with the WOL, as well had a user point out a goof in the cold install of the system. I have updated the archive with the new file, if you had problems with a cold install then do an uninstall first, then reinstall, if you installed without problems, then simply run the upgrader.

If you had installation problems from a cold install, and you do not uninstall first, then you will run into multitudes of problems (we had this glitch in the 3.0.7 for awhile).

Lemme know if you run into any more problems!

)O( Cloudrunner )O(

MrSDavidson 07-03-2005 09:05 PM

Works Now :D Thanks

Cloudrunner 07-03-2005 09:08 PM

Quote:

Originally Posted by MrSDavidson
Works Now :D Thanks

no problem, it was a stupid comma missing....I hate that...

MrSDavidson 07-03-2005 09:09 PM

Top Donors
Sorted by Total Donations View All Donors
View All Donors

Takes you to the wrong link

http://www.example.com/forums/alldonors.php

Cloudrunner 07-03-2005 09:12 PM

Quote:

Originally Posted by MrSDavidson
Top Donors
Sorted by Total Donations View All Donors
View All Donors

Takes you to the wrong link

http://www.example.com/forums/alldonors.php

explain...

The View All Donors link takes you to the alldonors.php page...not the donate.php page...

MrSDavidson 07-03-2005 09:13 PM

Picture Missing

MrSDavidson 07-03-2005 09:13 PM

Quote:

Originally Posted by Cloudrunner
explain...

The View All Donors link takes you to the alldonors.php page...not the donate.php page...

I'll get you a picture

MrSDavidson 07-03-2005 09:15 PM

this section takes you to the following Link
http://www.example.com/forums/alldonors.php
Not
http://www.yoursiteaddressgoeshere.c.../alldonors.php

Cloudrunner 07-03-2005 09:17 PM

Quote:

Originally Posted by MrSDavidson
Picture Missing

If you are getting bar draw problems, then open the file ./includes/pp_image.php and at the bottom find:
PHP Code:

imagepng($image); 

and add just below that
PHP Code:

Header("Content-type: image/png"); 

so that the final code looks like this
PHP Code:

imagepng($image);
    
Header("Content-type: image/png");

/*======================================================================*\ 

We had some issues with that line in previous 3.0.7 installations. I will fix that file and get it in the next update.


All times are GMT. The time now is 01:31 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.01621 seconds
  • Memory Usage 1,750KB
  • 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
  • (3)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)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