Has anyone been able to add web sites sucessfully?
I'm getting hung up on it trying to compare the "oid" column when adding a website. Is oid (I assume it stands for object id) a Postgresql thing?
Anyway, I've changed it to "...WHERE id='$oid'..." and it seems ok. I've also had to use the function "mysql_query()" for grabbing the list of sites. I'm still working on putting everything together (sort of like humpty dumpty).
Just wondering if it's only my problem or has anyone else run into it? Also, stramm, I'll be hitting you up for the db backup code soon.
Hi Roxane... I have the same problems. But for me it didn't work to change oid to id. Tried that yesterday. Maybe cause I haven't changed @my_query to mysql_query(), lol
going to test that a lil bit later. If it works out then I'm finishing the improved thumbs generation
Originally posted by Roxane Has anyone been able to add web sites sucessfully?
I'm getting hung up on it trying to compare the "oid" column when adding a website. Is oid (I assume it stands for object id) a Postgresql thing?
Anyway, I've changed it to "...WHERE id='$oid'..." and it seems ok. I've also had to use the function "mysql_query()" for grabbing the list of sites. I'm still working on putting everything together (sort of like humpty dumpty).
Just wondering if it's only my problem or has anyone else run into it? Also, stramm, I'll be hitting you up for the db backup code soon.
Roxane
I have this problem too.
I fixed it by editing builderfuncs.php and changing
all lines where is says "where oid = '$oid' " to where id = '$oid'
Now I can enter a site but they don't get displayed... so i'm trying to figure out why they are in the database but don't get displayed.
Originally posted by 4Pics Ok found out how to fix it so it displays sites.
In builderfuncs.php find
$query .= " LIMIT $limit, $offset";
change to
$query .= " LIMIT $offset, $limit";
Anyone else with problems please post them (not authenication problems since I dont have that)
I haven't worked on it since yesterday. But yes, 4Pics, I had the same problem and fixed it the same way. When I start working on it again. I'll post some more.
Stramm, I haven't forgotten about you. I'll try to get you the files today.
Originally posted by KCat Any news on this? I don't want to start fucking with it until I know someone else got it working. My coding skills leave something to be desired.
Go ahead and try it and post what problems you have.
SYSTEM ERROR
An error occurred during the last operation.
Please forward the following debug information to the developers for further help.
Password Checker : Table 'sabai.users' doesn't exist
Comment