Page 1 of 1

blank page after login

Posted: 19 Nov 2008, 12:42
by adm
After upgrade to Phoca Gallery 2.1.0 RC:

The overview of the categories is displayed when you are not logged in.
After login only a blank page is displayed.

In the error-log of apache is following entry: File does not exist: PathToRoot/graphics

I think that the path should be: PathToRoot/components/com_phocagallery/assets/js/highslide/graphics

Joomla-Version: Joomla! 1.5.8 Production/Stable
PHP-Version: 5.2.6

Thanks for your help!

Re: blank page after login

Posted: 19 Nov 2008, 14:38
by Jan
Hi, do you get some information about file names and lines where you get the messages into the error log.

Jan

Re: blank page after login

Posted: 19 Nov 2008, 18:14
by adm
Hi Jan!

Sorry it's the only entry in the error-log.

In the access log I found following entry:

"GET /graphics/zoomin.cur HTTP/1.1" 404 1309 "http://www.stock-city-oilers.at/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET

Thank you!

Re: blank page after login

Posted: 20 Nov 2008, 00:45
by Jan
:( no idea what should it mean ... :( :idea:

Re: blank page after login

Posted: 20 Nov 2008, 10:04
by caro84g
Hi,

zoomin.cur is a file used by highslide. What happens when you set the detail view to modal box?

Carolien

Re: blank page after login

Posted: 20 Nov 2008, 10:28
by adm
You have to change the path's in the files:

components/com_phocagallery/assets/js/highslide/graphics/highslideimage.css
administrator/components/com_phocagallery/front/assets/js/highslide/graphics/highslideimage.css

from

graphics/

to the correct path:

/components/com_phocagallery/assets/js/highslide/graphics/
/administrator/components/com_phocagallery/front/assets/js/highslide/graphics/

So there is no more error 404!

But I've still the problem with the blank screen after "login".

Have you any idea how to find the error?

Re: blank page after login

Posted: 20 Nov 2008, 11:19
by adm
After turning off any other modules I received the error:

Fatal error: Call to a member function load() on a non-object in /srv/www/sco/libraries/joomla/user/user.php on line 597

The problem comes from the modul: mod_virtuemart_cart

To solve the problem, turn this modul off, when the gallery will be displayed. Now it's all perfect. Special thanks to Jan!

You have already reported about this problem.

Thank you!

Re: blank page after login

Posted: 20 Nov 2008, 19:33
by Jan
ok,

try to delete these files:
administrator\components\com_phocagallery\tables\user.php
administrator\components\com_phocagallery\tables\category.php

these files are obsolete (maybe they are there becuse of previous installations)... then it should work with the module too...

Jan

Re: blank page after login

Posted: 18 Dec 2008, 19:55
by adm
files deleted!

All works well!

Thank you!

Re: blank page after login

Posted: 18 Dec 2008, 22:28
by Jan
great