Phoca Bild3 with own wallpapers / pictures
-
- Phoca Newbie
- Posts: 2
- Joined: 28 Aug 2014, 00:11
Re: Phoca Bild3 with own wallpapers / pictures
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?
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Bild3 with own wallpapers / pictures
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)
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 10 Dec 2014, 23:49
Re: Phoca Bild3 with own wallpapers / pictures
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.
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.
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Bild3 with own wallpapers / pictures
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:
Jan
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);
If you find Phoca extensions useful, please support the project