<div dir="ltr">Hi,<div><br><div class="gmail_extra"><div class="gmail_quote">On Thu, May 29, 2014 at 12:29 PM, Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com" target="_blank">michal@cihar.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
Dne Thu, 29 May 2014 10:50:01 +0530<br>
Dhananjay Nakrani <<a href="mailto:dhananjaynakrani@gmail.com">dhananjaynakrani@gmail.com</a>> napsal(a):<br>
<div class=""><br>
> ERROR:<br>
><br>
> > PHP Parse error:  syntax error, unexpected '[' in<br>
> > /var/www/error-reporting-server/app/Model/Report.php on line 310<br>
> > Parse error: syntax error, unexpected '[' in<br>
> > /var/www/error-reporting-server/app/Model/Report.php on line 310<br>
> > Fatal Error Error: syntax error, unexpected '[' in<br>
> > [/var/www/error-reporting-server/app/Model/Report.php, line 310]<br>
<br>
</div>I guess you're running PHP 5.3, which does not seem to support this<br>
syntax, please upgrade at least to 5.4 as there are more features of<br>
PHP 5.4 used in the server.<br>
<div class=""><br></div></blockquote><div style>Yes, that was the problem. I updated php and not it works fine. I think we should add a requirement section in README. I've already created a pull for that. Kindly see it.</div>
<div style> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
> The error is in `Report::_findArrayList()` function. I could not find where<br>
> that function is used.<br>
<br>
</div>Have you read the documentation for it? It says "custom find function<br>
that handles find('arrayList')", which is used in<br>
app/Test/Case/Model/ReportTest.php:<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div style>I did read it, but I was unsure what find('arrayList') was. Now I understand that it is part of cakePHP core.</div><div style><br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
--<br>
        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://blog.cihar.com" target="_blank">http://blog.cihar.com</a><br>
</font></span><br>------------------------------------------------------------------------------<br>
Time is money. Stop wasting it! Get your web API in 5 minutes.<br>
<a href="http://www.restlet.com/download" target="_blank">www.restlet.com/download</a><br>
<a href="http://p.sf.net/sfu/restlet" target="_blank">http://p.sf.net/sfu/restlet</a><br>_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
<br></blockquote></div><br></div></div></div>