![]() |
so from what im getting from the recent posts the new 1.2 version is for new installs of version 3.6 and does not work on upgrades from 3.5?
i guess im a bit confused sorry :( |
Although tested in my localhost for new installation and upgrade
I beleive it means it does work on upgrades *only* from vb3.5 |
alrite its installed and i tried to access it and i get this
Quote:
Database error in vBulletin 3.6.4: Code:
Invalid SQL: |
Open the Timeslips options and edit its options.
|
Quote:
|
edit yourself as a user, there is a option to let you use the timeslips or not.
|
i know im being a pain but i dont see anything
ive looked in user options alone, and user groups everything. |
ok i found it changed it so i can edit own profile and
Code:
Database error in vBulletin 3.6.4: |
How can i manually uninstall it and try it once more
|
Mine Just Refuses to work,
http://www.boostedmustangforums.com Code:
Database error in vBulletin 3.6.4: |
I have modified the xml slightly to do some checking for existing tables etc. This worked for me doing an "UPGRADE" from the old 3.5 version and all the profilefield tables are referenced correctly without having to create bogus profile field entries as in the other workarounds. I have also Australian ised it with HP changed to kW and Altitude etc to Date.
All I did was on my existing installation where the titles were missing because of the change to userprofile field layout etc is just overwrite my existing install with the 1.2.1 version attached here. i am running vBulletin 3.6.4 also. |
this thing just does not like me. :cry: :cry:
|
Quote:
|
look up two posts
the first attachment, the vb option attachment, show the only option i see with this add on, then the othen is the error i get when i try to change that option to yes, the vb error attachment comes up. and i get another database fail when i try to uninstall it. another thing my navbar template doesnt have PHP Code:
Code:
<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl_q]">$vbphrase[members_list]</a></td> |
That error means it didn't write into your user field for some reason.......the alter table in the .xml need's to tell it to do so.....
|
Quote:
and as stated here. "I am no coder"...... |
ok i got the time slips part working soo far, but now when click on a users logg in name it wont take me to their profile. just a broken page.
Code:
Database error in vBulletin 3.6.4: Code:
Script : http://localhost/folder/member.php?u=1 Code:
Script : http://localhost/folder/member.php?u=1 the profile doesnt work from all referrers |
Quote:
Quote:
|
zincpony, i registered on your site, let's get this badboy workin for ya......
|
UGHHH it wont let me uninstall via the plug in manager, how can i remove it manually. i already reverted the styles and replaced image, member and the includes php files. how can i remove the xmls and database addition
|
fkatzenb, yours looks fine bro..........seem's like everything is working right?
|
nevermind fkatzenb, yours isn't fine..........I noticed you don't have any of the lettering for your timeslips submit info......
|
Quote:
Ya, I am scared to try the updates until I have a good concept of what is going on. It is the vb3.5 version of timeslips. By the way, thanks for taking the time to look at this and even creating an account to help troubleshoot. Frank |
not a problem man, right now i am working with zincpony.........once i am done there, i will try to help ya out.....
|
I am having the same problem as zincpony so a resolution soon would be great. I can't overwrite the product-timeslips.xml to the product-timeslips1.2.xml without a database error (same ones). I also can't uninstall the product-timeslips.xml. And as of now, following all the instructions, I get a database error when I click the Timeslips links in the navbar.
|
hey frank (fkatzenb), i stopped by your site to help, but didn't see ya online there......do me a quick favor if you get this note and go to your severs phpmyadmin, and open up "profilefield", and then click on browse toward's the top of the page.......let me know what it say's in there for fields, 64,60,61,62,63, etc............or tell me if those are even in there....
later hotwheels...... you can shoot me an email or a pm if you would like......your's should be an easy fix. |
Quote:
If you don't mind, give me a look at your phpmyadmin, so we can see where the code is that's hanging up........it look's to be in "user", "tban"......but i don't have the error's and zincpony had to leave for a while.......he too, still can't uninstall the previous .xml, it is going to have to be done manually at this point.......Let me know if you need assistance, i will gladly try to help ya out, but sad to say, i will need access to your phpmyadmin, to help. |
Quote:
Code:
$db->query_write("CREATE TABLE " . TABLE_PREFIX . "customfile ( Quote:
|
If you compare the old version to the new version:
(3.6 new version) $db->query_write("CREATE TABLE " . TABLE_PREFIX . "customfile ( userid INT UNSIGNED NOT NULL DEFAULT '0', filedata MEDIUMTEXT NOT NULL, dateline INT UNSIGNED NOT NULL DEFAULT '0', filename VARCHAR(100) NOT NULL DEFAULT '', visible SMALLINT NOT NULL DEFAULT '1', filesize INT UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (userid))"); (3.5.4 old version) $db->query_write("CREATE TABLE " . TABLE_PREFIX . "customfile ( userid INT UNSIGNED NOT NULL DEFAULT '0', filedata MEDIUMTEXT NOT NULL, dateline INT UNSIGNED NOT NULL DEFAULT '0', filename VARCHAR(100) NOT NULL DEFAULT '', visible SMALLINT NOT NULL DEFAULT '1', filesize INT UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (userid))"); That part of the query is exactly the same, accept for the if(!$check['customfile']) just above that part of the 3.6 version, which was just added... |
comparing the 2 .xml's side by side,
there are: 43 lines added, 129 lines modified, and 85 lines deleted....... So that is a fairly big change for the .xml, i haven't compared the rest of the .php's in the new file yet. |
If I could just get that customfile table to be added I think I'd be okay. At least for that portion.
|
If you figure it out bro, please feel free to share, so that those wanting to upgrade to the 3.6 version that was just uploaded, can use it......
I have my site running and can't upload this new .xml........I just don't feel like trouble shooting on my site right now.......Since the hacking of my database, it is runnin pretty smoothly right now.........hehehehe |
Quote:
|
Alright I made some headway but I'm having problems with the $vbphrase. Here's what I did to correct my problem. I couldn't get rid of the old XML file because the SQL wouldn't let it finish. The problem was that it was trying to remove a table that wasnt there. So I simply took the lines out.
Everything highlighted is what I deleted from the XML and then I saved the file and re-uploaded it. Code:
$db->query_write("CREATE TABLE " . TABLE_PREFIX . "customfile ( After I re-uploaded it I was able to do a clean uninstallation of the product. After that I uploaded the new product-timeslips1.2.xml and everything worked fine except for the $vbphrase function. For some reason some of them were giving me problems. I couldn't get the following to show up at all: Code:
$vbphrase[timeslips] |
Quote:
|
mine is just crapping on me, the only input field that shows up is the HorsePower field and the ability to upload a timeslip but nothing else, they vanished somewhere.
|
Okay I dunno how it happened but my phrases worked themselves out so now I'm all good. :)
|
im still missing all my fields.
|
how can i manually remove this from my database completely, cause no uninstall was provided.
|
Go into your database in phpMyAdmin, then go into the "profilefileds" table and click "Browse" at the top. Delete fields 50-65. Then go to the "userfields" table and do the same thing.
That's actually an incomplete way. I would recommend re-importing the original product-timeslips.xml file and then follow my directions here: https://vborg.vbsupport.ru/showpost....&postcount=434 |
All times are GMT. The time now is 03:42 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:
|