Login Form missing after theme applied

Permalink
I have seen this question asked before but I have yet to find a solution to it. Our login form shows up when using the standard Concrete5 theme, but once we edit the site_theme_paths.php, the form disappears. When I say disappears, it does not load the form at all when the theme is applied.

Is there another step to this?


//Info

# concrete5 Version
5.6.3.1

# concrete5 Packages
Auto Copyright (1.5), Easy tabs (1.7.1), Expand / Collapse (1.2.6), Galleria image gallery (2.0), Karma (1.0.5), Login (1.1.1), Pro Events (10.8.1), QuizMaker (1.2), Whale Nivo Image Slider (1.2).

# concrete5 Overrides
None

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
5.4.22

# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, hash, iconv, imap, ionCube Loader, json, libxml, mbstring, mcrypt, mysql, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, pspell, Reflection, session, SimpleXML, soap, sockets, SPL, sqlite3, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Guard Loader, zip, zlib.

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 10M
sql.safe_mode - Off
upload_max_filesize - 50M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5

 
hutman replied on at Permalink Reply
hutman
In your theme do you have a view.php?

If you do have a view.php in your theme does it contain
<?php print $innerContent; ?>
where the form should display?

If you have both of those things and it still doesn't work, can you confirm that you do not have a login.php in your theme? If you do that will override the default login page.
ecoulter replied on at Permalink Reply
That worked.

Thanks. I knew I had to be missing something small.