Page 2 of 3

Re: Garage MOD for IM 140

PostPosted: Tue Dec 05, 2006 10:03 am
Author: MWE_001
Nice! thx ZacFields I really appreciate it man. <img>

PostPosted: Tue Dec 05, 2006 11:23 am
Author: ZacFields
No Problem. Seems like there should be a spot for this in the admin forum, but unfortunately the writers of the script didn't think of that. ah well <img>

Zac

PostPosted: Tue Dec 05, 2006 2:31 pm
Author: gcomfx.com
Is there a list of features in the download?

Re: Garage MOD for IM 140

PostPosted: Tue Dec 05, 2006 2:50 pm
Author: jwernerny
How well will this MOD work with 141 when it comes out? Is the installation going to be the same?

- John

PostPosted: Tue Dec 05, 2006 6:59 pm
Author: ZacFields
i can't speak for the devs here, but I would imagine that initially this mod will not work with IM 1.4.1. Most likely it will need to be ported.

I have basically committed to delaying my upgrade for a while until we can get a ported version of this mod. For those of you with a car-related forum, this will become an instant need and once you remove it your members will be very upset.

I have 17 cars already registered on there and it's only been up for about 48 hours.

Zac

PostPosted: Wed Dec 06, 2006 5:46 am
Author: jwernerny
"ZacFields";p="18072" wrote:I have basically committed to delaying my upgrade for a while until we can get a ported version of this mod.


I'm actually debating the opposite, delaying adding this mod until 1.4.1 is out. Of course I will then have to wait until it is ported.

I take it that it does get heavily used once it is installed on a car site. I wonder how much extra storage (read $$/month) its going to end up taking.

- John

Re: Garage MOD for IM 140

PostPosted: Wed Dec 06, 2006 6:28 am
Author: Teelk
Don't worry, I'll be updating all my ports when 1.4.1 is released.

Re: Garage MOD for IM 140

PostPosted: Wed Dec 06, 2006 4:45 pm
Author: MWE_001
As we have all said and will again, nice mod. It works great so far. EXCEPT i get this error when in profile under the garage tab you click on the pic of the car to get a bigger view and you get this:

Could Not Update Count

DEBUG MODE

SQL Error : 1064 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

UPDATE phpbb_garage_images SET attach_hits = attach_hits + 1 WHERE attach_id =

Line : 2707
File : functions_garage.php

Other thatn that I cant nag a bit about this mod. Maybe relocate that approval link to ACP in the Garage settings area Or in the forum under the mods page as was suggested by a user earlier. Good work guys. I like this one.

Re: Garage MOD for IM 140

PostPosted: Wed Dec 06, 2006 6:32 pm
Author: Teelk
Credit doesn't really go to me, but I appreciate the sentiment. The original MOD is done by poyntesm at http://forums.phpbbgarage.com

They have some image packs there some people might be interested in. They're also up to version 1.0.5, while this is a port of 1.0.0. And, it looks like 1.2.0 is very close to release, I'll update the MOD as well when I integrate to 1.4.1.

EDIT: Are you running MySQL5 by any chance? This version of the MOD isn't MySQL5 compatible.

Here are the MySQL5 fixes that I've come across so far.

Code: Select all
# #-----[ OPEN ]----- # garage.php  ##-----[ FIND ]------------------------------------------#                           FROM " . GARAGE_MODS_TABLE . " AS mods, " . GARAGE_BUSINESS_TABLE . " AS b  ##-----[ REPLACE WITH ]------------------------------------------#                           FROM ( " . GARAGE_MODS_TABLE . " AS mods, " . GARAGE_BUSINESS_TABLE . " AS b )  ##-----[ FIND ]------------------------------------------#                           FROM " . GARAGE_MODS_TABLE . " AS mods, " . GARAGE_BUSINESS_TABLE . " AS b  ##-----[ REPLACE WITH ]------------------------------------------#                           FROM ( " . GARAGE_MODS_TABLE . " AS mods, " . GARAGE_BUSINESS_TABLE . " AS b )  # #-----[ OPEN ]----- # includes/functions_garage.php  ##-----[ FIND ]------------------------------------------#                   FROM " . GARAGE_MODS_TABLE . " AS mods, " . GARAGE_TABLE . " AS g ##-----[ REPLACE WITH ]------------------------------------------#                   FROM ( " . GARAGE_MODS_TABLE . " AS mods, " . GARAGE_TABLE . " AS g )    

Re: Garage MOD for IM 140

PostPosted: Wed Dec 06, 2006 7:25 pm
Author: jwernerny
"Teelk";p="18115" wrote:Are you running MySQL5 by any chance? This version of the MOD isn't MySQL5 compatible.


Thanks for the warning. I was just about to integrate it into The Snow Tire FAQ Forums. I think I will wait for the SQL 5 ready IM 1.4.1 integration.

- John

Re: Garage MOD for IM 140

PostPosted: Thu Dec 07, 2006 3:26 am
Author: MWE_001
No sirs I am not running that. Not that Im aware of any how. Im running mysql 4.0.17

PostPosted: Thu Dec 07, 2006 11:34 am
Author: gcomfx.com
"ZacFields";p="18072" wrote:For those of you with a car-related forum, this will become an instant need and once you remove it your members will be very upset.


Exactly... <img>

PostPosted: Tue Jan 23, 2007 4:31 pm
Author: ZacFields
Teelk do you think this mod will work with 141 now that it's out? Let me know. If not, what changes/alterations need to be made for it to work?

I've got 141 now but no garage mod for the time-being since I had to overwrite all the files for it with the upgrade.

Zac

Re: Garage MOD for IM 140

PostPosted: Thu Jan 25, 2007 6:07 pm
Author: Teelk
I'll work on this tonight. I'll update it to the latest stable release and provide any update packages that may be needed.

PostPosted: Thu Jan 25, 2007 8:38 pm
Author: ZacFields
excellent teelk. As usual I will guinea pig this for you. I've had it installed but when I uploaded 1.4.1 obviously it went over all the files, but even the garage.php file doesn't load right so i'm assuming something with the DB has to be changed. Not sure.

Let me know though, I'll be up late tonight so if you want me to test it out for you I'd be game.

Zac