Loading...
 
Skip to main content

Architecture / Installation


Re: Re: mysql error after install

posts: 1 Germany

> Damian:
> Well:
>
> MySQL 4.1 is not support nor do we test with PHP5
>
> So sorry, no help here.
>
> Damian
>

Hello,

same happens with MySQL 5.0.0. For instance, the calendar module dies while executing the query

select * from tiki_calendars order by created desc limit 0,-1

It seems that the "-1" argument for the LIMIT-statement is the problem here. According to the SELECT-syntax in the MySQL Manual, "-1" isn't a valid LIMIT argument.
Could you please have a look into this?

Best regards
Crash

There are no comments at this time.