1.2.5 to 1.2.8 - Graphical Text mod not working
1.2.5 to 1.2.8 - Graphical Text mod not working
The GT mod worked fine under 1.2.5 but when I upgraded it is no longer functioning. I tried to manually reinstall but the installation read me mentions file lines in phpwcms.php that do not exist. What am I missing?
The mod section of the admin panel shows the mod, but nothing happens when I click on it except that the credit lines dissappear.
Can't seem to find a way to reinstall. Can someone point me in the right direction?
The mod section of the admin panel shows the mod, but nothing happens when I click on it except that the credit lines dissappear.
Can't seem to find a way to reinstall. Can someone point me in the right direction?
LEOFF1
- Oliver Georgi
- Site Admin
- Posts: 9918
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Patches
No. I just downloaded the latest version, 1.2.8 from a link on your site. I thought it was the latest. What patches do I need? Where do I get them.
LEOFF1
hi leoff,
have a look here:
http://www.phpwcms.de/forum/viewtopic.php?t=11933
and this one sems to be the latest version including patches a-g:
http://www.phpwcms.org/release/20060905 ... _1.2.8.zip
have a look here:
http://www.phpwcms.de/forum/viewtopic.php?t=11933
and this one sems to be the latest version including patches a-g:
http://www.phpwcms.org/release/20060905 ... _1.2.8.zip
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
hmm, i haven't done and works well....
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
May have identified the problem.
First, one of the lines I had to add to phpwcms.php had a "./" address. So, I took out the . and tried again.
When I try to open a page with graphical text on it I get:
Warning: cannot yet handle MBCS in html_entity_decode()! in
/home/virtual/site3/fst/var/www/html/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 184
Line 184 is as follows:
$text = html_entity_decode($text, ENT_QUOTES, $GLOBALS['phpwcms']["charset"]);
I remember reading something on the forum about "charset" in version 1.2.8 causing some problems.
Could this be the source of my problem? Any suggestions?
When I try to open a page with graphical text on it I get:
Warning: cannot yet handle MBCS in html_entity_decode()! in
/home/virtual/site3/fst/var/www/html/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 184
Line 184 is as follows:
$text = html_entity_decode($text, ENT_QUOTES, $GLOBALS['phpwcms']["charset"]);
I remember reading something on the forum about "charset" in version 1.2.8 causing some problems.
Could this be the source of my problem? Any suggestions?
LEOFF1
I think the GT mode is missing the charset iso at conf.inc.php
Knut
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
- Oliver Georgi
- Site Admin
- Posts: 9918
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
that seems to be true, because I've had the same problem, but
(instead of utf) got it running!
claus
Code: Select all
$phpwcms['charset'] = 'iso-8859-1';
claus
Got it!
Ok, I had changed the wrong charset (db). I just changed it back to 'utf8' and then changed the correct one at line 66
$phpwcms['charset'] = 'iso-8859-1';
Now it works! Thanks so much everyone.
$phpwcms['charset'] = 'iso-8859-1';
Now it works! Thanks so much everyone.
LEOFF1
- Oliver Georgi
- Site Admin
- Posts: 9918
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Another Issue
I did get the graphical text I had loaded under 1.2.5 to show, but the mod does does not show in the Module section of the Admin area. My guess is I need to reinstall it, but I can't seem to find how to do that.
Can someone point me in the right direction?
Can someone point me in the right direction?
LEOFF1