Welcome Guest, Not a member yet? Register   Sign In
Many duplicate files and folders while restoring archive of web app CI 2
#1

Pages will not render when trying to restore Codeigniter app from proven tar.gz. 
When the app was in live environment I was able to make and see edits made to files
following the path: /public_html/x/application/views/y.php

\public_html\x\index.php identifies SYSTEM FOLDER NAME of
$system_path = 'system'; and APPLICATION FOLDER NAME of
$application_folder = 'application';
I've assumed the application folder is "application" and system folder is "system"

Their are numerous sets of subfolders with duplicate files and names.

\public_html\index.php identifies SYSTEM FOLDER NAME of
$system_path = 'system/codeigniter'; and APPLICATION FOLDER NAME of
$application_folder = 'system/pyrocms';
 - folders exist in those locations with complete sets of files as do others




there are 110 index.php, 18 config.php, 15 routes.php files identifying different System and Application folders
and default controllers.  About half have the first letter lowercase and other differences
I don't know how to prioritize...

There is a production and test environment.
Reply


Messages In This Thread
Many duplicate files and folders while restoring archive of web app CI 2 - by cipyrocms - 02-09-2020, 10:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB