I come across your Dataface scripts and in particular your Auction script today, and I thought I would try to install them, but for the life of me I can't work out what:
Warning: Cannot use a scalar value as an array in /usr/home/.sites/70/site4/web/Dataface/Table.php on line 1789
Warning: Invalid argument supplied for foreach() in /usr/home/.sites/70/site4/web/Dataface/Table.php on line 1789
is trying to tell me.
I am using version 0.1 dev 3 of the Auction script and Dataface 0.7.1
I was able to go through your very educational "Faculty" tutorial and that worked fine, so the above errors shouldn't have anything to do with a server config issue.
I have Dataface installed in the root directory and the Auction scripts installed in a directory called "auctions". I believe I referencing the right places in the .ini files etc, as I am not getting errors relating to such issues.
I can enter the login area of the Auction script and edit the "Auction Settings" fine, but if I try to register before hand, I do get a lot more errors such as:
Warning: Cannot use a scalar value as an array in /usr/home/.sites/70/site4/web/Dataface/Table.php on line 1789
Warning: Invalid argument supplied for foreach() in /usr/home/.sites/70/site4/web/Dataface/Table.php on line 1789
Fatal error: [pear_error: message="Parse error: Unknown action :s on line 1 select * from bids where username='$username' ^ found: "s"" code=0 mode=return level=notice prefix="" info=""]
On line 182 of file /usr/home/.sites/70/site4/web/Dataface/Relationship.php in function printstacktrace()
On line 102 of file /usr/home/.sites/70/site4/web/Dataface/Relationship.php in function _init(array(select * from bids where username='$username'))
On line 1366 of file /usr/home/.sites/70/site4/web/Dataface/Table.php in function dataface_relationship(users,bids,array(select * from bids where username='$username'))
On line 2634 of file /usr/home/.sites/70/site4/web/Dataface/Table.php in function _loadrelationshipsinifile()
On line 752 of file /usr/home/.sites/70/site4/web/Dataface/QuickForm.php in function relationships()
On line 1361 of file /usr/home/.sites/70/site4/web/Dataface/QuickForm.php in function _build()
On line 30 of file /usr/home/.sites/70/site4/web/actions/register.php in function validate() in /usr/home/.sites/70/site4/web/Dataface/Relationship.php on line 182
Been chasing my tail a bit now, so I am hoping you can put me back on track. I think what you are doing here is pretty cool and worthy of some extra time to try to get it working
Thanks
Tim