"An error has occurred"

quintin3265

Joined: 2006-10-09
Posts: 22
Posted: Sat, 2007-05-26 20:24

Hi,

I've set up a Gallery installation at http://www.shoemakervillage.org/pennstate. If you visit there, you'll notice that the page suddenly says "an error has occurred." I didn't make any changes to the website or its configuration in the past two months, and the error started occurring two days ago.

Does Gallery print out some sort of log where I could determine what sort of error is occurring here?


Gallery version 2.2.1
Apache 2.0.59
Windows XP SP2, all updates installed
PHP 5.2.1

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2007-05-26 20:31
 
quintin3265

Joined: 2006-10-09
Posts: 22
Posted: Sat, 2007-05-26 21:06

I just added the line, pressed F5 to refresh, but there is nothing new printed to the screen and no files are created to my knowledge. The FAQ doesn't specify where the debug info is printed.

What should I be looking for?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2007-05-26 22:04

don't add that line, change the existing $gallery->setDebug line. set it to "buffered" mode.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
quintin3265

Joined: 2006-10-09
Posts: 22
Posted: Sat, 2007-05-26 22:12

I have the debug info at that URL now, but none of it makes sense. Any developers here who have any suggestions?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2007-05-26 22:34

> Error (ERROR_BAD_PATH) : Invalid path: modules/imageframe/classes/ImageFrameImpl.class

did you move your website to another server? did you delete some folders in modules/ ?
did you upgrade and pick the "typical" instead of the "full" package?

anyhow, modules/imageframe/ seems to be missing.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
quintin3265

Joined: 2006-10-09
Posts: 22
Posted: Sat, 2007-05-26 23:53

Thanks for your help. The problem was resolved, and the cause was exactly as you described - the site was upgraded, but with the "typical" package. I deployed the "full" package and things were restored to normal.