PDA

View Full Version : Error on Import


rayroman
11-25-2006, 08:08 PM
Blank,

I dl the import file for PHPAS3. I placed the 3 files in my root directory. I changed the $system = 'phpas3'; I then go to my browser and I run import.php

Here is the error I get:

Notice: Undefined index: trackclicks in /home/flashgam/public_html/includes/config.php on line 81
Game Name: Sometimes things are going your way. Then, out of nowhere, t
New Movie.
Thumbnail Bytes Written: 33210Bad query: Column count doesn't match value count at row 1

Any thoughts on what the issue is?
Line 81 in my config is this:
$trackclicks = $row['trackclicks'];

Thanks

blank
11-25-2006, 09:24 PM
I have no idea....

that bad query is during the insert. Is this in fact PHPAS V3?

rayroman
11-25-2006, 09:27 PM
Yep, it's version 3.

Thansk

rayroman
11-26-2006, 06:38 AM
Things I've tried.

I have tried commenting out line 81 in config. Obviously I don't get the error message, but nothing downloads.

I tried creating the categories manually, but still nothing downloads.

I am using the last release of PHPAS3(Stable).

Anyone have any suggestion on what I can try or an alternate method to get the feeds on my site?:confused:

Any help would be sincerely appreciated.

Thanks

blank
11-26-2006, 03:23 PM
the config.php notice error isn't anything that would cause the import to stop.

The entire problem is with the insert query. I'll have to think about this one a bit longer and check to see which fields on that table are "unique" indexes.

rayroman
11-26-2006, 05:29 PM
Blank,

I appreciate you looking into this. Hopefully it can be solved.

Thank you.