Quote:
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.