Search found 16 matches

by leoff
Fri 6. Oct 2006, 07:13
Forum: phpwcms Discussion
Topic: Looking for suggestions
Replies: 3
Views: 2737

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.
by leoff
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 ...
by leoff
Wed 27. Sep 2006, 09:37
Forum: phpwcms Support English
Topic: Problems after upgrade!
Replies: 15
Views: 6114

That is it! I knew it had to be something simple that I was just not seeing. Thank you!

By the way, can you tell me the purpose of the Keywords section in the Admin menu of the backend? I think this is new with 1.2.8
by leoff
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 ...
by leoff
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 ...
by leoff
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

I feel dumb! I thought I had done that.

Now all works as it is supposed to. My next try is the extra data module which is what started this whole process in the first place.

Thank you for you help and tolerance.
by leoff
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?
by leoff
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.
by leoff
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

No luck. Changed the charset to 'iso-8859-1' but I still get the same warning. I will check to see what version of php my server is running.

Thanks for all of the suggestions. I am still open for more ideas.
by leoff
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 ...
by leoff
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

This is the version I installed. I did not install patch G because I thought the latest version included it. Do I need to install patch G in addition to 20060905_phpwcms_1.2.8.zip?
by leoff
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.
by leoff
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 ...
by leoff
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>
by leoff
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 ...