This topic is locked

php error happened

1/4/2010 1:04:13 PM
PHPRunner General questions
M
mfero author

I have a project which works perfecly on the machine on which I built it, but when transferred to the server I hope to run it on, I get errors on 3 pages, all of which purport to be in the dbconnection.php file.
I have included urls with the error messages and hope someone can point me in the right direction.
http://128.208.133.153/uhr09/output/School_of_Medicine_list.php

http://128.208.133.153/uhr09/output/ICA_list.php

http://128.208.133.153/uhr09/output/StuLife_list.php

Sergey Kornilov admin 1/4/2010

I would suggest to upload the latest version of your database to the server.
It looks like some tables or fields are missing.

M
mfero author 1/4/2010



I would suggest to upload the latest version of your database to the server.
It looks like some tables or fields are missing.

M
mfero author 1/4/2010





Thank you for your response.
Unfortunately, the database is too large (16+ Mb) to upload to the server.
As I noted in my initial posting, these pages work fine on the machine on which they were built (with the same database on the server which returns the errors):
http://128.208.133.167/uhr91/ICA_list.php

http://128.208.133.167/uhr91/School_of_Medicine_list.php

http://128.208.133.167/uhr91/StuLife_list.php
The server which returned the errors has a slightly less robust configuration but both have the same OS and RAM.
Is it customary to experience problems when the files are ported or ftp'd to another server?
TIA

Sergey Kornilov admin 1/4/2010

Michael,
you need to upload database to YOUR server. Error message says table "School of medicine" table do not present in your database.

M
mfero author 1/4/2010



Michael,
you need to upload database to YOUR server. Error message says table "School of medicine" table do not present in your database.


Thank you. Somehow I had uploaded an earlier version of the database which, of course, didn't have those tables.