Search found 2 matches
- Tue Jul 08, 2003 8:32 pm
- Forum: Miscellaneous
- Topic: [Help] couldn't spawn child process ???
- Replies: 0
- Views: 1277
[Help] couldn't spawn child process ???
i installed Apache 1.3.27, perl 5.6.1 , php 4.2.2. httpd.conf is configured just follow by README. but when i try to run a .cgi file , browser show me "Internal Server Error" i check with the apache error.log , there is a record saying that "[Tue Jul 08 16:13:02 2003] [error] [client ...
- Mon Jul 07, 2003 12:59 am
- Forum: Databases
- Topic: Unknown column 'username' in 'field list' ???
- Replies: 2
- Views: 411
Unknown column 'username' in 'field list' ???
Code: Select all
MySQL said:
Unknown column 'username' in 'field list'my situation is : the table already exist, i try to add a new column named "username" into that table,but when i do the select, the error comes out !! what is happen ?????