MovieLib - Your movie database on web
I checked little more, and i have found the problem. i lowered execution time to 30s and i get this error:

Quote:Fatal error: Maximum execution time of 30 seconds exceeded in /home/u914824028/public_html/function.php on line 451

That is something with function panels_array($columns, $table).

I hope we will work this out. I'm here to help you test, as i have large database.

OK, i changed:

if (!in_array($val, $panels_array[$column]) && strlen($val) > 0)

to:

if (in_array($val, $panels_array[$column]) && strlen($val) > 0)

and now everything is working fine, fast loading but ''Genre'' panel on the left is all messed up Sad
I dont know what i did, Maybe you would figure it out. Hope i helped.
Reply


Messages In This Thread
RE: MovieLib - Your movie database on web - by azsenca - 2014-10-04, 03:38
Last Post - by Jeffreywat - 2017-09-03, 14:02
Logout Mark Read Team Forum Stats Members Help
MovieLib - Your movie database on web8