Page 2 of 2

Re: Phoca Bild3 with own wallpapers / pictures

Posted: 04 Sep 2014, 17:37
by Maxxonoutfitters
Thank you, forgive my ignorance, but how do you do that? enable the cash? get to option? Do you mean from the template manager- menu assignment?

Re: Phoca Bild3 with own wallpapers / pictures

Posted: 06 Sep 2014, 22:21
by Jan
Hi, in global configuration of Joomla! you can check if cache is enabled or disabled - if enabled, you should disable it (for test) - cache is a mechanism which saves memory of your server when temporarily saving website output (the problem then is that changing something will not change the output until the cache will be emptied) ... but to test the cache - this is only an idea - to test it if it is not cache issue (it can be the problem but may not be a problem) :idea:

Jan

Re: Phoca Bild3 with own wallpapers / pictures

Posted: 10 Dec 2014, 23:51
by sweettame
finally figured it out

the tempalte miss the following line at the beginning.

defined('DS') ? null : define('DS', DIRECTORY_SEPARATOR);

without it all the .DS. in the includes lines just don't work.

Re: Phoca Bild3 with own wallpapers / pictures

Posted: 12 Dec 2014, 01:10
by Jan
Hi, which version of the template you are using.

In version 1.0.1 there is no DS constant except models\fields\phocagallerycategory.php where this line is included:

Code: Select all

if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
Jan