Page 1 of 1

Strange problem...

Posted: Mon Feb 07, 2005 8:57 pm
by Wldrumstcs
Okay, here are my sites:
http://www.tidbitfacts.com/wwshs
http://www.wwshssocialstudies.com

I get all these errors that shouldn't be there. The EXACT same PHP sources worked fine on my other website (tidbitfacts). I emailed my host asking about the errors and here's what they had to say:

"It looks like the path problem is the problem although not the error that it looks like on the surface. Your tidbitfacts.com account is on a Unix server and the wwshssocialstudies.com site is on a Windows server. Therefore you may be using relative paths, but they are relative to the Unix system, and incorrect for the Windows system. Please check that the paths refer to the proper location for the Windows server. You should be able to find the server information and paths to modules within your vDeck. Thanks and please let us know if you need further assistance."

Okay, what does all that mean? I am confused about the relative paths, and I also had trouble finding more info on Vdeck (the tool used to upload pages and maintain the website). Any help would be greatly appreciated!

Posted: Mon Feb 07, 2005 9:27 pm
by feyd
as of right now, your code has unquoted named array indices and you aren't checking of vars exist before using them on a page or two.

The difference between the two sites right now, is strictly the error_reporting level. It is best to get rid of those notices rather than hide them via changing the error_reporting level...



This isn't theory or design, so moved to PHP - Code.