Aquileo | Recent changes to support-requestshttps://sourceforge.net/p/yapig/support-requests/2006-03-29T20:07:53ZRecent changes to support-requestsAquileo | pass-by-reference problem2006-03-29T20:07:53Z2006-03-29T20:07:53ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net8626fe8affb813112f4f8588020ecc0993cd6461<div class="markdown_content"><p>I'm a newbie. Installed and log in OK, but get error of<br />
"pass-by-reference has been deprecated" on two lines of code, 84 &108.</p>
<p>Warning: Call-time pass-by-reference has been deprecated - argument <br />
passed by value; If you would like to pass it by reference, modify the <br />
declaration of [runtime function name](). If you would like to enable call-<br />
time pass-by-reference, you can set allow_call_time_pass_reference to <br />
true in your INI file. However, future versions may not support this any <br />
longer. in /home/www/gregwestphotography/yapig/admin_func.php on <br />
line 84</p>
<p>Warning: Call-time pass-by-reference has been deprecated - argument <br />
passed by value; If you would like to pass it by reference, modify the <br />
declaration of get_dirs(). If you would like to enable call-time pass-by-<br />
reference, you can set allow_call_time_pass_reference to true in your INI <br />
file. However, future versions may not support this any longer. in /home/<br />
www/gregwestphotography/yapig/admin_func.php on line 108</p>
<p>from: greg@gregwestphotography.com</p>
<p>Thanks for the help.</p></div>Aquileo | Sort Images in Gallery by filename2006-02-03T14:12:49Z2006-02-03T14:12:49Zrobert stumpehttps://sourceforge.net/u/roebert/https://sourceforge.net4c070bac35bb687130cd906438833f9b2bab043e<div class="markdown_content"><p>Hello,</p>
<p>i have some galleries already ordered by the filename -<br />
it's like </p>
<p>00001_image.ext<br />
00002_image.ext<br />
...</p>
<p>so a function which sorts the images in a gallery by <br />
filename(asc, desc) would be very useful.</p>
<p>i know ... i can do this myself ... by editing the the <br />
file with the image-array ...</p></div>Aquileo | how to remove ZoomIn|OriginalSize|Zoom ?!? 2005-12-11T21:25:12Z2005-12-11T21:25:12Zrocc-Ohttps://sourceforge.net/u/rocc-o/https://sourceforge.netfdec19aa9594b4ef2c5304b8f5776ed79d6f55d3<div class="markdown_content"><p>Hello, </p>
<p>i'd like to remove the: "Zoom in | Original size | <br />
Zoom out |" Navigation below the image but i'd like to <br />
keep it on SlideshowPopUp only.<br />
</p>
<p>How can i do that ? Thanks in advance. </p></div>Aquileo | Problems with configaration...2005-04-17T19:50:42Z2005-04-17T19:50:42Zohyeahhttps://sourceforge.net/u/thomaslanger/https://sourceforge.net1519ab0b9d9f9a47ebfdba149a4774430aa487c6<div class="markdown_content"><p>Just installed the gallery and everything just works fine <br />
besides the CONFIGURATION link in admin wont <br />
open: "not available", it says. <br />
Even more important, the COMMENTS section in the <br />
Gallery below the picture does not show up at all, I <br />
really do need that part.<br />
Thanks for your help in advance - OHYEAH </p></div>Aquileo | file corrupted2005-02-11T01:43:21Z2005-02-11T01:43:21ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net57b50d4dd717768360e3eca334387f9246bc0efc<div class="markdown_content"><p>This file is corrupted :<br />
<a href="http://jaist.dl.sourceforge.net/sourceforge/yapig/yapig-">http://jaist.dl.sourceforge.net/sourceforge/yapig/yapig-</a><br />
0.93u.tar.gz</p></div>Aquileo | Deleting some files2005-01-18T16:10:47Z2005-01-18T16:10:47ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.netb951d8e5b29410bd7bf58787423efe4f3a29dbb9<div class="markdown_content"><p>Hi, </p>
<p>After spending hours on trying to install and remove <br />
some files. I can not, since the files that I uploaded <br />
were using the owner "48". I would like to remove these <br />
old photo albums and start 100% with a clean slate. Is <br />
there a way to remove these folders so I can start over, <br />
using this image library.</p>
<p>Thanx,</p>
<p>Please email response to musiclov2002@yahoo.com</p></div>Aquileo | Allowed memory size of 8388608 bytes exhausted 2004-07-28T02:58:10Z2004-07-28T02:58:10ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net5831202b0e7f4b0b690d255d9bba3b5c9c8bf1c5<div class="markdown_content"><p>GD installed/working, what causes:</p>
<p>Allowed memory size of 8388608 bytes exhausted <br />
(1709) attempted..? </p>
<p>i thought maybe my filesize was too big 600k so i tried <br />
it with a 22k file...still nogo.</p></div>Aquileo | comments dissapear when changing gallery order2004-05-06T17:19:23Z2004-05-06T17:19:23ZStephen Blairhttps://sourceforge.net/u/millenniumtree/https://sourceforge.netc2fd7d71d9f2a9ea016894fcbe83e0bdc6ae5e24<div class="markdown_content"><p>If you submit a comment to an image, then the admin<br />
rearranges the order of the galleries, the comments<br />
dissapear.</p>
<p>This is due to the fact that comments are stored in<br />
files named as GID_PHID (example: 8_4)</p>
<p>When the GID changes, the files are not renamed, so the<br />
comments dissapear.</p>
<p>When changing the order (the GID changes), the files<br />
should be renamed to reflect the new GID.</p>
<p>Alternatively, the comment filenames should not have<br />
the GID in them, so if the gallery order changes, the<br />
comments will still be read.<br />
examples:<br />
"_4" for picture 4<br />
"_8" for picure 8</p>
<p>Then there would be no need to rename the files, as<br />
they would all be in separate directories anyway.</p></div>Aquileo | Fatal Error in Creating Thumbnails2004-01-09T03:38:51Z2004-01-09T03:38:51ZDerrell Mangumhttps://sourceforge.net/u/dlmangum/https://sourceforge.net337af7958dc84f845865eff92f2d9c63c929e1da<div class="markdown_content"><p>When attempting to create a gallery, I encounter the <br />
following error:</p>
<p>Fatal error: Call to undefined function: <br />
imagecreatefromjpeg() in <br />
x:\x\x\xxxxxxx\yapig\admin_func.php on line 126 </p>
<p>I don't understand how to proceed from this point. Very <br />
new with PHP.</p>
<p>Thanks for any help.</p></div>Aquileo | Problems running YaPiG2003-12-04T02:54:17Z2003-12-04T02:54:17ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net904f7f1b33358c336d7391f54d393fff2ebdb6e5<div class="markdown_content"><p>I put the files and folders into my web folder and ran <br />
install.php. Then I went into the config.php file and <br />
changed the name and password. When I viewed the <br />
admin.php and put in my new name and password it just <br />
brought me back to the admin.php page.</p>
<p>I then set all files and folder's permissions to 777 to <br />
make sure that wasn't the problem. After this failed to <br />
work I bypassed the security by altering the code.</p>
<p>Now I came to the add_gallery.php and entered the <br />
proper information. No matter what I tried I continue to <br />
get the error message: Error: Directory where images <br />
are stored required!</p>
<p>There must be something incorrect with the way all of <br />
this information is being read in that it is getting <br />
corrupted and not working properly. The webserver is <br />
on a Macintosh. Might this make a difference?</p>
<p>Confused in Tucson</p></div>