Home pcDTR Forum
If you like the work i do, you know what to do.
Welcome, Guest
Please Login or Register.    Lost Password?

Content heading disappears
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Content heading disappears
#30
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 ....
mountain.91074
mountain91074
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#31
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.
SoloHonk
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#32
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>
mountain.91074
mountain91074
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/10/30 09:55 By mountain.91074.
The administrator has disabled public write access.
 
#33
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.
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#34
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!
mountain.91074
mountain91074
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123
Banner
Copyright © 2010 pcDTR. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.