php-crud-ui
php-crud-ui copied to clipboard
I cant seem to get this to work
Hi there
I am getting this error:

Can you please advise?
Thanks.
Same here, it seems it not find some files while in instruction it delcares it as single file application
I'll test it..
@Mashiane If you set the basePath under the templatePath (at the bottom of ui.php) your application will work as expected:
'templatePath' => '../templates',
'basePath' => '/wardlog/ui.php'
I hope that helps.