Crezzur.com Posted May 6, 2015 Posted May 6, 2015 (edited) hey all, I have the following issue The code its refering to must be in DataSheetPro.php containing the following text: $this->name = 'DataSheetPro' however if i'm going to look into that file i see the following: private $html = ''; public function __construct() { $this->name = 'datasheetpro'; $this->tab = 'front_office_features'; Anyone has some ideas about this ? Edited May 6, 2015 by Crezzur (see edit history) Share this post Link to post Share on other sites More sharing options...
Crezzur.com Posted May 6, 2015 Posted May 6, 2015 Update: Solved it it has to be like (what a dumb ass validator!) $this->name = 'data_sheet_pro'; Share this post Link to post Share on other sites More sharing options...
razaro Posted May 6, 2015 Posted May 6, 2015 (edited) Yeah bit strange but try to rename file itself , usually it is done in lower-case, so datasheetpro.php. Edit: sorry bit late, did not saw previous message. Edited May 6, 2015 by razaro (see edit history) Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now