![]() |
Prisim: Not to sound rude but did you read this thread? I am aware of those errors and I have posted that I am working on them currently.
|
Almost have v1.3 complete with usergroup perms and various errors fixed.
|
Cant wait :)
|
I put this into my prod forum, but it says I don't have permissions. Where would I set this?
|
hello!
tried to install first time and get this database error Code:
Invalid SQL: have vb 3.8.2 reg macc |
odln018: Permissions are controlled through the usergroups.
macc: Not to sure what is causing that error. I will check it out and get an update released. |
Hi there,
when the ?Author?-line contains a ?'?, this Mod throws an database error. Just another thing: I had to change in every file the ?TABLE_PREFIX quotes ...? in something other (I've chosen ?fortunes?), because my database had already a table called ?quotes?. Why don't you call the whole Mod ?fortune?, because it's just the same as the little program ?fortune? on any Linux System with the games-section installed. So the chance will be great, that there's no conflicts with ?quotes?. Best regards Leica.Robbiani |
have you some fix Leica?
macc |
Leica.Robbiani: The author box shouldn't have ' as no username has an ' but if its say Italian or something I'll see what I can do to fix the issue, otherwise for the time just avoid using ' when adding an author name.
Now on the issue of the DB, I can probably change it to bfc_quotes instead that way it will be unique and I am the only one who codes using the name of bfc_ so I'll see how that works out. |
Have you some solution for my database error ?
reg macc |
macc: Try installing using the product xml file I have attached to this post and tell me the results.
|
Quote:
|
odln018: What version of vB are you using?
|
Hi,
Quote:
So it will be great if you have a solution for the problem. Thanks a lot, anyway it's a great mod. Best regards Leica.Robbiani |
Leica.Robbiani: Yeah you are correct, I don't know what I was thinking or doing when I said that. There is a solution but I won't be able to implement it till tomorrow once I've had some sleep.
|
Quote:
I'm using 3.8.1 for both boards (test and production) |
Quote:
Code:
Database error in vBulletin 3.8.2: and in my admincp - when click on manage quotes get this database error Code:
Database error in vBulletin 3.8.2: please some help - regards macc |
now my forum page works not - get this error
Code:
Database error in vBulletin 3.8.2: macc |
Run the following query from the admincp->maintenance->execute sql query
[SQL]CREATE TABLE `quotes` ( `id` int(4) NOT NULL auto_increment, `quote` mediumtext NOT NULL, `username` varchar(255) NOT NULL default, `unapproved` TINYINT( 1 ) NOT NULL", PRIMARY KEY (`id`) )[/sql] Use this at your own risk. |
tried from phpmyadmin but get error -
my board and admincp - not accessible ... some help ? macc edit - this error come up Code:
ERROR: Oavslutat citat @ 174STR: "SQL: CREATE TABLE `quotes` ( `id` int(4) NOT NULL auto_increment, `quote` mediumtext NOT NULL, `username` varchar(255) NOT NULL default, `unapproved` TINYINT( 1 ) NOT NULL", PRIMARY KEY (`id`)) |
Hi,
Quote:
Have a nice sleep. Best regards Leica.Robbiani |
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 |
Quote:
|
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 |
and this database error
Code:
Database error in vBulletin 3.8.2: reg macc |
macc: We have already given you resolutions to your database errors. Your errors lie within vBAdvanced, please post on their site with your errors.
|
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 |
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.
|
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 |
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? |
Last question, is there anyway I can import a .txt file to the database?
|
Excalibur -
Please ignore the less professional members of this forum. They obviously lack some level of propriety. When you get a second, if you could review my problem I'd appreciate it. Sincerely, |
Flowsion: I'm not seeing why you can't see usergroup perms. You and odln018 can't see usergroups. What version of vB are you running?
odln018: I've dealt with worse, but no biggie. Since you and Flowsion are having the same issue I will try to find out what the problem is. |
macc: Make sure you have "OVERWRITE" set to 'YES' as my product are extensively tested before release and I have not gotten those errors at all.
|
Flowsion & odln018: Import the attached product xml and check usergroups then. Somehow the phrases didn't export with the product.
macc: I do apologize as I found a syntax error on my import product, I have fixed it and it should now properly import and update right. NOTE: Unfortunately with this update you need to uninstall the product, if you are having issues then let me know and I will give you the code to drop the certain entries and/or tables. |
Whoops, I installed it before I got this message.
I'll need that code. |
Also, when I try to uninstall the product, I'm getting this:
Quote:
|
I've uninstalled, and tagged this one for future usage.
I'll keep my eye on it until it hits a more stable condition. |
Hi,
thanks a lot for the upgrade, now it works with the »'« in the usernames. One thing I have to check out, the mod doesn't seem working correctly in the »Quote«-section in the usercp. I added a quote, but the usercp ist empty. Although in the attachment is the german(Du) version of your mod. Best regards Leica.Robbiani |
Um....is it an actual user that added the quote? If not then it won't display under any username.
Thanks for the german version. If you could keep up with translations then that would be grand. |
All times are GMT. The time now is 11:32 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|