Quantcast
Channel: Zenphoto forum
Viewing all 2917 articles
Browse latest View live

easynow on "download zip sans watermarks?"

$
0
0

Just a quick question that I can't find reference to on the guide/forum:

is it possible to download an album zip with watermarks?

cheers.


thebluebus on "Backtrace: NOTICE: Undefined variable:"

$
0
0

I've just noticed my debug log is full of these errors:

Backtrace: NOTICE: Undefined variable: firstPageImages in /site/image.php on line 122

include called

from index.php [92]

what is causing this? line 122 in image.php is:

<?php while (next_image(false, $firstPageImages)): ?>

Mark R on "One shot Warning from an archive page"

$
0
0

Notice: Undefined variable: weights in /home/pjroth/public_html/sowearedads.com/zp-core/class-search.php on line 1436

I don't think this is a user that any user without admin privileges would ever see but I'll mention it anyhow. I think it is probably because all my albums and photos are unpublished. This line in class-search.php is trying to pull info from $weights[]. The actual line is,

$images[] = array('filename' => $row['filename'], 'folder' => $albumrow['folder'], 'weight'=>$weights[$row['id']]);

It only happens the first time I try to follow a link for one of the monthly archives. I guess after that $weights[] has been properly loaded up. I tried it with the zenpage theme as well but it doesn't look to be theme related at all. Of course I could be wrong but it does happen with zenpage theme as well.
My site is currently, Zenphoto version 1.4.3.1 [10590] with a custom theme which was why I tested with the Zenpage theme.

EDIT: I forgot to mention that the warning line is printed once for each item in the archive item. So when I have May(14) I will have 14 lines of warnings. Also, I understand I am only seeing this because I currently have a debug build.

EoinDubh on "Questions for the Admins"

$
0
0

Is it possible for this forum to allow editing or marking a post as Solved? If not now, it would be a good idea for the future.

acrylian on "Submit your sites for the showcase gallery (Conditions on 1st page)"

$
0
0

If you want your site to be featured on our zp showcase page http://www.zenphoto.org/zp/showcase/ please post a link here. We add it then.

EDIT: Please note that we can't guarantee that we include every submitted site and that submitted sites must not use any of the standard themes or any third party theme from the themes page.

NaturalEnquirer on "Album thumbnails from subalbums"

$
0
0

I have upgraded to ZP 1431. I have checked "show subalbum thumbs" in gallery options. In earlier versions, I used to be able to select a thumbnail from any subalbum below the current album. Now it seems I can only choose images from subalbums only one level below.

For example:
=>Main album
==>Album A
====>Album A1
====>Album A2
====>Album A3
==>Album B
==>Album C

In main album, dropdown list shows images from albums A, B, and C only. I can't access images from A1,A2, or A3 which is what I would like to do. Any way to do this?

Anonymous on "Install Blank page"

$
0
0

Very strange problem. Searched bit here but no luck. sounds like others might be having the same problem.

So I have my own server setup a virtualhost for a dir put all the code there in the root and did a chown apache:apache for everything. FYI I would like to know if you have a better document describing better what dir's actually need for the server to have write access to.

so anyway I hit the / page it redirects to /zp-core/setup.php?autorun=gallery

and I get nothing in return.

Server log prints this line ONLY.

x.x.x.x - - [20/Aug/2012:09:22:30 +0000] "GET /zenphoto/zp-core/setup.php?autorun=gallery HTTP/1.1" 200 -

If you are familiar with the apache log this means that 0 bytes were sent.

Little frustrated forums I thought the only thing I could do is debug it a bit myself.

in the setup.php file at line 233 there is this code. FYI I added the print lines.

print "here2";
                $result = query("SELECT <code>id</code> FROM " . $_zp_conf_vars['mysql_prefix'].'options' . " LIMIT 1", false);
                if ($result) {
                        if (db_num_rows($result) > 0) {
                                $upgrade = true;
                                // apply some critical updates to the database for migration issues
                                query('ALTER TABLE '.$_zp_conf_vars['mysql_prefix'].'administrators'.' ADD COLUMN <code>valid</code> int(1) default 1', false);
                                query('ALTER TABLE '.$_zp_conf_vars['mysql_prefix'].'administrators'.' CHANGE <code>password</code> <code>pass</code> varchar(64)', false);
                                query('ALTER TABLE '.$_zp_conf_vars['mysql_prefix'].'administrators'.' ADD COLUMN <code>loggedin</code> datetime', false);
                                query('ALTER TABLE '.$_zp_conf_vars['mysql_prefix'].'administrators'.' ADD COLUMN <code>lastloggedin</code> datetime', false);
                                query('ALTER TABLE '.$_zp_conf_vars['mysql_prefix'].'administrators'.' ADD COLUMN "challenge_phrase

TEXT', false);
}
}
$environ = true;
require_once(dirname(__FILE__).'/admin-functions.php');
} else {
print "here2";
`

From here the first here prints here2 never prints.

Digging deeper now I find that it stops at this line in db_connect()

$_zp_DB_connection = @mysql_connect($_zp_conf_vars['mysql_host'], $_zp_conf_vars['mysql_user'], $_zp_conf_vars['mysql_pass']);

Where is @mysql_connect defined I am not familiar with this.

also why is it trying to connect to the DB before asking me for the Mysql information ?

FYI I put a print command also in the functions file after the mysq_connect() and it doesn't print. so for whatever reason that function is exiting not giving you the option to trap the error.

Looks like I hit Post a little too soon. I did find that I had PHP compiled without Mysql support. I did even follow instructions from here http://stackoverflow.com/questions/7050373/check-whether-a-mysql-connect-failed-or-not to use a Try catch block but it would not capture it and go around it.

Will post again if I find any other problems. I guess that would be a PHP bug for not giving any kind of error. I would think anyway. But who am I just some stupid Luser.

useb on "additional information album thumbnail image?"

$
0
0

is there any chance to read out the "image title" informations of an random album thumbnail?


cprog954 on "htaccess file"

$
0
0

can someone post to me the htaccess file... was unable to create with install..

also, some strange things went on during install.. the chmod error and having to create zp-data was one, I am running LAMP on ubuntu with most current php and apache..

also, the script asked for 777 than it asks for 755 than it asks for 777...like a friggen circle..

hkdigit on "1.4.3.1 - Undefined index: recaptcha_challenge_field"

$
0
0

I got lot of spam last Saturday even I enable recaptcha. I find following message on DEBUG log:

{Sat, 04 Aug 2012 12:23:55 GMT} Zenphoto v1.4.3.1[10590]
Backtrace: NOTICE: Undefined index: recaptcha_challenge_field in /home/pic/zp-core/zp-extensions/captcha/reCaptcha.php on line 46
captcha->checkCaptcha called
from postComment (functions.php [711])
from ThemeObject->addComment (classes.php [637])
from zp_handle_comment (functions-controller.php [146])
from require_once (controller.php [33])
from index.php [13]

Any hints?

Regards,
Chris Lee

urbanelementz on "One of my Albums is not showing up."

$
0
0

Hello!

Here is my website Zen Photo gallery main page:
http://www.cheridenis.com/paintings/

I have 2 albums. One called Watercolors and one called Acrylics. As you can see, the Watercolors album shows up no problem. The Acrylics album does not. If I manually type in the url for the Acrylics, the album shows that it's there. http://www.cheridenis.com/paintings/Acrylics ... It's just not listed on the main Gallery page.

Any thoughts?? I'm stumped. Thanks!

elrol on "Album password not working properly"

$
0
0

I am using : version 1.4.1.6 [8326](fresh install) and I am having issues setting an album password for private viewing.

Once I set the password in Admin and then try the password on that album in another browser, I am never allowed into the album. I just keep seeing the password entry page.

Any help would be appreciated. I can provide links and passwords to the devs to test if needed.

gregg128 on "Nested tags feature ?"

$
0
0

Hi,
I would like to organize my (huge) foto collection using tags. So i would like to know if there is a feature in zenphoto to create a taxonomy using tags and subtags like

Colors
----->Red
----->Green

Architechture
----->Medieval
---------->Early medieval
---------->High medieval
---------->Late medieval
----->Renaissance
---------->A
---------->B
---------->C
---------->D

etc etc.

Thanks in advance!

cprog954 on "Add files from directory and not admin panel"

$
0
0

My use of ZenPhoto might be somewhat out of the ordinary as I am using ZenPhoto to drive a larger site that relies heavily on photos(all public domain due to the nature of the photos) from a few dozen sites that drives my overall theme... My question is this... I have written a php script that parses the various sites to obtain the data I need for my site. The script downloads the images and stores them in folders by date right now, but could all be stored in a main folder with date appended to image filename if need be.. anyways heres my question

What file can I include() inside of my script from ZenPhoto to make the adding of files automatic everytime my cron runs and calls my script?

I am sure it is possible, I have not looked much at the provided source code yet, but will, but just curious if you guys could point me in the right direction

egypturnash on "rectangular thumbnails?"

$
0
0

I just upgraded from an aging copy of Zenphoto and discovered that it seems to only want to do square thumbnails. Which is a problem, because my entire site design is built around rectangular thumbnails.

How can I fix this?


BernardBoudon on "Sort by date bug on dynamic albums ?"

$
0
0

Hello,

I have checked all my parameters in the admin pages but i have not found anything wrong.
- Options -> Search -> No options found for sorting.
- Options -> Pictures -> Sort by date.
- Album (maitres_du_vent) -> Sort sub-albums by title.
- Album (maitres_du_vent) -> Sort pictures by date.
- Any sub-albums (all are dynamic) of maitres_du_vent -> Sort sub-albums (don't have any) and sort pictures like parent album.

Sort don't work or i miss an option somewhere. You can check for test at:
http://www.ventetvagues.com/maitres-du-vent/Thierry_Le_Floch.alb

Photo order is 2010-03-20, 2012-04-09, 2012-06-10, 2012-06-16, 2011-06-18, 2010-07-14, 2012-08-04, 2012-08-05, 2011-08-07, 2011-09-10

Sort function don't use year ? It's really strange a sort function with only month and day...

You can check the problem in any sub-albums of 'Maitres du vent'. Date and time are written under photo.

Also test to force date sort in a sub-album but that don't change anything.

I made a test with the standard theme. Always the same problem.

Does someone have a solution ?

Thanks in advance.

Bernard.

jacgo on "Zenphoto cart"

$
0
0

Hi there,

I hope to create a selling zenphoto site.

Is there any simple cart plugin for zenphoto?

Thanks!

Jac

Syrphid on "Prev and Next show unexpected characters"

$
0
0

I just noticed that at the bottom of album thumbnail pages, "«" is just to the left of "prev" and "»" is just to the right of "next."

Any ideas on how to get rid of this? I don't think it was like that before my recent upgrade to 1.4.3.1 [10590] (Official build).

jacgo on "The forums size"

$
0
0

Hi dearest admin,

I like zenphoto a lot!
but the forum is not easy to use. The font are too small.

Hope the font or the interface can be biger and clear.

Thanks!

Jac

woldra on "some blank pages in admin interface"

$
0
0

Hi,
after upgrading 1.4.4 to 1.4.4.1 I have some blank pages in the admin interface (i.e. clicking any album, the image and gallery tab on the settings page). The frontend works fine.
In the log there are some entries like:
USER ERROR: MySql Fehler: ( SHOW FULL COLUMNS FROM [Vorsilbe]albums ) fehlgeschlagen. MySql gab den Fehler Can't create/write to file '/tmp/#sql_3343_0.MYI' (Errcode: 13) from zp-core/functions-db-MySQL.php

Anyone with similar issues? Or even better - a way to solve it;)
thanks a lot!

Viewing all 2917 articles
Browse latest View live




Latest Images