Author Topic: [mod][alpha] Integration 4images / Invisionboard 1.01  (Read 77612 times)

0 Members and 1 Guest are viewing this topic.

Offline silversurfer

  • Pre-Newbie
  • Posts: 5
    • View Profile
1st Problem solved!
« Reply #30 on: November 12, 2002, 01:57:48 PM »
ok. I went into the DB, went to ib_sessions, manually created 2 more fields members_pass and start_session and it is now working. Cool Dudes!

Offline flashgear

  • Pre-Newbie
  • Posts: 8
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #31 on: November 12, 2002, 07:59:55 PM »
Dudes,
where is the latest downloads for the working/ no bugs ZIP for this Mod ?and can some of you post URL's of your instllation so I can check out a few things ? I mean IBF+4Images

thanx :)

Offline windrider

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Error! HELP!
« Reply #32 on: November 13, 2002, 03:59:03 AM »
Quote from: silversurfer
Hi. I used the updated zip. And this are the errors on the Front page (main page) of 4Images. Please help. I am not exactly a programmer. So please be clear where possible thanks. I am using invision 1.1b2 amd 4images 1.7.  If I am logged in, it works on both the forum and 4images. The problem are the following error messages in the header of the main page.

DB Error: Bad SQL Query: DELETE FROM ibf_sessions WHERE start_session < 3600
Unknown column 'start_session' in 'where clause'

DB Error: Bad SQL Query: INSERT INTO ibf_sessions (id, member_name, member_pass, member_id, ip_address, start_session, location) VALUES ('222b5f35e0cec5f9725300000804ebc3', '', '', '-1', '202.156.2.92', 1037097025, 'index.php')
Unknown column 'member_pass' in 'field list'

DB Error: Bad SQL Query: SELECT s.member_id, s.start_session, s.ip_address, u.id, u.mgroup, u.name FROM ibf_sessions s LEFT JOIN ibf_members u ON (u.id = s.member_id) WHERE s.start_session >= 1037096726 ORDER BY u.id ASC, s.ip_address ASC
Unknown column 's.start_session' in 'field list'


Yah, this is because IBF 1.1 changed that table from 1.0.  I'm working on an update here shortly...  Should work without error for IBF 1.0 though :)

Offline silversurfer

  • Pre-Newbie
  • Posts: 5
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #33 on: November 25, 2002, 11:21:40 AM »
btw, anyone with a mod that can detect which page you are signed on with ... and redirect after login to the page you are signed on with (eg. back to 4images if I login from there) instead of always sending the user to the invision board. Pretty counter intuitive I think.

regards

Offline silversurfer

  • Pre-Newbie
  • Posts: 5
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #34 on: November 25, 2002, 11:24:53 AM »
Quote from: flashgear
Dudes,
where is the latest downloads for the working/ no bugs ZIP for this Mod ?and can some of you post URL's of your instllation so I can check out a few things ? I mean IBF+4Images

thanx :)


try what I did... manually hack into the db... add the missing fields. It works. No warranties though   8)

Offline Bunny

  • Newbie
  • *
  • Posts: 30
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #35 on: December 01, 2002, 10:14:50 PM »
Quote
DB Error: Bad SQL Query: SELECT u.*, l.* FROM 4images_users u, 4images_lightboxes l WHERE u.id = 1 AND l.user_id = u.id
Unknown column 'u.id' in 'where clause'

DB Error: Bad SQL Query: SELECT * FROM 4images_users WHERE id = 1
Unknown column 'id' in 'where clause'

Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/wigfun/home/bilder/includes/db_mysql.php:188) in /home/www/web1/html/wigfun/home/bilder/includes/sessions.php on line 114

Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/wigfun/home/bilder/includes/db_mysql.php:188) in /home/www/web1/html/wigfun/home/bilder/includes/sessions.php on line 114

DB Error: Bad SQL Query: SELECT s.member_id, s.start_session, s.ip_address, u.id, u.mgroup, u.name FROM board_sessions s LEFT JOIN 4images_users u ON (u.id = s.member_id) WHERE s.start_session >= 1038776673 ORDER BY u.id ASC, s.ip_address ASC
Unknown column 'u.id' in 'field list'

DB Error: Bad SQL Query: SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.id = i.user_id) WHERE i.image_active = 1 AND i.cat_id NOT IN (0, 18, 17, 40, 5, 37, 2, 19, 39, 6, 4, 1, 20, 12, 8, 16, 21, 7, 24, 9, 27, 10, 42, 14, 31, 23, 36, 15, 25, 30, 26, 32, 28, 29, 34, 47, 33, 48, 35, 38, 49, 44, 52, 55, 46, 56, 53, 54, 57) AND c.cat_id = i.cat_id ORDER BY RAND()
Unknown column 'u.name' in 'field list'

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 43, 51, 41) ORDER BY i.image_date DESC LIMIT 3
Unknown column 'u.name' in 'field list'

Warning: Supplied argument is not a valid MySQL result resource in /home/www/web1/html/wigfun/home/bilder/includes/db_mysql.php on line 116


 :?:

Offline Hottt

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • http://www.funz.net
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #36 on: December 03, 2002, 04:43:18 PM »
where can i get this mod for IBf v.1.1?
and what does this mod do? is it integrates 4images into IBF? or just lets user of IBf be a member of a gallery without registration?

Offline Korak

  • Newbie
  • *
  • Posts: 30
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #37 on: January 22, 2003, 05:23:24 PM »
I haven't seen this photo-script before, but it sure looks nice.
I'm very much interested to have it together with my IPB board.

Does the zip-file posted in this topic work without any bugs on the IPB v1.1?

Offline sabka

  • Pre-Newbie
  • Posts: 1
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #38 on: January 23, 2003, 05:14:14 AM »
I would also like to know how to integrate this with IPB 1.1!!

Offline tldragon

  • Newbie
  • *
  • Posts: 12
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #39 on: February 01, 2003, 07:32:38 PM »
Quote from: sabka
I would also like to know how to integrate this with IPB 1.1!!


I also want this too

Offline Kaitou

  • Pre-Newbie
  • Posts: 2
    • View Profile
    • http://www.animegalleries.net
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #40 on: February 08, 2003, 11:52:50 PM »
I managed to get it working with invision 1.1 using the updated zip, and the only thing that doesn't currently work for me, is when members set how many images perpage they want to see, it doesn't remember it from page to page.
Any ideas to what can fix this please?

Much oblidged

Offline uny

  • Newbie
  • *
  • Posts: 46
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #41 on: February 12, 2003, 09:02:09 PM »
I got it almost working, but got the following problems, any ideas?

1. when I log-in from 4image, it direct me to the Forum page..
    if they signed in from the 4image, can it be direct to the gallery instead? if yes, how?

Offline uny

  • Newbie
  • *
  • Posts: 46
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #42 on: February 25, 2003, 01:26:53 AM »
still no answer,,, thanks if anybody could help.

another problem,, anyone intergrated 4images with Invision encounter the following problems?

I have 32 images. If I try and select page 2, then I get a message

"Your search resulted in no matching records. "

this also happens if I change the images per page to a higher number.

Any suggestions as to why this might be happening??

Offline Deepu Sudhakar

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • http://deepu.cyanosis.net
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #43 on: February 28, 2003, 03:47:03 AM »
Quote from: uny
still no answer,,, thanks if anybody could help.

another problem,, anyone intergrated 4images with Invision encounter the following problems?

I have 32 images. If I try and select page 2, then I get a message

"Your search resulted in no matching records. "

this also happens if I change the images per page to a higher number.

Any suggestions as to why this might be happening??

i get the same problem. this 3rd-party mod is not supported well. im hoping the scripts creators are going to work on an official integration mod.

Offline uny

  • Newbie
  • *
  • Posts: 46
    • View Profile
[mod][alpha] Integration 4images / Invisionboard 1.01
« Reply #44 on: March 04, 2003, 08:24:40 PM »
ok,, lez Pray,,,,  :roll: