Hi. I was looking at your script and for the most part it seems like a great script. I'd like to work with it and see what I can do with it but when I uploaded it to my webserver I received a lot of errors related to:
Notice: Undefined index: todo in C:\Sites\Single47\acsolutions\webroot\compb\include.php on line 159
Notice: Undefined index: todo in C:\Sites\Single47\acsolutions\webroot\compb\include.php on line 176
Notice: Undefined index: todo in C:\Sites\Single47\acsolutions\webroot\compb\include.php on line 179
Notice: Undefined index: todo in C:\Sites\Single47\acsolutions\webroot\compb\include.php on line 182
Notice: Undefined index: part in C:\Sites\Single47\acsolutions\webroot\compb\header.php on line 7
Notice: Undefined index: part in C:\Sites\Single47\acsolutions\webroot\compb\header.php on line 16
Notice: Undefined index: part in C:\Sites\Single47\acsolutions\webroot\compb\header.php on line 16
Notice: Undefined index: part in C:\Sites\Single47\acsolutions\webroot\compb\header.php on line 16
And a whole lot more like that. The end result was nothing showed up. If I tried to login to the admin section I get:
Notice: Undefined variable: comptype in C:\Sites\Single47\acsolutions\webroot\compb\config.php on line 134
Notice: Undefined variable: comptype in C:\Sites\Single47\acsolutions\webroot\compb\config.php on line 150
Notice: Undefined variable: comptype in C:\Sites\Single47\acsolutions\webroot\compb\config.php on line 169
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Sites\Single47\acsolutions\webroot\compb\config.php:134) in C:\Sites\Single47\acsolutions\webroot\compb\admin\include.php on line 7
Notice: Undefined index: loggedin in C:\Sites\Single47\acsolutions\webroot\compb\admin\include.php on line 15
You are not logged in, you must login to administrate the computer builder. Click here to login.
I was just wondering if it was a problem with trying to run it on a windows server. Thanks for your help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That doesn't have anything to do with running a windows server. You could fix that by going into your php.ini file and changing it so that it doesn't give you notices like that and only notifies you of fatal errors. It is just warning you of something that shouldn't really happen, but doesn't stop the program from working right. I'll also fix that in the next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I was looking at your script and for the most part it seems like a great script. I'd like to work with it and see what I can do with it but when I uploaded it to my webserver I received a lot of errors related to:
Notice: Undefined index: todo in C:\Sites\Single47\acsolutions\webroot\compb\include.php on line 159
Notice: Undefined index: todo in C:\Sites\Single47\acsolutions\webroot\compb\include.php on line 176
Notice: Undefined index: todo in C:\Sites\Single47\acsolutions\webroot\compb\include.php on line 179
Notice: Undefined index: todo in C:\Sites\Single47\acsolutions\webroot\compb\include.php on line 182
Notice: Undefined index: part in C:\Sites\Single47\acsolutions\webroot\compb\header.php on line 7
Notice: Undefined index: part in C:\Sites\Single47\acsolutions\webroot\compb\header.php on line 16
Notice: Undefined index: part in C:\Sites\Single47\acsolutions\webroot\compb\header.php on line 16
Notice: Undefined index: part in C:\Sites\Single47\acsolutions\webroot\compb\header.php on line 16
And a whole lot more like that. The end result was nothing showed up. If I tried to login to the admin section I get:
Notice: Undefined variable: comptype in C:\Sites\Single47\acsolutions\webroot\compb\config.php on line 134
Notice: Undefined variable: comptype in C:\Sites\Single47\acsolutions\webroot\compb\config.php on line 150
Notice: Undefined variable: comptype in C:\Sites\Single47\acsolutions\webroot\compb\config.php on line 169
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Sites\Single47\acsolutions\webroot\compb\config.php:134) in C:\Sites\Single47\acsolutions\webroot\compb\admin\include.php on line 7
Notice: Undefined index: loggedin in C:\Sites\Single47\acsolutions\webroot\compb\admin\include.php on line 15
You are not logged in, you must login to administrate the computer builder. Click here to login.
I was just wondering if it was a problem with trying to run it on a windows server. Thanks for your help.
That doesn't have anything to do with running a windows server. You could fix that by going into your php.ini file and changing it so that it doesn't give you notices like that and only notifies you of fatal errors. It is just warning you of something that shouldn't really happen, but doesn't stop the program from working right. I'll also fix that in the next release.