Good morning,
After installing the latest version, I get the following error on the admin page:
www.luxetm.com/administrator
:
Notice: Trying to get property of non-object in /var/www/vhosts/luxetm.com/httpdocs/plugins/system/missioncontrol/missioncontrol.php on line 78
After attempting a login:
Notice: Trying to get property of non-object in /var/www/vhosts/luxetm.com/httpdocs/plugins/system/missioncontrol/missioncontrol.php on line 78
Fatal error: Undefined class constant 'STATUS_SUCCESS' in /var/www/vhosts/luxetm.com/httpdocs/libraries/joomla/application/application.php on line 643
Some of your forum posts suggest it's an error with not having the default Admin template bluestork installed, but that is still setup on my server.
I would do that, but are there instructions to updating the Mission Control to latest version w/out being able to login? I've looked through the BB and didn't find them.
ok two options: you can extract the missioncontrol zip file locally and just copy over the whole rt_missioncontrol/ folder to your administrator/templates/ folder and overwrite the one that's there. This is no guarantee though as this version might not fix your problem, but worth a try.
The second thing to do is to switch back to the regular bluestork admin template. For this you will need phpMyAdmin which you should have access to via your hosting provider. Then you have to navigate to your jos_template_styles table (or whatever you set for a table prefix). In there you should see some rows and there's a field called home. Set this field to 0 for the row with rt_missioncontrol, and set it to 1 for the bluestork row. That should switch you back to bluestork.
The second thing to do is to switch back to the regular bluestork admin template. For this you will need phpMyAdmin which you should have access to via your hosting provider. Then you have to navigate to your jos_template_styles table (or whatever you set for a table prefix). ..... .[/quote]
lost in sea of files... where does jos_template_styles table reside?
I can no longer log in to admin and error message points to call of jtoolbar in mission control rtcore.class.php being the problem..
addition to post:
n.b I started exploring for solution to the problem here:
www.rockettheme.com/forum/index.php?f=42...48820&rb_v=viewtopic
but then realized topic was marked as "resolved" so no one may see it.... then I found the current thread which gave pointer to changing template.... I've copied over MissionControl; now waiting for cache to clear in case that is part of problem as that reinstall didn't appear to work immediately...
reinstalled MissionControl template and everything appears to be working....
I still have no idea why the massive fail ....
the advice here about re-setting entries in jos_template_styles table was what got me on route to solution ... thanks.