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)
-   -   vB Timeslip Database - for Automotive websites (https://vborg.vbsupport.ru/showthread.php?t=110717)

92GreenGT 03-22-2006 12:08 AM

I had Timeslip database already installed ya know, I deleted all the templates and files that I knew of but it was still showing up in my Vbulletin options section. Maybe there are still some old files from versions before thats messing mine up? How do you know if you completely get rid of all the old stuff?

Sidewindr 03-22-2006 03:43 AM

Quote:

Originally Posted by 92GreenGT
When trying to install the product I get this error:

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                                INSERT INTO setting
                                (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
                                VALUES
                                (
                                        'allowtimeslipupload',
                                        'timeslips',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        10,
                                        0,
                                        1,
                                        'timeslips'
        ),
        (
                                        'tdmaxwidth',
                                        'timeslips',
                                        '600',
                                        '600',
                                        'free',
                                        '',
                                        20,
                                        0,
                                        1,
                                        'timeslips'
        ),
        (
                                        'tdmaxheight',
                                        'timeslips',
                                        '600',
                                        '600',
                                        'free',
                                        '',
                                        30,
                                        0,
                                        1,
                                        'timeslips'
        ),
        (
                                        'tdmaxsize',
                                        'timeslips',
                                        '80000',
                                        '8000',
                                        'free',
                                        '',
                                        40,
                                        0,
                                        1,
                                        'timeslips'
        ),
        (
                                        'tdsliprequired',
                                        'timeslips',
                                        '10.00',
                                        '',
                                        'free',
                                        '',
                                        50,
                                        0,
                                        1,
                                        'timeslips'
        );

MySQL Error  : Duplicate entry 'allowtimeslipupload' for key 1
Error Number : 1062
Date        : Tuesday, March 21st 2006 @ 01:51:18 PM
Script      : http://www.fxxx.com/admincp/plugin.php
Referrer    : http://www.fxxx.com/admincp/plugin.php?do=productadd
IP Address  : xxxxxxxxxxx
Username    : xxxxxxxxxxx
Classname    : vb_database


Check allow overwrite I'd hazzard a guess.

tommyxv 03-22-2006 04:22 AM

Sidewindr, i am getting browers error on page in IE and FF.

Syntax error in this javascript,

Code:

<script language="javascript">
<!--

function validate(theform) {

        if ((theform.ctb_field55.value<=) && (theform.ctb_field55.value>0)) {
                if ((theform.upload.value=="") && (theform.timeslipdateline.value=="") && (theform.ctb_field57.value=="")) {
                        alert("An uploaded copy of or a link to your timeslip is required if your 1/4 mile ET is  or quicker.");
                        return false;
                } else if ((theform.upload.value=="") && (theform.timeslipdateline.value=="")) {
                        if ((theform.ctb_field57.value.search(/^http\:\/\/[a-zA-Z]...*\.[a-zA-Z]..\.[jJ][pP][gG]$/) == -1) && (theform.ctb_field57.value.search(/^http\:\/\/[a-zA-Z]...*\.[a-zA-Z]..\.[gG][iI][fF]$/) == -1)) {
                                alert("Incorrect Link Supplied for Timeslip Image.");
                                return false;
                        }
                }
        }
}
//-->
</script>

Missing a value?

EDIT: Here is what FF shows

fkatzenb 03-22-2006 10:25 AM

Quote:

Originally Posted by 92GreenGT
I had Timeslip database already installed ya know, I deleted all the templates and files that I knew of but it was still showing up in my Vbulletin options section. Maybe there are still some old files from versions before thats messing mine up? How do you know if you completely get rid of all the old stuff?

You still have the stuff in the SQL database. You have to manually clean these out and then attempt this again. Then there will be other steps you have to do. If you want me to do it, hit me up in a PM.


Frank

deathemperor 03-22-2006 04:41 PM

03/23/2006: Update: fix a JS error when submitting the new timeslip. (Thanks Sidewindr). Also the new product will attempt to remove your old vb3.0 options then add the new ones, this is for upgrading from timeslips for vb3.0 to vb3.5 . I didn't test that tho.

92GreenGT 03-22-2006 04:49 PM

Quote:

Originally Posted by fkatzenb
You still have the stuff in the SQL database. You have to manually clean these out and then attempt this again. Then there will be other steps you have to do. If you want me to do it, hit me up in a PM.


Frank

Can you point me in the right direction of cleaning the old files out of the SQL database? Thanks

92GreenGT 03-22-2006 04:51 PM

Quote:

Originally Posted by Sidewindr
Check allow overwrite I'd hazzard a guess.

Whats this mean? Sorry, newbie at all this.lol

tbroush 03-22-2006 05:52 PM

Quote:

Whats this mean? Sorry, newbie at all this.lol
When you go add the product in the forums cp it gives you an option to overwrite your current product.

92GreenGT 03-22-2006 06:04 PM

Quote:

Originally Posted by scroush
When you go add the product in the forums cp it gives you an option to overwrite your current product.

Ok, I done that. Click "Yes" on allow overwrite and it still didnt work. The old stuff in the SQL database is my problem, has to be. How can I clean that stuff out? Thanks for the PM and all. If I cant figure it out I might have to let you do it but your kind enough helping me out as it is, dont want you to have to take the time to fix my problems. BTW, you own a mustang?
-Edit- Looking at your name im guessing a supercharged roush?hehe

tbroush 03-22-2006 06:12 PM

Quote:

Ok, I done that. Click "Yes" on allow overwrite and it still didnt work. The old stuff in the SQL database is my problem, has to be. How can I clean that stuff out? Thanks for the PM and all. If I cant figure it out I might have to let you do it but your kind enough helping me out as it is, dont want you to have to take the time to fix my problems. BTW, you own a mustang?
-Edit- Looking at your name im guessing a supercharged roush?hehe
It used to be supercharged now is being fitted with a turbo. I don't have any problems helping you just let me know, is kind of hard to tell you exactly what to do in the database, you used have find everything that has to do with the timeslips database and delete it.


All times are GMT. The time now is 09:56 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.01688 seconds
  • Memory Usage 1,769KB
  • 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
  • (7)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