photoseek-0.3 API.inc error
Brought to you by:
rufustfirefly
On my system (RH 7) I had two problems not mentioned in the docs..
minimal-
phpwebtools-0.2.3.tar.gz installed into /etc/httpd/php
Had to change config.inc to reflect fullpath:
include "/etc/httpd/php/webtools.php"; // include webtools kit
and convert from ImageMagik installed in /usr/bin/X11 (possible path change was mentioned in
docs.. but RH is kinda popular)
maybe worse than minimal-
API.inc line 485:
WAS:
static $__commadelim_$type;
Changed to:
static $__commadelim_,$type;
Works great so far, though I havn't imported images yet :)
Thanks!
Logged In: NO
Well, I had the exact same problem with this version of
photoseek ... Then I had to add "include ("class.sql.php")"
to API.inc before the code could actualy compile.
Now I'm stuck at another step : "Access denied for user:
'root@localhost' (Using password: NO)" .
This one is real pain, since I actually use a password, and
it's the correct one set in config.inc ...
So I'm probably going to give up ...