5.4.1 install dash board links give blank pages
Permalink
I did a fresh install. It was all simple enough. The site is live and i can add and edit files, but when I click on the Dashboard and try to use any of the options Sitemap, Users and Groups, pages and themes, Sitewide Settings, all of them ... they give me blank pages. The only dashboard option that works is the File Manager. I am not able to modify any settings as there is no content appearing under any tabs that i select.
any help on what is missing
any help on what is missing
did a clean install of the newest version 5.4.1.1 and its working now.
Having the same problem.
concrete5 5.4.1.1 fresh install
Blank page on install.
concrete5 5.4.1.1 fresh install
Blank page on install.
Do you mean certain pages in the dashboard are blank, like the original post mentioned, or are all of your pages blank?
Jon
Jon
installed according to instructions and gave me 500 internal server error which got fixed using a .htaccess.
now accessing the main website index.php i get a blank page. Did see any dashboard, or link c5 to my database.
opening the source on Firefox i get:
<?php
require('concrete/dispatcher.php');
now accessing the main website index.php i get a blank page. Did see any dashboard, or link c5 to my database.
opening the source on Firefox i get:
<?php
require('concrete/dispatcher.php');
ok - could you post the contents of your .htaccess file here please? Also, if you look in the config folder, see if there is a site.php file in there. If so, post the contents of that one too.
Jon
Jon
.htacess in root
DirectoryIndex index.php
AddType x-mapp-php5 .php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
________
inside config folder there is only one file:
site_theme_paths.php
Thanks for the fast replies, Jon
DirectoryIndex index.php
AddType x-mapp-php5 .php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
________
inside config folder there is only one file:
site_theme_paths.php
Thanks for the fast replies, Jon
hey,
if there is no site.php file, then C5 has not installed yet (you are looking on your server and not just in a local copy that you uploaded to your server yes?)
Actually, just looking at your previous comment. If you see <?php require etc.. when viewing the source code of your site, then that means you are on the correct page, but the php isn't being parsed by your server. You should check with your host. I'm guessing there is a problem with the AddType line in your .htaccess file.
Jon
if there is no site.php file, then C5 has not installed yet (you are looking on your server and not just in a local copy that you uploaded to your server yes?)
Actually, just looking at your previous comment. If you see <?php require etc.. when viewing the source code of your site, then that means you are on the correct page, but the php isn't being parsed by your server. You should check with your host. I'm guessing there is a problem with the AddType line in your .htaccess file.
Jon