List Page doe not come up after entering data

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
YogiYang
User
Posts: 101

List Page doe not come up after entering data

Post by YogiYang »

Hello,

I have run into a very wired problem.

I have following data structure:
CREATE TABLE IF NOT EXISTS advt (
advt_id int(11) NOT NULL,
advt_samaj_id int(11) DEFAULT NULL,
advt_date date DEFAULT NULL,
advt_content text,
advt_image text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

I can click on the Add button to add a new record. All things work fine but after I save a record the List pages comes up blank.

What must be the problem here?

TIA


mobhar
User
Posts: 11744

Post by mobhar »

Just check the data to your Database. Does it exist?


YogiYang
User
Posts: 101

Post by YogiYang »

Hello,

Yes it does exist.

But I have found a way out!

I created a new table under a different name and now things are working properly.

TIA


Post Reply