UPDATE: I was able to get rid of the php error code for the calls to sortable.php in the following four files: groups.php, menus.php, pages.php, and settings.php by replacing the lines:
$data[‘head_includes’] = array(‘sortable.php’);
WITH a fuller path to the file:
$data[‘head_includes’] = array(‘app/admin/views/inc/sortable.php’);
Thanks for trying codefight zelda.
I am glad you solved. Previously i had no app folder. And had different view structure too. But i changed it in the last hour to decrease file size and make it more clearer as it helped to remove duplicate files.
But still it was working fine when i tested.
Thanks again, and hope to get feedback and suggestions for next release.
continue reading ...
Author labibice has posted total 8 posts.
Date: 29-07-2009 22:54:38pm