Moving site and issues with custom theme now??

Permalink
I moved a site to Ubuntu, using Bitnami AMI instance and now the home page in the custom theme won't work. I imported a backup of the database into an exact duplicate database name, etc, and I get the message below. Copying core themes into the root themes folder work fine. What in my theme would all of a sudden be an issue?? I can access the dashboard, etc, too.

I'm so aggravated that I am ready to dump this project and concrete5 all together.# concrete5 Version
5.6.1.2

# concrete5 Packages
Restore Automated Jobs (1.3).

# concrete5 Overrides
themes/nwconnectory, themes/dark_chocolate

# Server Software
Apache

# Server API
fpm-fcgi

# PHP Version
5.4.32

# PHP Extensions
apc, bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, intl, json, ldap, libxml, mbstring, mcrypt, mysql, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, readline, Reflection, session, SimpleXML, soap, sockets, SPL, sqlite3, standard, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 120
apc.max_file_size - 1M
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 300
max_input_vars - 1000
memory_limit - 128M
post_max_size - 40M
sql.safe_mode - Off
upload_max_filesize - 40M
ldap.max_links - Unlimited
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
File /opt/bitnami/apps/concrete5/htdocs/concrete/themes/nwconnectory/default.php not found. All themes need default.php and view.php files in them. Consult concrete5 documentation on how to create these files.


Environment:
 

Deladroid
 
mhawke replied on at Permalink Reply
mhawke
I have had this happen. I think this is how I fixed it:

1) Rename your .htaccess to .htaccessOLD
2) Create a blank .htaccess file in the root
3) Toggle Pretty URL's off and back on again.
4) Transfer anything important from your old .htaccess
Deladroid replied on at Permalink Reply
Deladroid
Yea, that didn't do anything. This issue is so weird.
jordif replied on at Permalink Reply
jordif
Have you checked if there is the default.php file in the themes/nwconnectory folder? If so, does it have the right permissions?

Jordi