This topic is locked

PHP error

1/25/2008 4:07:04 PM
PHPRunner General questions
D
dmcconnell author

I'm gettin the following error when trying to access one of my tables:
PHP error happened
Technical information

Error type 256

Error description Unknown column 'name' in 'field list'

URL localhost/bsalicense/title_list.php?

Error file C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\bsalicense\include\dbconnection.php

Error line 26

SQL query select `title_id`, `publisher_id`, `title_name`, `title_version` From `title` ORDER BY `title_id` ASC limit 0,20
I'm sure this is something simple, that I'm overlooking, but I don't see the problem. This is a small table with only a few columns. I have several other small tables similar to this and they all work fine. Here is the SQL for it:
select `title_id`,

`publisher_id`,

`title_name`,

`title_version`

From `title`

A
alang 1/25/2008

Have you added any event code?

D
dmcconnell author 1/25/2008

No, no event code at all.

J
Jane 1/28/2008

Hi,
it's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and post a URL to your pages here or send it to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.