hi
if i have 500 images in an album and and i want to edit the description of just one image then whats the easiest way to display the edit page of that particular image only (considering that one knows the file name).
the usual way of going through the album edit page and then selecting the image tab and then selecting the number of images to be displayed on a page to hunt for just one image in a big album is very time consuming.
regards
Comments
The search on my site is working perfectly good except just one word. Its very strange that when i search for the word "Rakaposhi" the following error message comes:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, cgiadmin@yourhostingaccount.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apart from this its running fine with other words.
regards
"I have changed php version to 5.3 and also corrected session path in php.ini file. But still the search option is still not working. Also there is no error logs to investigate further on the issue."
what to do now? the search does not work for some words.
there are no special characters, just simple words.
Regarding options:
Author to Title fields are checked with Tags field set to "partial". All other fields are not checked.
Treat spaces as "Space"
Default search "within"
{Fri, 21 Dec 2012 14:49:42 GMT}
Backtrace: WARNING: session_start(): open(/home/users/web/b696/pow.khwajaharoon/htdocs/cgi-bin/tmp/sess_6a777cc251da5b348fed3b2a7cc9f8d0, O_RDWR) failed: No such file or directory (2) in /hermes/waloraweb079/b696/pow.khwajaharoon/htdocs/outzeal/zp-core/functions-basic.php on line 1508
session_start called
from zp_session_start (functions-basic.php [1508])
from require_once (admin-globals.php [14])
from admin-logs.php [8]
I do see the images in the cache folder (vis ftp), is there a specific way to check?
I have no idea why the search would not work. But note that there is a search cache so if you made new tags they might not be covered. Set the search cache to 0 to test.
Done -- No success
>> Did you switch to use sessions instead of cookies?
How do u do that?
>> Contact Host (powweb.com)
Already did, he said its ok on their part. Will contact again.
Check this image: http://outzeal.com/index.php?album=trekking/photos/northern-areas-of-pakistan&image=150.jpg
Its description says:
"Closeup of a mountain peak known commonly as "Bull's Head" among the Northern area pilots."
The search feature searches the word "closeup" and "pilots" but gives an error on others like "mountain" "peak" etc.
There is something having to do with those search terms that is causing a fault somewhere. But only the logs can shed more information.
I have a site on POWWEB and for sure doing a search for "mountain" is not a generic problem with the provider.
From the times the search fails and gives the error this can be found in my php error.log Maybe it will set you on the right track.
I just know basic HTML so cant really understand what to do after reading your post. If you can just tell me what changes to make and where, then I can try and see.
Anyway I have downloaded 1.4.3.5 now
Just please confirm that is it ok to upgrade directly from 1.4.3.2 to 1.4.3.5
regards
N.B. I've experience it twice during this week (even yesterday) that zenphoto.org webiste was not responding.
Yes, the site was a bit unresponsive recently.
Yes the button is there but on pressing it says no connection with zenphoto. anyway i'll check this with the new version.
The upgread should not be a problem, it is within the same release stream that does not introduce real changes, just bug fixes. 1.4.3.x to 1.4.4.x might be more problematic (so far it seems not so much, of couse always depending on custom or 3rd party stuff).
the words that were not searching before are now working but the search result page design is becoming all distorted.
In www.outzeal.com
Please try searching the word "mountain" and see what happens.
However things are ok when you search "closeup".
this does not give a green check while running the setup file. can this be a problem
But this is not your problem. The HTML of your page is wrong--
`
Northern Areas of Pakistan
09-Dec-12`
The DIV after the paragraph tag is not closed (and is not allowed in that place anywy.)
I was unable to correct the div issue. There are 14 <div> and 14 </div>. I dont know which </div> is in the wrong place. Help required. thanks.
But shouldn't the div issue affect all the search results?
As to the solution check the album descriptions of the related albums.
is this a zenphoto error or something at my end. I havent customized anything
<div style="text-align: justify;"> album description </div>
below the album description text box it states:
Path: div
Do you mean to say that this DIV tag should not be here in the album description i.e. the correct HTML should be:
<p style="text-align: justify;"> album description </p>
Path: p
I created a new album and checked that the DIV does not show up in the code after writing any description. I dont know where has DIV come in all my album descriptions.