Note that there are some explanatory texts on larger screens.

plurals
  1. POphp errors in a structure that works perfectly on another server
    text
    copied!<p>I am migrating a php structure onto a new server, </p> <p>The original test bed at <a href="http://www.texility.com/" rel="nofollow">http://www.texility.com/</a> works quite well, and I have made an identical mySQL structure and have the same php over on a new server at <a href="http://www.sequility.com/" rel="nofollow">http://www.sequility.com/</a></p> <p>But as you can see, there are errors in the PHP all of a sudden.</p> <p>specifically: </p> <blockquote> <p>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</p> <p>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</p> <p>Error: Could not load template /home/sequilit/public_html/app/view/index.php!</p> </blockquote> <p>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.</p> <p>I have double checked and the php is identical on the test bed even without a <code>/home/sequilit/public_html/app/view/index.php</code> 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. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload