| Re: Help needed - Fatal error in article 1.0 |
| by tzvook on 2010/5/10 15:25:50 Quote:
Well - a simple editor search for all the "ArtObject" in the module |
| Re: Help needed - Fatal error in article 1.0 |
| by ghia on 2010/5/10 10:36:57 Quote: I'll keep doing it to each place I see it .... I'm still puzzled about your different files/version. |
| Re: Help needed - Fatal error in newbb - php5.3 |
| by tzvook on 2010/5/10 10:19:52 One more thing may be of use to php-5.3.x users: in EXTcal module I got an error about Quote: Warning: date() [function.date]: It is not safe to rely on the system's timezone settings All you need to do is open the file ( /extcal/calendar-month.php ) and add right after the just this: le="color: #000000"><?php date_default_timezone_set('UTC'); //TZ for php 5.3.x the UTC depends on your time-zone .... look here same goes to /year.php , /day.php , week.php , calendar-week.php .... hope someone will benefit this ... |
| Re: Help needed - Fatal error in newbb - php5.3 |
| by tzvook on 2010/5/10 10:03:12 Yep - that did the trick !!! there are still some places with it but for now no more fatal error As always - a big THANK YOU for helping
|
| Re: Help needed - Fatal error in article 1.0 |
| by tzvook on 2010/5/10 9:47:13 10x Ghia You were right - since it's empty - commenting it out helps !! I'll keep doing it to each place I see it .... |