Phoca Bild3 with own wallpapers / pictures

Phoca Templates - templates for Joomla! CMS
Maxxonoutfitters
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 28 Aug 2014, 00:11

Re: Phoca Bild3 with own wallpapers / pictures

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47885
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Bild3 with own wallpapers / pictures

Post 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
If you find Phoca extensions useful, please support the project
sweettame
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 10 Dec 2014, 23:49

Re: Phoca Bild3 with own wallpapers / pictures

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47885
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Bild3 with own wallpapers / pictures

Post 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
If you find Phoca extensions useful, please support the project
Post Reply