I'm guessing you have smeupdates-testing enabled....and now have php-5.3.3 installed. rpm -q php....to checkIf so, you are hitting bug 6716 - http://bugs.contribs.org/show_bug.cgi?id=6716
mkdir -p /etc/e-smith/templates-custom/etc/php.inicd /etc/e-smith/templates-custom/etc/php.ininano 70TimeZone
{ $timezonerec = $DB->get_value('TimeZone'); return '';}date.timezone = "{$timezonerec}"
signal-event ibay-modify Primary
you're done
And then watch bug 6716 for when an update comes that fixes it properly just to make sure the temporary fix Stefano suggested is what actually gets implemented.Cyrulution, If you have updates-testing enabled you should definitely be reporting problems to the bug tracker, not to the forums.
httpd -t
What is the output of the following command:Code: [Select]httpd -t
Also check /var/log/httpd/error_log and see what clues might be in there.
[Sat Sep 17 18:31:04 2011] [warn] Init: SSL server IP/port conflict: kube.local:443 (/etc/httpd/conf/httpd.conf:581) vs. cyrulution.homeip.net:443 (/etc/httpd/conf/httpd.conf:685)[Sat Sep 17 18:31:04 2011] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!![Sat Sep 17 18:31:04 2011] [notice] Apache configured -- resuming normal operations[Sat Sep 17 20:31:14 2011] [notice] Graceful restart requested, doing restart[Sat Sep 17 20:31:14 2011] [notice] Digest: generating secret for digest authentication ...[Sat Sep 17 20:31:14 2011] [notice] Digest: done[Sat Sep 17 20:31:14 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)[Sat Sep 17 20:31:14 2011] [warn] RSA server certificate CommonName (CN) `sme.kube.local' does NOT match server name!?[Sat Sep 17 20:31:14 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)[Sat Sep 17 20:31:14 2011] [warn] RSA server certificate CommonName (CN) `sme.kube.local' does NOT match server name!?[Sat Sep 17 20:31:14 2011] [warn] Init: SSL server IP/port conflict: kube.local:443 (/etc/httpd/conf/httpd.conf:581) vs. cyrulution.homeip.net:443 (/etc/httpd/conf/httpd.conf:685)[Sat Sep 17 20:31:14 2011] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!![Sat Sep 17 20:31:14 2011] [notice] Apache configured -- resuming normal operations[Sat Sep 17 20:36:20 2011] [notice] caught SIGTERM, shutting down
Erase the custom template Stefano suggested
I must confess I don't know how to erase the template (perhaps just add a blank 70TimeZone?) and where I can get the new updated e-smith-php before it is in updates-testing?
rm /path/to/file
Cyrulution, If you have updates-testing enabled you should definitely be reporting problems to the bug tracker, not to the forums.