serge Posted June 8, 2015 Report Posted June 8, 2015 using Blesta-3.5.0-b4From admin interface and when for a given customer we go "login as client" give this error:----------------Oh noes!Class 'ClientController' not found on line 11 in /home/MY-USER/public_html/app/controllers/client_main.php---------------- above error is when having this url http://mydomain/client and when I shortter URL to http://mydomain I can see I'm login as the customer, so I suspect above "bug?" is route related
serge Posted June 8, 2015 Author Report Posted June 8, 2015 I do ever have this file: app/controllers/client_main.php and also re-uploaded it, but still the same, and for you at doing "login as clients" from admin interface?
Tyson Posted June 8, 2015 Report Posted June 8, 2015 You should have /app/client_controller.php that begins class ClientController extends AppController { Michael 1
Blesta Addons Posted June 8, 2015 Report Posted June 8, 2015 I do ever have this file: app/controllers/client_main.php and also re-uploaded it, but still the same, and for you at doing "login as clients" from admin interface? are you using nginx ?
serge Posted June 8, 2015 Author Report Posted June 8, 2015 using apache on my dev server and yes to this ------------ You should have /app/client_controller.php that begins class ClientController extends AppController { ----------------
serge Posted June 9, 2015 Author Report Posted June 9, 2015 re-uploading the whole blesta solved the issue Michael 1
Recommended Posts