Welcome, Guest. Please Login or Register.
April 25, 2024, 12:47:57 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod « previous next »
Pages: 1 ... 26 27 [28] 29 30 ... 49 Reply Ignore Print
Author Topic: [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod  (Read 334302 times)
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #405 on: March 09, 2003, 09:45:12 PM »
Reply with quote

I think its something to do with the server... mine works... then it stops... wonder if its php related??

Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #406 on: March 09, 2003, 09:47:28 PM »
Reply with quote

It works, then it stops ??

Does it sort the pictures, or doesn't it ?
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #407 on: March 10, 2003, 07:40:00 AM »
Reply with quote

My sort used to work fine... was working for weeks. Then one day it just stopped working  ???

I moved hosts.. worked again.... then a month later it stopped  ???  ???

The hosts had recompiled apache etc though.. so not sure if that caused it
Logged
mirepup
Noobie
*
Posts: 5


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #408 on: March 10, 2003, 09:56:28 AM »
Reply with quote

So - has anyone got the complete solution to the install problems?

I'm down to the
QuoteUnable to connect to database !
Check your configuration

MySQL said: No Database Selected
and would love to know what to do. I've tried editing my include_once settings in all different ways. If I really  screw it up, I get a blank page. When I set it to:
# FROM YaBB
include_once "/yabbse/Settings.php";
include_once "/yabbse/QueryString.php";
include_once "/yabbse/english.lng";
include_once "/yabbse/Subs.php";
include_once "/yabbse/Errors.php";
include_once "/yabbse/sources/Load.php";
include_once "/yabbse/sources/Security.php";
include_once "include/config.inc.php";
include_once "include/functions.inc.php";


Then I get the error. Things I've tried
FYI: Directory Structure (w2k) = yabbse/gallery/include
include_once "/yabbse/Settings.php" (site root, then yabbse =error)
include_once "../yabbse/Settings.php" (up 1, then yabbse = wrong path, blank page)
include_once "../../yabbse/Settings.php" (up 2, then yabbse = right path but error)
include_once "/Settings.php" (failed since settings is not in the site root)


YABB SE works fine BTW.
Logged
Wistman
Jr. Member
**
Posts: 84


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #409 on: March 10, 2003, 02:29:58 PM »
Reply with quote

Yaaaayyy, Managed to get mine working, so I thought I'd tell you how I managed it.

My gallery path is as follows:
w w w.mydomain.com/Test/gallery/

In init.inc.php I hardcoded the following from



# FROM YaBB
include_once "../Settings.php";
include_once "$boarddir/QueryString.php";
include_once "$boarddir/english.lng";
include_once "$sourcedir/Subs.php";
include_once "$sourcedir/Errors.php";
include_once "$sourcedir/Load.php";
include_once "$sourcedir/Security.php";
include_once "include/config.inc.php";
include_once "include/functions.inc.php";


TO



# FROM YaBB
include_once ("../Settings.php");
include_once ("../QueryString.php");
include_once ("../english.lng");
include_once ("../Sources/Subs.php");
include_once ("../Sources/Errors.php");
include_once ("../Sources/Load.php");
include_once ("../Sources/Security.php");
include_once ("include/config.inc.php");
include_once ("include/functions.inc.php");


I then had to add a template into my gallery directory (I didn't mind this as I wanted a different template for my gallery anyway ;) )

On my template I had to give the full url for my logo i.e. w w w.mydomain.com/Test/YaBBImages/logo.jpg




Following things are buggy though, athough they may be browser problems (still checking)

On the gallery display title and discription drops down the page and is partially obscured by the New album box ~ checked the source and the "! End Standard Table" closing tag is missing

I do not get the full image on clicking the pic.

The slide show does not seem to work (there is no way of ajusting the show time on each image either)


That is it for the moment ;D

And the mod is apprecated Thank you

Logged
charlottezweb
Sr. Member
****
Posts: 446


charlottezweb.com

ICQ - 101387162 WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #410 on: March 10, 2003, 11:04:40 PM »
Reply with quote

Here's a new strange problem....

When I upload images into my gallery now (this just started a day or two ago and the gallery has been going strong for months) they are uploaded in strange colors -- almost like photo negatives, or black and white.  clicking the mid-sized-thumbnails to view full size reveals the normal colors and the small thumbnails may or may not be full color.

Does this have to do with the program that makes the thumbs?  Any ideas or suggestions?

Logged

"yabb-sense makes the heart grow fonder"
-----------------------------------------------------
Charlottezweb.com
Reliable, well-supported & affordable hosting and design.  Free Yabbse installs.
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #411 on: March 11, 2003, 12:37:35 AM »
Reply with quote

change the GD type in the admin settings, that sorted it for me, mine had a funny blue on em
Logged
charlottezweb
Sr. Member
****
Posts: 446


charlottezweb.com

ICQ - 101387162 WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #412 on: March 11, 2003, 12:47:02 AM »
Reply with quote

Thanks for the idea, i toyed with trying that earlier today but didn't...i just switched it from g1 to g2 (whatever that means) and it did the trick...

Thanks!
Logged

"yabb-sense makes the heart grow fonder"
-----------------------------------------------------
Charlottezweb.com
Reliable, well-supported & affordable hosting and design.  Free Yabbse installs.
iccwz02
Noobie
*
Posts: 22


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #413 on: March 11, 2003, 01:12:58 PM »
Reply with quote

I found the following error where I run install.php : ???

Notice: Undefined index: test_gd1 in D:\cgi-bin\yabbse\gallery\install.php on line 577

Notice: Undefined index: test_gd2 in D:\cgi-bin\yabbse\gallery\install.php on line 585
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #414 on: March 11, 2003, 02:58:47 PM »
Reply with quote

Quote from: PioneeR on March 10, 2003, 07:40:00 AM
My sort used to work fine... was working for weeks. Then one day it just stopped working  ???

I moved hosts.. worked again.... then a month later it stopped  ???  ???

The hosts had recompiled apache etc though.. so not sure if that caused it

I saw you pointing this out on "their" support board, but there was no solution as far as I could see.

It's nothing major, but it's the only thing that doesn't work  :-\
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #415 on: March 11, 2003, 05:41:46 PM »
Reply with quote

I had quite a few of their peeps having a look at the problem. No suggestions.. then one day it just went away!

Been fine for a month... now not working again though. DOH!
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #416 on: March 11, 2003, 06:56:40 PM »
Reply with quote

And nothing changed on the server or on the script ?!  Makes you go bang your head against the wall, doesn't it  ;D
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #417 on: March 11, 2003, 07:19:14 PM »
Reply with quote

I know my site didnt change... must have been something server side!!!

I did ask the hosts.. but didnt get a straight answer
Logged
Wistman
Jr. Member
**
Posts: 84


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #418 on: March 12, 2003, 04:13:52 PM »
Reply with quote

Quote from: iccwz02 on March 11, 2003, 01:12:58 PM
I found the following error where I run install.php : ???

Notice: Undefined index: test_gd1 in D:\cgi-bin\yabbse\gallery\install.php on line 577

Notice: Undefined index: test_gd2 in D:\cgi-bin\yabbse\gallery\install.php on line 585


just curious but why do you have YaBB SE in the cgi-bin?
Logged
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #419 on: March 12, 2003, 06:51:15 PM »
Reply with quote

Iccwz02, this just means that GD is not compiled into your PHP. You'll need to recompile with GD in or install ImageMagic.
Logged
Pages: 1 ... 26 27 [28] 29 30 ... 49 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.038 seconds with 20 queries.