|
Re:Content heading disappears 10 Months, 1 Week ago
|
Karma: 0
|
|
Thank you Solo Honk,
Regarding png.php
Line 21,
define('JPATH_BASE', $_SERVER['DOCUMENT_ROOT'] );
to
define( 'JPATH_BASE', realpath(dirname(__FILE__).'/../../..' ));
is this all you changed?
I have tried this but still have problem.
I do not know which path should I get ....
|
|
|
|
|
|
|
Re:Content heading disappears 10 Months, 1 Week ago
|
Karma: 0
|
|
That's exactly what I've changed in png.php.
Maybe you must clear your browser cache.
|
|
|
|
|
|
|
Re:Content heading disappears 10 Months, 1 Week ago
|
Karma: 0
|
|
Thank you, SoloHonk.
I still have the problem....
I've installed Joomla! to my sub-directory.
When I check the source code on my site(frontpage), I see the wrong path to get the background-image like this....
<style type="text/css">#pcdtr**{background-image:url(/SUB_FOLDER_NAMEplugins/system/pcdtr/png.php?id=*&rand=*);width:**px;height:**px;}</style>
I think it should be like this....
<style type="text/css">#pcdtr**{background-image:url(/SUB_FOLDER_NAME/plugins/system/pcdtr/png.php?id=*&rand=*);width:**px;height:**px;}</style>
|
|
|
|
Last Edit: 2009/10/30 09:55 By mountain.91074.
|
|
|
Re:Content heading disappears 10 Months, 1 Week ago
|
Karma: 2
|
|
If you download and install the latest 1.9.9 it fix both problems.
|
|
|
|
|
|
|
Re:Content heading disappears 10 Months, 1 Week ago
|
Karma: 0
|
|
flowman wrote:
If you download and install the latest 1.9.9 it fix both problems.
Works Perfect!
Thanks!
|
|
|
|
|
|
|