On perjantai 20 marraskuu 2009 02:09:16 Steven Stern wrote: > Feodora 12 uses PHP 5.3 and I'm noting lots of warnings coming from > Drupal modules. A lot of stuff that slid by in earlier versions of PHP > now generates warnings or hard errors. You may be in a similar boat. > Edit php.ini and have it log all php errors to a file somewhere. > Restart httpd and tail -f the file as you hit your web site. > Tnx for ansver. I posted question also in cmsimple forum and got problem solved. Here is solutions, I usen editing php.ini. :?: If you have one or more of this problems, check the following: -> Take a look in your PHP-Configuration (phpinfo()), at the parameter 'short_open_tag'. If this parameter is set to 'Off', this can cause this problems. Reason of problems with 'short_open_tag=Off' is not PHP or the parameter itself. Problem is that the short-tags shouldn't be used, but lots of the templates do.... :idea: There are two ways to solve the problem: Search for short-tags ( <? ) and replace with standard-tags ( <?php ) in template.htm (also in some plugins, take a look in the index.php of each of your plugins). Change your php.ini 'short_open_tag=On'. -> preferred is solution 1.! Now seems to work ok Jarmo -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines