vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBGarage v3.1.1 (now with GD-Lib support!) (https://vborg.vbsupport.ru/showthread.php?t=63681)

LuBi 05-15-2004 05:05 PM

Quote:

Originally Posted by Odoin
Yeah... but you need GD 2.0 or better for the thumbnails to work...

I don't think you're following what I said. I emailed my host:

"I need at least version 2.0 for this php script I want to run"

They replied:

"We do support php GD Library version 1.6.2 or higher."

So that would lead me to believe I can run script that calls for 1.6.2 or higher, ie. including 2.0.. But then again who knows.. the host is Xeran. :speechless:

Odoin 05-16-2004 10:54 PM

No I am 99% sure your hosting provider only supports GD 1.6.2 not 2.0+ like you need. Alot of new things in 2.0 that were not in 1.6.2. I am not a huge linux guru so there is room for error :P.

joeychgo 05-16-2004 11:51 PM

I got a DB error today. Dont know whym this has been running fine.

here is what got



Code:

Database error in vBulletin 3.0.0:

Invalid SQL:
                INSERT INTO vbgarage_images (userid, name, data, type) VALUES (419, 'Cody's First Day, Lorry's '95 Lincoln Mark VIII 015.jpg', '????qExif\0\0II*\0\0\0\0
\0\0 \0\0\0?\0\0\0\0\0\0\0?\0\0\0\0
\0\0\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0?\0\0\0\0\0\0

(I eliminated most of the picture code for simplicity)

6X??׮
zZ??R???+|??t~?Ɵ/O?c??', 'image/pjpeg')
           
mysql error: 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 's First Day, Lorry's '95 Lincoln Mark VIII 015.jpg', '????qExi

mysql error number: 1064

Date: Sunday 16th of May 2004 01:51:22 PM
Script: http://www.lincolnvscadillac.com/vbgarage.php
Referer: http://www.lincolnvscadillac.com/vbg...?do=editgarage
Username: hintsclue
IP Address: 69.29.166.103


Anyone have ideas as to what this could be?

magnus 05-17-2004 01:54 PM

I LIVE! :) (well, sort of)

UPDATE (05/17/2004):

I've got my new PC up and running (for the most part.. damn thing is quirky, but such is life). v3.2.0 seems to be running strong, and I would consider it release worthy. However, I still haven't got a DB converter. You're existing database will not work correctly with v3.2.0.

Yes, I realize this is a problem.

It's not that it's incredibly hard, it's just that my SQL skills aren't quite up to that level yet. So, if anyone here knows SQL well enough -- and would like to help -- shoot me a PM.

As it sits, I can probably release v3.2.0, however, until there's a conversion script, there's really no "upgrade" available (unless you want to do all your entries by hand -- which I seriously doubt).

While I tried to get as much stuffed into v3.2.0 as possible, the demise of my PC was an unfortunate setback. So, at the moment, v3.2.0 really only offers multiple garages and slightly more efficient SQL (both of which have been tested).

While I do have vBulletin's internal thumbnail processing working, I'm not quite sure I want to include it in v3.2.0 yet (which still remains untested, for the most part).

I don't want anyone to think I've abandoned the project, I assure you, I haven't. I do have ALOT of things going on right now (working on getting a new job, which may require me to relocate to New Jersey), so I don't have the same time I used to. This in no way means I'm not going to release new versions or not fix bugs. It just means it might take longer than it has in the past, unfortunately.

But, for the time being, what I *really* need is a SQL guru to whip up a conversion script. :)

magnus 05-17-2004 01:55 PM

Quote:

Originally Posted by joeychgo
I got a DB error today. Dont know whym this has been running fine.

here is what got



Code:

Database error in vBulletin 3.0.0:

Invalid SQL:
                INSERT INTO vbgarage_images (userid, name, data, type) VALUES (419, 'Cody's First Day, Lorry's '95 Lincoln Mark VIII 015.jpg', '????qExif\0\0II*\0\0\0\0
\0\0 \0\0\0?\0\0\0\0\0\0\0?\0\0\0\0
\0\0\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0?\0\0\0\0\0\0

(I eliminated most of the picture code for simplicity)

6X??׮
zZ??R???+|??t~?Ɵ/O?c??', 'image/pjpeg')
           
mysql error: 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 's First Day, Lorry's '95 Lincoln Mark VIII 015.jpg', '????qExi

mysql error number: 1064

Date: Sunday 16th of May 2004 01:51:22 PM
Script: http://www.lincolnvscadillac.com/vbgarage.php
Referer: http://www.lincolnvscadillac.com/vbg...?do=editgarage
Username: hintsclue
IP Address: 69.29.166.103


Anyone have ideas as to what this could be?

Remove the , (comma) from the filename, and try again.

P.Jackson 05-17-2004 03:16 PM

Hey just remember you come first! yuove done a great job to start with :)



Quote:

Originally Posted by magnus
I LIVE! :) (well, sort of)

UPDATE (05/17/2004):

I've got my new PC up and running (for the most part.. damn thing is quirky, but such is life). v3.2.0 seems to be running strong, and I would consider it release worthy. However, I still haven't got a DB converter. You're existing database will not work correctly with v3.2.0.

Yes, I realize this is a problem.

It's not that it's incredibly hard, it's just that my SQL skills aren't quite up to that level yet. So, if anyone here knows SQL well enough -- and would like to help -- shoot me a PM.

As it sits, I can probably release v3.2.0, however, until there's a conversion script, there's really no "upgrade" available (unless you want to do all your entries by hand -- which I seriously doubt).

While I tried to get as much stuffed into v3.2.0 as possible, the demise of my PC was an unfortunate setback. So, at the moment, v3.2.0 really only offers multiple garages and slightly more efficient SQL (both of which have been tested).

While I do have vBulletin's internal thumbnail processing working, I'm not quite sure I want to include it in v3.2.0 yet (which still remains untested, for the most part).

I don't want anyone to think I've abandoned the project, I assure you, I haven't. I do have ALOT of things going on right now (working on getting a new job, which may require me to relocate to New Jersey), so I don't have the same time I used to. This in no way means I'm not going to release new versions or not fix bugs. It just means it might take longer than it has in the past, unfortunately.

But, for the time being, what I *really* need is a SQL guru to whip up a conversion script. :)


Envy-UK 05-17-2004 03:48 PM

Quick question.

I'm looking to set the height and width of thumbnails in the imagebits template, however, I can never seem to set the height correctly, anyone?

Odoin 05-17-2004 04:54 PM

Hi Magnus,

I can make a DB upgrade script if you could provide me with the DB layout and PHP files. Please let me know your thoughts.

Mark

magnus 05-17-2004 07:15 PM

Quote:

Originally Posted by Odoin
Hi Magnus,

I can make a DB upgrade script if you could provide me with the DB layout and PHP files. Please let me know your thoughts.

Mark

Odoin, that sounds great. I'll put together an example when I get home and PM it to you. Thanks. :)

Odoin 05-17-2004 07:48 PM

Sounds great. I can test it on a live site as well and make sure everything goes correctly before I send it back to you.

Mark


All times are GMT. The time now is 12:01 PM.

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.01925 seconds
  • Memory Usage 1,757KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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