A Day in the Life of a Developer
12 Aug
A new version of BackendPro has now been released. Its main aim was to solve an issue where BackendPro couldn’t be installed on certain web servers. It also includes a few other bug fixes and enhancements.
Libraries
Models
Bugs
7 Aug
It has been pointed out to me that there is an issue with BackendPro 0.6 on some web servers. The issue is with some new files in the site module. The problems comes because of the CamelCase used in the filenames of the site libraries.
If you get the follow error when visiting a BackendPro page:
Unable to load the requested class: bep_site
I am working on a new release which I will try to get out shortly, but for the mean time please do the following:
Change include_once(’Bep_AssetFile.php’);
To include_once(’Bep_assetfile.php’);
Change $this->CI->load->library(’Bep_Browser’);
To $this->CI->load->library(’bep_browser’);
I want to thank Christian Schneider for pointing this out and for the fix.
3 Aug
It has taken me a while but now there is a version of BackendPro online for you to try. You have full admin control over the install and can add and do what ever you want.
The Demo is reset at 3am everyday (GMT), this clears all changes made.
To access the demo please click here, you will need the following details to login:
As always please do let me know if you find any issues with either the Demo or BackendPro.