The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
BFC-Quote Details »» | |||||||||||||||||||||||||
ALL MODS HAVE GONE BACK TO STEVE M AS I AM NOT MEANT TO CODE LIKE I CURRENTLY AM DOING.
Show Your Support
|
Comments |
#62
|
|||
|
|||
Hi,
Quote:
Have a nice sleep. Best regards Leica.Robbiani |
#63
|
||||
|
||||
some help for my problem?
i disabled all plugins and on my home page get this error Fatal error: Call to undefined function print_portal_output() in /home/belapla/public_html/libar/vb/cmps_index.php on line 46 reg macc |
#64
|
|||
|
|||
Well vbAdvanced is also a hack so it will have plugins. That's why it isn't working. You've disabled the plugins necessary for it to run.
|
#65
|
||||
|
||||
that error come after i tried instal this mod
but can not run query to my database - get error ... can you help me ? Parse error: syntax error, unexpected T_STRING in /home/belapla/public_html/libar/vb/admincp/plugin.php(1995) : eval()'d code on line 6 this error i get when i should import blc_quotes mod. reg macc |
#66
|
||||
|
||||
and this database error
Code:
Database error in vBulletin 3.8.2: Invalid SQL: ALTER TABLE `quotes` ADD `unapproved` TINYINT( 1 ) NOT NULL; MySQL Error : Table 'belapla_libar.quotes' doesn't exist Error Number : 1146 Request Date : Wednesday, May 6th 2009 @ 01:02:26 PM Error Date : Wednesday, May 6th 2009 @ 01:02:26 PM Script : http://libar-libar.com/libar/vb/admi...=productimport Referrer : http://libar-libar.com/libar/vb/admi...?do=productadd IP Address : Username : Classname : vB_Database MySQL Version : 5.0.67-community reg macc |
#67
|
|||
|
|||
macc: We have already given you resolutions to your database errors. Your errors lie within vBAdvanced, please post on their site with your errors.
|
#68
|
||||
|
||||
No, you have wrong - this error come from your product file
Parse error: syntax error, unexpected T_STRING in /home/belapla/public_html/libar/vb/admincp/plugin.php(1995) : eval()'d code on line 6 and database error what i wrote post above ... when i try unistall your product i get my site down - now is site up but not your product ... reg macc |
#69
|
|||
|
|||
macc: Quit making so many posts in this thread. I know what errors are what and your issue lies with another product, BFC-Quote was not causing your errors, something was preventing my product from adding the tables to your database.
|
#70
|
||||
|
||||
Do not joke please - test yourself product file what you attach (this file also give "eval - plugin error " and problem was also when i tried unistall that through my admicp- get database errors and site down -
you should be tested pruduct files before you put here - look in your first post - you forget this and this and that in product file and people get errors ... all another product files )mods) i can install and no database errors - just with yours - regards and hope that you will be more serious ... maybe you should try unistall your product ... macc |
#71
|
|||
|
|||
I had the same error on installation. Fixed it by doing the following:
[17:47:23] <BullDog> CREATE TABLE `quotes` ( [17:47:23] <BullDog> `id` int(4) NOT NULL auto_increment, [17:47:23] <BullDog> `quote` mediumtext NOT NULL, [17:47:23] <BullDog> `username` varchar(255) NOT NULL, [17:47:23] <BullDog> `unapproved` TINYINT( 1 ) NOT NULL, [17:47:23] <BullDog> PRIMARY KEY (`id`) [17:47:23] <BullDog> ) Then got an error for a duplicate entry so: [17:50:25] <BullDog> ALTER TABLE `quotes` DROP COLUMN `unapproved` Works fully now. (Remove the time and BullDog and do the query). Edit: Am I the only one not able to see usergroup settings or find settings for this thing anywhere? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|