EXoops and Missing Add Comment Link

Taipan

Joined: 2003-06-15
Posts: 1
Posted: Tue, 2003-06-17 07:49

Hi

I am currently using EXoops 1.05rv2, and have killed the glitchy MyAlbum to use the ported version of Gallery, XGallery.

Everything works fine, except there is no Add Comments link.

I have set the permissions in the config to YES.
I have also set the permissions in each album to YES.

I have checked all the files via FTP, and the permissions have been written, as they all state YES - but the link is a no show.

I have changed themes 5-6 times to see if it was theme-related but it doesn't appear on any of them.

I have posted on the Exoops Mod Forum and someone else has the same problem.

I am using PHP 4.3.1 and MySQL 3.2.3 and I am using GD for the Image manipulation as I'm not clued up on ImageMagick etc yet.

If anyone has any suggestions I would be grateful. :)

 
raska

Joined: 2007-05-04
Posts: 2
Posted: Fri, 2007-05-25 20:04
Quote:
I am using PHP 4.3.1 and MySQL 3.2.3 and I am using GD for the Image manipulation as I'm not clued up on ImageMagick etc yet.

If anyone has any suggestions I would be grateful. :)

I am exactly in the same situation: I am using the ported E-Xoops version of XGallery 1.05 and all works great except the Add Comments option. I checked all permissions same in individual albums like in general preferences and all seems to be OK. What the problem is? Any ideas?
P.S. Checked same in GD than in ImageMagick with identical results.

Also the weight of the file to upload is limited to 1.024.000 bytes. I've seen that limitation in the file add_photos.php:
<input type="hidden" name="MAX_FILE_SIZE" value="1024000">

I've changed the value from 1024000 to 1536000 and it doesn't work. Why?

Thanks in advance!!

 
raska

Joined: 2007-05-04
Posts: 2
Posted: Sat, 2007-06-16 11:41
Quote:
Is everything chmodded to 0777?

Yes, all rhe cache dir and subdirs are chmodded to 777 and the album.dat I set it up to 666 instead of 644 just in case that the problem was there, and still getting the same results, no comments nor clicks available :(

Here you can see part of the config.php file. As you can see, the permissions are set to yes:

/* Defaults */
$xgal["bordercolor"] = "1";
$xgal["border"] = "1";
$xgal["font"] = "arial";
$xgal["cols"] = "4";
$xgal["rows"] = "3";
$xgal["thumb_size"] = "150";
$xgal["resize_size"] = "800";
$xgal["fit_to_window"] = "yes";
$xgal["use_fullOnly"] = "yes";
$xgal["print_photos"] = "shutterfly";
$xgal["returnto"] = "yes";
$xgal["showOwners"] = "yes";
$xgal["albumsPerPage"] = "4";
$xgal["showSearchEngine"] = "yes";
$xgal["useOriginalFileNames"] = "no";
$xgal["display_clicks"] = "yes";
$xgal["public_comments"] = "yes";

Another idea(s)?

TIA