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)
-   -   4images Gallery 1.7 + vB 3.0.x (update Oct 30) (https://vborg.vbsupport.ru/showthread.php?t=66335)

Blam Forumz 08-05-2004 10:25 PM

Quote:

Originally Posted by Blam Forumz
I'm getting this error :

Code:

DB Error: Bad SQL Query: SELECT template FROM template WHERE title='options'
Table 'blamina_4Img1.template' doesn't exist

DB Error: Bad SQL Query: SELECT sessionhash, lastactivity, host, userid FROM session WHERE sessionhash = '499eb95af60bba8a0622fc347dafbe04' AND host = '81.155.5.216'
Table 'blamina_4Img1.session' doesn't exist

DB Error: Bad SQL Query: SELECT sessionhash FROM session
Table 'blamina_4Img1.session' doesn't exist

DB Error: Bad SQL Query: SELECT sessionhash FROM session WHERE sessionhash = '133a211366c69ffd6dbfbcca5837c3ee'
Table 'blamina_4Img1.session' doesn't exist

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blamina/public_html/forum/album/includes/db_mysql.php on line 164

DB Error: Bad SQL Query: INSERT INTO session (sessionhash, userid, host, useragent, lastactivity, location, styleid) VALUES ('133a211366c69ffd6dbfbcca5837c3ee', 1, '81.155.5.216', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1', 1091649604, '/album/index.php', '0')
Table 'blamina_4Img1.session' doesn't exist

Warning: Cannot modify header information - headers already sent by (output started at /home/blamina/public_html/forum/album/includes/db_mysql.php:188) in /home/blamina/public_html/forum/album/includes/sessions.php on line 111

Warning: Cannot modify header information - headers already sent by (output started at /home/blamina/public_html/forum/album/includes/db_mysql.php:188) in /home/blamina/public_html/forum/album/includes/sessions.php on line 111

Warning: Cannot modify header information - headers already sent by (output started at /home/blamina/public_html/forum/album/includes/db_mysql.php:188) in /home/blamina/public_html/forum/album/includes/sessions.php on line 111

DB Error: Bad SQL Query: SELECT s.userid, s.lastactivity, s.host, u.userid, u.usergroupid, u.username FROM session s LEFT JOIN user u ON (u.userid = s.userid) WHERE s.lastactivity >= 1091647804 ORDER BY u.userid ASC, s.host ASC
Table 'blamina_4Img1.session' doesn't exist

Parse error: parse error, unexpected '<' in /home/blamina/public_html/forum/album/includes/page_header.php on line 274

Help please, I use vBulletin 3.0.2 and I use the latest 4Images


Bump

Steph2k 08-05-2004 10:42 PM

Quote:

Originally Posted by edeab220
I'm a little confused about 4images...

It says in the requirements that prior to installing 4images from this thread I need 4images 1.7 installed. Where do I get this other version, and is that really necessary?


I think what they mean is that you need to have a fresh install of 4images. What is attached in this thread is simply the edits that you need to do to make this hack work as well as file replacements. Go here to get 4images 1.7 and install it, then use the contents of the zip file attached in this thread to install the hack to integrate vbulletin with 4images..

Dont know if that was the answer you were looing for but that was my interpretation of your question :)

Steph2k 08-06-2004 04:35 AM

Quote:

Originally Posted by clio
Hi mtha, I ended up just hard coding the URL in and removing the variable from the template.

But now, I have another problem, a cookie problem.

It's recognizing that I've logged in. But I can't get into the admin.

This was working a when I just installed it about a week ago.

Now, I goto my album:
http://www.learntoquestion.com/class/travels/photos/

and when I login, the form doesn't recognize that I've already logged in and continues to display the login form. It does the same when I try to get into the admin.

Any ideas?

Edit:
This is really weird. Right now it's not working in Safari (1.2.2), a browser for the Mac. I just tried it in Netscape 7.1 for the Mac and it works perfectly fine. WEIRD. Any ideas why?

I'm having the same problem as well.. can't log into admin with vB3.0.3 +4images using IE6 (I know I was able to prior to installing this hack cuz I logged in to check the usergroup IDs to make sure they matched). I just tried in mozilla 1.6 and was able to log ins .

dotcomguy 08-06-2004 04:26 PM

Quote:

Originally Posted by Blam Forumz
Code:

DB Error: Bad SQL Query: SELECT template FROM template WHERE title='options'
Table 'blamina_4Img1.template' doesn't exist


I was having that problem also, but I found a solution. Add the following line to constants.php:

PHP Code:

define('VB_TEMPLATE_TABLE'VB_TABLE_PREFIX.'template'); 

For the other errors, I suggest you double check the table names in constats.php, and also make sure you have the prefix set correctly if you are using a prefix.

Blam Forumz 08-06-2004 04:33 PM

Where about sin constants.php do i add it? at the end?

Edit - whats a prefix? excuse my naiveness please

dotcomguy 08-06-2004 04:40 PM

Quote:

Originally Posted by Blam Forumz
Where about sin constants.php do i add it? at the end?

Edit - whats a prefix? excuse my naiveness please

No worries. :)

You can add it anywhere in constanst.php. There are a few lines similar to that under "// Table names". I just added it there. I suppose the author left that out in the documentation.

The prefix is the table prefix you may have specified when you installed vBulletin. My prefix is "vb3_" for example. It allows you to use a prefix on all tables vBulletin uses in the database. This is helpful if you have other tables in the database because you can easily differentiate between vBulletin tables and other tables and also prevent naming conflicts.

Blam Forumz 08-06-2004 04:43 PM

Ok, i've checked all of it, still getting the same bloody error :(

Should I re-install 4Images and see if it makes a difference? or should I just go and use the coppermine ones? which im also getting an error might i add

deathemperor 08-12-2004 04:33 AM

hello mtha,
I'd like to have the 4images images display ramdomly in the forumhome, I'm a n00b so please help me with the code ^^
tnx

ImportPassion 08-14-2004 03:53 AM

Quote:

Originally Posted by Blam Forumz
Ok, i've checked all of it, still getting the same bloody error :(

Should I re-install 4Images and see if it makes a difference? or should I just go and use the coppermine ones? which im also getting an error might i add

don't know if u still need this, but in sessions.php find

define('VB_TEMPLATE_TABLE', 'template');

and relpace with

define('VB_TEMPLATE_TABLE', '**vb_prefix**template');

replace **vb_prefix** with whatever the characters are in front of your template table in vb.

deathemperor 08-18-2004 02:57 AM

Quote:

Originally Posted by deathemperor
hello mtha,
I'd like to have the 4images images display ramdomly in the forumhome, I'm a n00b so please help me with the code ^^
tnx

anyone ?


All times are GMT. The time now is 03:39 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.01367 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
  • (1)bbcode_php_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