Jump to content
thirty bees forum
  • 0

Upgrade from pre 1.0.4 to public 1.0.4 -> no backoffice


Pedalman

Question

I had followed Slicks' tut to run pre 1.0.4 three months ago. All was fine. I stopped checking the GIT repo for changes in Feb 2018. So I had a January 2018 V1.0.4.

Today I followed the official tut from the Blogpage to update to the latest V1.0.4. Now I can not get into backoffice. The login screen appears fine then with logging in I get a white screen. Dev mode on and browser console does not give me a clue!

I had run Michaels SQL via phpmyadmin. I had to change PREFIX to ps. since I orginally came from Prestashop and have skipped to change Prefix to TB. Anyhow I assume Miachel meant us to change the line anyway.

browser console says: [ThirtyBeesException] Class 'AdminDashboardController' not found at line 125 in file classes/controller/Controller.php

    • @since 1.0.0
    • @version 1.0.0 Initial version
  1. */
  2. public static function getController($className, $auth = false, $ssl = false)
  3. {
  4. return new $className($auth, $ssl);
  5. }
  6. /**
    • Custom error handler
  7. * ControllerCore::getController - [line 829 - classes/Dispatcher.php] - [1 Arguments] DispatcherCore->dispatch - [line 63 - admin/index.php]

PS: I have reuploaded the directory but does not help.

Link to comment
Share on other sites

2 answers to this question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...