PDA

View Full Version : Nothing is displayed in new Exhibitions???


PrimaPhoto
4th of October 2004 (Mon), 11:56
Hi all,

I just created a new exhibition this morning and nothing is displayed and I cannot go into EE editor and delete these galleries? I have 3 galleries in group page: http://www.primaveraphoto.com/photodbase/index.php?groupid=8&lang=eng&pass=public that do not work??

I have many exhibitions and groups, everything worked out fine when I made those.

When I go to edit these test exhibitions I mentioned in EE editor I get a blank page??

strange....

h_e_l_p......

Pekka
4th of October 2004 (Mon), 14:29
Sounds like a PHP syntax error with suppressed error message.

Add line

error_reporting (E_ALL);

on (a new) line 2 on index.php

That may reveal something.

Have you run analyze repair command in editor (do backup first)?

PrimaPhoto
29th of October 2004 (Fri), 05:39
Pekka,
I did as you said,
1. Backed up the database
2. ran analyze and repair
3. added error_reporting (E_ALL); to the index file on the second line of the file. http://www.primaveraphoto.com/photodbase/index.php

but didn't come up with anything?
Is there another way of doing this?

It would be ok if I could set this to not be viewed by public but I can't get into the exhibition settings.
Has anyone else had this happen?

Thanks Pekka,

Mark
http://primaveraphoto.com

Pekka
29th of October 2004 (Fri), 14:17
PM me (do not post on public!) the address + passes to your editor and I'll download the backup dump and test it here. This is the only way to solve this fast.

Pekka
2nd of November 2004 (Tue), 12:11
Fixed. The problem was a bit hard to track down but got it: 1.3 version style file used in 1.5 (nonexisting function is style file caused a silent fatal error and page load halt).