vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Paypal Donations for vBulletin 3.0.7 (https://vborg.vbsupport.ru/showthread.php?t=82978)

Cloudrunner 06-28-2005 01:06 AM

Quote:

Originally Posted by rinkrat
Ahh I thought I did the upgrade ok and when I changed my invisible preference I got an error:

Database error in vBulletin 3.0.5:

Invalid SQL:
UPDATE user SET
styleid = 0,
showvbcode = 0,
pmpopup = 1,
maxposts = -1,
daysprune = 0,
timezoneoffset = '-8',
startofweek = 1,
languageid = 0,
threadedmode = 0,
autosubscribe = -1,
donor = ,
showdonor = 1,
options = 15831
WHERE userid = 1

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 '
showdonor = 1,
options = 15831
WHERE userid = 1' at li

mysql error number: 1064

Date: Monday 27th of June 2005 09:21:01 AM
Script: http://www.letsgokings.com/bbs/profile.php
Referer: http://www.letsgokings.com/bbs/profi...do=editoptions

Go into your profile.php and remove the line that says
PHP Code:

donor $donor

You are only supposed to add the
PHP Code:

showdonor $showdonor

. that will fix your problem.

Cloudrunner 06-28-2005 01:30 AM

For those of you who upgraded to 1.06 and are now getting all users showing as donors, etc.please verify that the file edits for profile.php have been done properly. You should only have the word showdonor in that file for the required file edits, if you have the word donor in the file edits on your profile.php then remove that line and make sure that your profile.php file is edited according to how the instructions in the installer state.

The confusion happend in the change from 1.05 to 1.06, in 1.05 I had you put the word donor, in 1.06 I changed that word to showdonor due to a mistake I had done in the coding...sorry about that.

To summarize, please change the three file edits to show ONLY what is in the installation instructions and remove any line with the word donor in the code...there are only three edits to profile.php, and only those three will make the system work properly. After you have done this, if there are still problems with the users showing as donors that have not donated, then run the following query to reset the user table and then you will need to manually change the donors back to show their correct status:
PHP Code:

UPDATE *INSERTYOURTABLEPREFIX*user SET donor '0'showdonor '1'

adjust the tableprefix for your site obviously. To reset the users that have donated to your site back to a donor status, then just go into the donations admin and edit each donor individually and then click save, don't change anything, just click save, the system will then mark that user as a donor. All done...

Sorry about the foul up, but unfortunately, there is no real easy fix for this problem that was introduced between 1.05 and 1.06. But we shouldn't run into the problem again from this point forward...

Please let me know how this works out for you all...I really cannot think of another way to fix that problem...

Trana 06-28-2005 01:59 AM

After the uninstall completes it just goes to a blank screen.

I ran the install script but am only presented with 3 options:
File Edits
Templates Only
Uninstall

I don't see the option for the basic install, so where does it install the tables in the database?

rinkrat 06-28-2005 02:03 AM

Ok after removing the donor line in Profile.php it's all good. Unfortunately anyone who changed their profile during the time it was hacked has lost all their user info. Oops!

Good thing you came through with the fix pretty quick!

Cloudrunner 06-28-2005 02:05 AM

Quote:

Originally Posted by Trana
After the uninstall completes it just goes to a blank screen.

I ran the install script but am only presented with 3 options:
File Edits
Templates Only
Uninstall

I don't see the option for the basic install, so where does it install the tables in the database?

the uninstall should finish in one page completely, if it doesn't give you a button to go back to the installer main page, then it did not uninstall properly...Please re-up the uninstaller completely, but before you do that, delete it from your server. That way you are garaunteed to have the fresh copy...

Once you finish the unistall properly then go back to the installer through the button it will give you the base installer and nothing but.

If you are still having troubles with this tomorrow, then please hit me at bubbabriggs@msn.com on MSN messenger after 6 PM EST and I'll see about fixing your installation on your site, mayhap I'll figure out a fix to the problem that will help the entire crew, but at this point, I'm lost as to what may be causing your problem...

rinkrat 06-28-2005 02:05 AM

I was going to uninstall and then reinstall and got this

Warning: explode(): Empty delimiter. in /admincp/donation_install/donation_uninstall.php on line 20


Database error in vBulletin 3.0.5:

Invalid SQL: DROP TABLE IF EXISTS
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 '' at line 1

mysql error number: 1064

Date: Monday 27th of June 2005 08:02:10 PM
Script: http://www.letsgokings.com/bbs/admin...ns_install.php
Referer: http://www.letsgokings.com/bbs/admin...ns_install.php
Username: RinkRat
IP Address: 66.214.41.130

Cloudrunner 06-28-2005 02:06 AM

Quote:

Originally Posted by rinkrat
Ok after removing the donor line in Profile.php it's all good. Unfortunately anyone who changed their profile during the time it was hacked has lost all their user info. Oops!

Good thing you came through with the fix pretty quick!

how did they lose their userinfo? Just curious...

Cloudrunner 06-28-2005 02:06 AM

Quote:

Originally Posted by rinkrat
I was going to uninstall and then reinstall and got this

Warning: explode(): Empty delimiter. in /admincp/donation_install/donation_uninstall.php on line 20


Database error in vBulletin 3.0.5:

Invalid SQL: DROP TABLE IF EXISTS
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 '' at line 1

mysql error number: 1064

Date: Monday 27th of June 2005 08:02:10 PM
Script: http://www.letsgokings.com/bbs/admin...ns_install.php
Referer: http://www.letsgokings.com/bbs/admin...ns_install.php
Username: RinkRat
IP Address: 66.214.41.130

read the fix to this, I've addressed it just a few posts ago with Trana...

Trana 06-28-2005 02:20 AM

You are saying to run the /donation_install/donation_uninstall.php?

When I call that directly from the browser I get a totally blank page. Are there any edits in order to call it directly?

Cloudrunner 06-28-2005 02:24 AM

Quote:

Originally Posted by Trana
You are saying to run the /donation_install/donation_uninstall.php?

When I call that directly from the browser I get a totally blank page. Are there any edits in order to call it directly?

No you have to run the uninstaller from the installer....ie. donations_install.php.

Yer not going to get anything if you call the uninstall file directly.

What I am saying is delete the donation_uninstall.php file from your server, then upload it again with the fixes given earlier. Then run the installer and select uninstall as per usual. This *should* get you back to a clean slate. Let me know if there is an issue...


All times are GMT. The time now is 11:00 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.01767 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
  • (3)bbcode_php_printable
  • (5)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