Thanks,
I sort of figured that would be the way to go. Now I have to upgrade the site from 1.2.5 to 1.2.8 and I'm a bit scared because there is so much there already.
Search found 16 matches
- Fri 6. Oct 2006, 07:13
- Forum: phpwcms Discussion
- Topic: Looking for suggestions
- Replies: 3
- Views: 2737
- Thu 5. Oct 2006, 03:07
- Forum: phpwcms Discussion
- Topic: Looking for suggestions
- Replies: 3
- Views: 2737
Looking for suggestions
I am currently running a phpwcms site that is fairly large or would be considered large if it were a static html site. I need to add a listing of about 250 restaurants with health inspection reports. The client would periodically update the reports as new inpections are completed. Old inpections ...
- Wed 27. Sep 2006, 09:37
- Forum: phpwcms Support English
- Topic: Problems after upgrade!
- Replies: 15
- Views: 6114
- Wed 27. Sep 2006, 07:21
- Forum: phpwcms Support English
- Topic: Problems after upgrade!
- Replies: 15
- Views: 6114
Thanks. I had already done that. It worked on the new install, but the site I upgraded from 1.2.5 to 1.2.8 will not show any wysiwig tool bars at all. In fact all the articles are presented in plain html.
I have reviewed the config.inc file and reloaded the FCEditor2 directory with new files.
All ...
I have reviewed the config.inc file and reloaded the FCEditor2 directory with new files.
All ...
- Wed 27. Sep 2006, 03:04
- Forum: phpwcms Support English
- Topic: Problems after upgrade!
- Replies: 15
- Views: 6114
FCK WYSWIG
I am experiencing the same problem except that I do get like half of the html editing menu and can do such things as add links, set bold, underline, etc. However I can not select a different font or font size. That menu item is no longer there since upgrading to 1.2.8. Also the same on a new install ...
- Fri 22. Sep 2006, 03:15
- Forum: phpwcms Installation Troubleshooting English
- Topic: 1.2.5 to 1.2.8 - Graphical Text mod not working
- Replies: 17
- Views: 9225
- Fri 22. Sep 2006, 02:39
- Forum: phpwcms Installation Troubleshooting English
- Topic: 1.2.5 to 1.2.8 - Graphical Text mod not working
- Replies: 17
- Views: 9225
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?
- Thu 21. Sep 2006, 19:53
- Forum: phpwcms Installation Troubleshooting English
- Topic: 1.2.5 to 1.2.8 - Graphical Text mod not working
- Replies: 17
- Views: 9225
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.
- Thu 21. Sep 2006, 19:44
- Forum: phpwcms Installation Troubleshooting English
- Topic: 1.2.5 to 1.2.8 - Graphical Text mod not working
- Replies: 17
- Views: 9225
- Thu 21. Sep 2006, 18:32
- Forum: phpwcms Installation Troubleshooting English
- Topic: 1.2.5 to 1.2.8 - Graphical Text mod not working
- Replies: 17
- Views: 9225
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 ...
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 ...
- Thu 21. Sep 2006, 17:18
- Forum: phpwcms Installation Troubleshooting English
- Topic: 1.2.5 to 1.2.8 - Graphical Text mod not working
- Replies: 17
- Views: 9225
- Thu 21. Sep 2006, 17:03
- Forum: phpwcms Installation Troubleshooting English
- Topic: 1.2.5 to 1.2.8 - Graphical Text mod not working
- Replies: 17
- Views: 9225
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.
- Thu 21. Sep 2006, 08:40
- Forum: phpwcms Installation Troubleshooting English
- Topic: 1.2.5 to 1.2.8 - Graphical Text mod not working
- Replies: 17
- Views: 9225
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 ...
The mod section of the admin panel shows the mod, but nothing happens when I click ...
- Fri 10. Feb 2006, 17:21
- Forum: phpwcms Support English
- Topic: Article Update Not Working
- Replies: 7
- Views: 2723
Solution
Thanks for the help. It solved the problem.
The answer? Just add the following to the .htaccess file.
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
The answer? Just add the following to the .htaccess file.
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
- Fri 10. Feb 2006, 02:09
- Forum: phpwcms Support English
- Topic: Article Update Not Working
- Replies: 7
- Views: 2723
More on Article Not Posting
I just set up a totally new install of phpwcms and I am facing the same problem. When I try to update an article it does just fine so long as I type in the text. It will even let me paste one paragraph at times but not at other times. So, two installations on two different domains and one is a ...