No Dashboard or Other Edit Options after 5.7 install

Permalink
Hello,

I think I've broken my site. I installed the latest version to a new domain and now I have no options listed on my dashboard or edit page or anything. I have all the icons options at the top for edit and such but just a blank section as any of them are clicked.

At this point would it be better just to remove and reinstall? I have a subdomain that works fine thus far with the new version but my main sitehttp://nanagraphics.com is the problem.

I can click the edit button again and this is the message:

Not Found

The requested URL /ccm/system/page/check_in/1/1449556958:6faab0ab0c29cf17abbdbbbd4b17a0ea was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

mlane
 
VPenkov replied on at Permalink Reply
VPenkov
Did you port your theme from 5.6?
There are a few key differences:
1) Your website should be wrapped within:
<div class="<?=$c->getPageWrapperClass()?>">
<!-- Your Code Here -->
</div>
<!-- Scripts go here -->
</body>
</html>

2) Your footer should have
<?php Loader::element('footer_required'); ?>

This would be before the </body> tag.
mlane replied on at Permalink Reply
mlane
This is a theme retrieved from the Marketplace called Agora. I did manage to get something from this linkhttp://nanagraphics.com/index.php/dashboard/pages/themes... and choose the default Elemental Theme that is actually quite lovely, I activate, go to the site, home page displays yet nothing if I click on any menu items or try to access the dashboard options.

Oh, and the above link does list the dashboard options. This link:http://nanagraphics.com/login/authenticate/concrete... returns this: Not Found

The requested URL /login/authenticate/concrete was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request..

Additionally, the edit button gives the options to edit blocks but nothing to choose from and doesn't do anything if clicked on.

Should I just uninstall and reinstall? It's no big deal since it's a fresh setup at the moment.
mlane replied on at Permalink Reply
mlane
Also,

Code for Agora Controller.php is:

<?php 
namespace Concrete\Package\ThemeAgora;
use Concrete\Core\Package\Package;
use Concrete\Core\Page\Theme\Theme;
defined('C5_EXECUTE') or die(_("Access Denied."));
class Controller extends Package
{
    protected $pkgHandle = 'theme_agora';
    protected $appVersionRequired = '5.7.4.2';
    protected $pkgVersion = '0.9.4';
    protected $pkgAllowsFullContentSwap = false;
    public function getPackageName() {
        return t("Agora Theme by tallacman");
    }
    public function getPackageDescription() {

...and default.php

<?php     defined('C5_EXECUTE') or die(_("Access Denied."));
$this->inc('elements/header.php'); ?>
<main class="container">
    <nav class="col-12 col-sm-3 col-md-3 gutters-all border-right">
        <?php   
        $a = new GlobalArea('Header Navigation');
        $a->display();
        ?>
        <?php   
        $a = new Area('Per Page Sidebar');
        $a->display($c);
        ?>
    </nav>
    <div class="col-12 col-sm-9 col-md-9 content">
            <?php
mlane replied on at Permalink Reply
mlane
Okay, so I just uninstalled, deleted MYSQL database associated to the install, reinstalled and all is okay for the moment.

Let's hope it stays that way.

Thanks for your help.
tallacman replied on at Permalink Reply
tallacman
If you have any more issues let me know. Agora is my baby, or enfant terrible.
tallacman replied on at Permalink Reply
tallacman
If you have any more issues let me know. Agora is my baby, or enfant terrible.
teamdb replied on at Permalink Reply
teamdb
I am getting similar issue and my site is down.

Symfony\Component\ClassLoader\MapClassLoader::loadClass(): Failed opening required '/home/grateful/public_html/mckinneynorthbaseball/packages/theme_agora/controller.php' (include_path='/home/grateful/public_html/mckinneynorthbaseball/concrete/vendor:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')

Software
Concrete5 5.7

Installation Number
174_33554

Version
5.7.5.6

Installation Time
January 12, 2016, 3:47 am

Path
/home/grateful/public_html/mckinneynorthbaseball

URL
http://mckinneynorthbaseball.gratefulgiver.com...

Admin URL
http://mckinneynorthbaseball.gratefulgiver.com/index.php/login...