All the forums Webmatic Webmatic older versions (previous 3.0.0) |
|
Webmatic older versions (previous 3.0.0) Discussions about Webmatic previous version 3.0.0 Creato il April 13 2004 (19:37:44), moderator: arraffaele (group: Default) You can: read posts.
|
Author |
Message |
Anonymous |
September 19 2007 (09:46:16)
2.7 has problem with feed.php
I run across this error:
# <br />
# <b>Warning</b>: mktime() expects parameter 3 to be long, string given in <b>/var/www/ntektechnologies.com/html/feed.php</b> on line <b>59</b><br />
obiviously, rss feed does not work. I'm using PHP5 in Ubuntu.
Suggestions?
Harri Nyman
NTEK Technologies |
Anonymous |
September 24 2007 (17:33:36)
I think there are some differences in function <b>mktime()</b> from PHP 3 or PHP 4 to PHP 5, (Webmatic its tested on PHP 3 and PHP 4).<br>For a rapid solution for this problem you can disable the warning (error level) from your php.ini file. |