I am migrating a php structure onto a new server,
The original test bed at http://www.texility.com/ works quite well, and I have made an identical mySQL structure and have the same php over on a new server at http://www.sequility.com/
But as you can see, there are errors in the PHP all of a sudden.
specifically:
Notice: Undefined variable: settings in /home/sequilit/public_html/index.php on line 58 Warning: Invalid argument supplied for foreach() in /home/sequilit/public_html/index.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /home/sequilit/public_html/index.php:58) in /home/sequilit/public_html/index.php on line 100
Error: Could not load template /home/sequilit/public_html/app/view/index.php!
I have tried to fix those arrays, but I have a poor understanding of the code as I didn't write it, and a fairly poor understanding of PHP in general, but I am trying to learn as well as I can. If I change the array variable names, the page shows up but nothing works as I imagine other code needs those original variable names.
I have double checked and the php is identical on the test bed even without a /home/sequilit/public_html/app/view/index.php
file, could anyone help point me in the right direction to solve this problem? I'm sorry for any lack of explanation that would arise from my naivety in this subject.