yeppers
|
| Posted: 07/01/2002, 6:42 PM |
|
I have a page that will NOT take a data bound control.
It doesn't write it to the class, so I keep geting this error message:
Fatal error: Call to a member function on a non-object in d:\abriasoft\abria sql\apache\htdocs\absolutemedia\products_maint.php on line 686
This is costing me hours of frustration - I tried hand coding it into the class, and the project overwrote it.
Anybody else having this frustration?
|
|
|
 |
Tom
|
| Posted: 07/02/2002, 6:43 AM |
|
Hello,
what is line 686 in products_maint.php? Have you modified page code manually? Did you used builder to create form?
In any case you can contact CC support and ask them to look at your project.
|
|
|
 |
Tom
|
| Posted: 07/02/2002, 6:43 AM |
|
Hello,
what is line 686 in products_maint.php? Have you modified page code manually? Did you used builder to create form?
In any case you can contact CC support and ask them to look at your project.
|
|
|
 |
yeppers
|
| Posted: 07/02/2002, 9:40 AM |
|
I initially created the page with the builder.
Then I added a listbox control (several, actually) and went through all the steps to add data binding, parameters, etc.
When I publish, the controls aren't getting written to the datasource class.
They get written to the rest of the page, but that does no good because they are not members of the class.
I can go in and add them manually to the class init and it works, but what a pain.
Also, this particular page is mangling the events page as well.
AAAARRRRRGGGGGGGGGGG!
I have contacted CC - so far they are not very helpful.
|
|
|
 |
Tom
|
| Posted: 07/03/2002, 1:42 AM |
|
Hello,
Does it happen for the one particular page? I’ve tried to reproduce the problem but I wasn’t able to. I suppose the problem is with your project. Have you modified html code in editor?
|
|
|
 |
|