Therms Wrote:I can't register on your forum. Gives me the following error when I try to log in:
Code:
[phpBB Debug] PHP Notice: in file /home/content/s/p/u/spudsdude/html/teamumx/libraries/openid/Auth/OpenID/Consumer.php on line 166: require_once(Auth/OpenID.php) [function.require-once]: failed to open stream: No such file or directory
Fatal error: require_once() [function.require]: Failed opening required 'Auth/OpenID.php' (include_path='/home/content/s/p/u/spudsdude/html/teamumx/libraries/openid//home/content/s/p/u/spudsdude/html/teamumx') in /home/content/s/p/u/spudsdude/html/teamumx/libraries/openid/Auth/OpenID/Consumer.php on line 166
looks like the openid link isn't working, try just creating a standard account
Quote:Server and Client .. that's unknown for Media manager ... is there FAQ or some kind of Wiki for this yet ? or readme how it all is supposed to work ?
I'm actually one of those who RTFM :-)
EDIT -> i tried to read Wiki thats on your page but boy is that akward page... is that a FRAME i'm seeing ?
the wiki is still a work in progress, it contains a bunch of dev level info from when we started the project.
as for other documentation, there's not really much that's out there yet, there is some helpfull info in the forums, which later will become more of a how to use things wiki
server and client components
- the idea is remote management of your collection over a tcp connection, with the work being done on the server. This will allow the client form to be used on one system and the work be done on another. (think connecting from school/work to manage your collection) image downloads and scraping are done on the server, the client is just displaying the data
There's also a web interface that can be loaded on handhelds and pretty much anything that can display a page, but keep the work at the server. Those are not ready for testing as they are still being created.
The server isn't installed as a service/daemon right now since it's alot easier for us to debug when it's just running as an app, the service/daemon part is easy enough and will be added when it's api is completed.
Here's what I tell myself, manage your media, from most anywhere, using just about anything. There's lots still to be done, but the team is working hard on getting things together.