71
jimbofoxman
Re: XCGallery 2.03 Problems...........

Quote:

skenow wrote:
What about XOOPS debug?


PHP Debug, when I click on a thumbnail

Quote:
Fatal error: Call to a member function on a non-object in /home/ipmskala/www/www/header.php on line 42


To which if I look in header.php in the root, this is line 42

$GLOBALS['xTheme']->checkCache();


This is what is on the frontpage:

Quote:
Notice: Only variable references should be returned by reference in /home/ipmskala/www/www/modules/xhld0/include/functions.php on line 14

Notice: Only variables should be assigned by reference in /home/ipmskala/www/www/modules/xhld0/class/headlinerenderer.php on line 259

Notice: Only variable references should be returned by reference in /home/ipmskala/www/www/modules/xhld0/include/functions.php on line 14

Notice: Only variables should be assigned by reference in /home/ipmskala/www/www/modules/xhld0/class/headlinerenderer.php on line 259

Notice: Only variable references should be returned by reference in /home/ipmskala/www/www/modules/xhld0/include/functions.php on line 14

Notice: Only variables should be assigned by reference in /home/ipmskala/www/www/modules/xhld0/class/headlinerenderer.php on line 259

Notice: Undefined index: caption_text in /home/ipmskala/www/www/modules/xcgal/blocks/xcgal_blocks.php on line 83

Notice: Undefined index: caption_text in /home/ipmskala/www/www/modules/xcgal/blocks/xcgal_blocks.php on line 83

Notice: Undefined index: caption_text in /home/ipmskala/www/www/modules/xcgal/blocks/xcgal_blocks.php on line 83

Notice: Undefined index: caption_text in /home/ipmskala/www/www/modules/xcgal/blocks/xcgal_blocks.php on line 83

Notice: Undefined index: caption_text in /home/ipmskala/www/www/modules/xcgal/blocks/xcgal_blocks.php on line 83


There is no debug stuff when I got to XCGal, or the albums.



72
jimbofoxman
Re: XCGallery 2.03 Problems...........

If I just go to the XCGAL main page, I get this.....

Quote:
USER:

Array
(
[ID] => 2ef129e77d896d50cfceba8436b81ca2
[am] => 1
[liv] => Array
(
[0] => 136
)

)

GET :

Array
(
)

POST:

Array
(
)


Then when I click on an Album, I get this;

Quote:
USER:

Array
(
[ID] => 2ef129e77d896d50cfceba8436b81ca2
[am] => 1
[liv] => Array
(
[0] => 136
)

)

GET :

Array
(
[cat] => 2
)

POST:

Array
(
)


If I try clicking on any visible thumbnail, I get that blank screen. No debug info.

I upgraded to the latest version last night, wonder if a file got hosed on upload. I will upload again and update.

NOTE: Reuploading and updating didn't work



73
jimbofoxman
XCGallery Request

I love using XCGallery (one I get it back up and running that is).

But one thing I would like to see in the very near future is that you can select what folder each category is stored into. So if you had the categories of; Landscapes, Animals and People.......you would have corresponding folders where all the pictures would go into.

Food for thought.



74
jimbofoxman
Re: XCGallery 2.03 Problems...........

Quote:

skenow wrote:
Take a look at the database table - the folder for the picture is one of the fields that gets stored with each photo. You may need to update that field with the new relative path.


If I look at the table "xoops_xcgal_pictures" I see paths like;

32nd/
48th/
Other/

Which is what I have in the Gallery Directory.



75
jimbofoxman
Re: XCGallery 2.03 Problems...........

If I change it from ../../gallery/ to ../gallery/ then all I get is the filename, no pics. Maybe I just need to batch upload them again.

Quote:

BlueStocking wrote:
In checking this out I see the ../gallery directly off the root. You have exampled it and the code shows you set it at ../../gallery

I would check that first.

The working example code below indicates the correct path.
<a href="http://www.ipmskalamazoo.org/gallery/48th/sb-p40n-3.jpg" target="_blank"><img src="http://www.ipmskalamazoo.org/gallery/48th/thumb_sb-p40n-3.jpg" class="image" width="100" height="75" border="0" alt="mw-n1k1-3.jpg" title="Filename : mw-n1k1-3.jpg
Filesize : 58KB
Dimensions : 640x480
Date added : 2006/1/21 15:30" 
/></a>
<
a href="displayimage.php?pid=119&amp;album=random&amp;cat=&amp;pos=-119"><br /></a>



BlueStocking
Hardhunting.com



76
jimbofoxman
XCGallery 2.03 Problems...........

Was running my site in a directory off the root called XOOPS.

ROOT
-DIR1
-DIR2
-GALLERY
-XOOPS
-MODULES
--MODULE1
--MODULE2
--XCGAL
-TEMPLATES

Couple months ago, I moved the site to the root.

DIR1
DIR2
GALLERY
MODULES
-MODULE1
-MODULE2
-XCGAL
TEMPLATES

In the original config, I had the album directory set to ../../../gallery/

After I moved the site, I forgot to change the album directory, yet the gallery still worked.........UNTIL.......someone wanted to upload something new. Then they got a message that they couldn't create the gallery directory. So I changed to...

../../gallery/

and it created the directory and files no problem. But now something is messed up. I can see all the thumbnails just fine, but I can't click on the thumbnail to see the larger image. Go to my site to see what I mean....

http://www.ipmskalamazoo.org/modules/xcgal

Click on one of the thumbnails to see what happens.

Suggestions



77
jimbofoxman
Help with Headlines 3.x Font Sizes

If you look at my website here;

http://www.ipmskalamazoo.org

The CENTER-RIGHT text is too large, how do I change that font size? I can't seem to find it. I can change the recent articles by changing the block content font size accordingly just not the HEADLINES text.

I'll have to do the same for Recent Posts and News (any help for those?)

THANKS



78
jimbofoxman
SmartSection Users

Posting this here rather than SmartFactory because this site gets more traffic.

Since the Spotlight feature STILL doesn't work, anyone have any suggestions for posting an article on the main page? Kinda like a "FEATURED ARTICLE"???



79
jimbofoxman
Re: MyAlbum view problem...........FireFox vs IE

Think I found my problem. It all makes sense. When I first setup XOOPS on this site, I installed in directory called XOOPS while I installed and tested over a few months time. So, once someone pointed out that in IE the image link started with ../ I thought I'd run through the module admin and see if I could see anything.

I found the path was ../GalleryName but it should be /GalleryName. See, about 2 months ago I moved XOOPS from the XOOPS directory to the root. Thus causing the problem.

DUH



80
jimbofoxman
Re: MyAlbum view problem...........FireFox vs IE

Quote:

Maadman wrote:
What XOOPS version, myalbum-p version, and theme are you using?

I have used myalbum-p on a few sites and have not ran into this problem before.


Xoops: 2.2.4 (System Module say 2.13)
MyAlbum-P: 2.87
Theme: Slightly modified Dana.com theme, don't recall which one.




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 29 »



Login

Who's Online

108 user(s) are online (76 user(s) are browsing Support Forums)


Members: 0


Guests: 108


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits