Pages (3):    1 2 3   
Member
Member
sbillard   24-12-2007, 20:41
#21

Sounds like a mySQL issue. Storing tags and descriptions are fairly simple mySQL queries.

Member
Member
Elgar   24-12-2007, 22:29
#22

The SQL server has no issues. I run 3 forums and other assorted games related programs on the same SQL server.

I even gave ZP root access to make sure.

Member
Member
Artz   25-12-2007, 14:53
#23

i got same problem

try nighty build (http://www.zenphoto.org/files/nightly/zenphoto-2007-12-21-trunk.zip) and run setup.php again

it's work!

Member
Member
Elgar   26-12-2007, 07:15
#24

I am using the nightly build and I have run setup.php

I just re-downloaded it all again to be sure, and it's the same.

Member
Member
Elgar   26-12-2007, 07:20
#25

Just to note the problems are.

  1. Header redirect isn't clearing the post data which causes multiple comments to be posted.
  2. Tags and descriptions are not displayed or saved when added.
Junior Member
Junior Member
ianboo   26-12-2007, 15:15
#26

Just to note the problems are.

  1. Header redirect isn't clearing the post data which causes multiple comments to be posted.
  2. Tags and descriptions are not displayed or saved when added.
  3. Tags and descriptions are saved when added, but kses.php still throws an error (what is the case for Schnouki (see above) and for me)
Member
Member
sbillard   26-12-2007, 17:12
#27

ianboo:

Which is it, are Tags and descriptions saved (#2) or not(#3)?

Have you upgraded to the nightly build? If so, have you run setup? If not, have you checked your zp-config file as described above?

Member
Member
Elgar   26-12-2007, 17:29
#28

'Tags' and 'Desc' columns always remain empty in the zp_images table. No matter how many times you try to add a description on an image.

Yes I have upgraded to the nightly build.
Yes I have checked the config file. I've deleted it and used the new one that comes with the nightly build.

Member
Member
sbillard   26-12-2007, 17:32
#29

Elgar: Sorry, above question was if ianboo.

Perhaps if you and ianboo could compare information about your installations, we might get somewhere. There must be some similarity between you that would flag what is causing these problems. At present I have no ideas.

Member
Member
zucye   28-12-2007, 01:25
#30

I also have the same problem, plus my theme does not longer works after the update ... wonder why did I updated

***After adding:

"$inarray = getOption('allowed_tags');"

...to line 428 as per Schnouki, comments are now working.

Member
Member
sbillard   28-12-2007, 01:46
#31

zucye:

You should really read this thread thouroughly. (Wonder why you didn't) What you did is NOT a fix.

Please review my message Posted: 2007-12-20 14:24:19 # 88.112.152.116

Member
Member
zucye   28-12-2007, 17:10
#32

@sbillard
I was just being lazy hehe.
Anyway I hate messing up with the DB, so I run setup 4 times and I still have the problem . I will try the fix later. Thank you for pointing it out.

Member
Member
sbillard   29-12-2007, 02:02
#33

If you haven't tried the nightly build, you should. Many people have reported this problem fixed with that build and a run of setup.

Member
Member
zucye   29-12-2007, 20:41
#34

nightly build? What is that? and where can I download it?

Administrator
Administrator
acrylian   29-12-2007, 21:10
#35

On our homepage.

Member
Member
zucye   30-12-2007, 02:32
#36

Thanks. I will try it!

Member
Member
mironb   06-01-2008, 23:02
#37

Hello I had 1.1.3 version of zenphoto and problem with adding comments like on 1 post:
Invalid argument supplied for foreach() in /home/www/zenphoto/zenphoto/zp-core/kses.php on line 429
Now I upgrade my zenphoto to nightly build 2008-01-05 run setup.php and adding comments still does not working. When I add comment it goes to database but also I see error message:
Fatal error: Using $this when not in object context in /home/duet/mydomain/public_html/galeria/zp-core/functions.php on line 1044
What can I do ?

Member
Member
sbillard   06-01-2008, 23:50
#38

Sorry about that. There will be a fix in tonight's build.

You can change line 1044 in functions.php from:
$this->comments[] = $newcomment;
to:
$receiver->comments[] = $newcomment;

in the mean time.

Member
Member
mironb   07-01-2008, 10:32
#39

Thanks working

Junior Member
Junior Member
ljahn   16-01-2008, 06:21
#40

Hello, great product, I like it but I'm also having problems with the commments. I just upgraded to the latest nightly build I just keep having the same issue.

Whenever you post a comment for a photo, after a while I get a CGI error "The specified CGI application misbehaved by not returning a complete set of HTTP headers." But if I go to comments on the console I see about 100 copies of my comment.

Everything else works fine, but this is a crucial part of the software, that is absolutely needed for it to be useful. Please help, I'm running on Windows IIS6.

Thanks

Pages (3):    1 2 3   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.