Page 1 of 1
Parameters pop up is blank
Posted: 04 Apr 2011, 18:59
by timbreese
When I click on Parameters in Phoca Gallery I just get a blank pop up screen. This happened even after I upgraded to 2.7.7
Re: Parameters pop up is blank
Posted: 07 Apr 2011, 22:35
by Jan
Hi, then just enable php error reporting to get the php error, see:
https://www.phoca.cz/documents/16-joomla ... rs-on-site
Jan
Re: Parameters pop up is blank
Posted: 07 Apr 2011, 23:23
by timbreese
It was an issue in my admin template AdminPraise 3.
Here is the fix:
Edit /administrator/templates/adminpraise3/css/template.css and add
.com_phocagallery.ap-view- #sbox-content iframe{
display:block;
}
Thanks
Re: Parameters pop up is blank
Posted: 09 Apr 2011, 23:15
by Jan
Ok