When I install everything looks like it goes well...it connects to the db and gets all the settings etc. But the images do not show up on the install page. My installation is integrated with phpbb and Im trying to use cpmfetch 1.9.3 since none of the "release" versions have an installer with them (yes the file is there but there is nothing in the file).
gallery: http://www.frenchys-pit.com/coppermine
url to cpm: http://www.frenchys-pit.com/coppermine/cpmfetch
Any ideas?
Quote from: Hell Phoenix on October 09, 2006, 08:31:07 PM
When I install everything looks like it goes well...it connects to the db and gets all the settings etc. But the images do not show up on the install page. My installation is integrated with phpbb and Im trying to use cpmfetch 1.9.3 since none of the "release" versions have an installer with them (yes the file is there but there is nothing in the file).
gallery: http://www.frenchys-pit.com/coppermine
url to cpm: http://www.frenchys-pit.com/coppermine/cpmfetch
Any ideas?
Yes, you are bridged. That is the problem. Tommorrow with any luck I will release 1.9.4 and it will have a fix (or workaround) for bridging.
Be well,
Vuud
Any news on the new version?
Quote from: Hell Phoenix on October 20, 2006, 04:07:58 PM
Any news on the new version?
I am stuck on detecting the bridge... I have code that works around it, but you would need to activate it manually in the configuration file.
That and I have been way over-busy still
Sorry for the delay... I will see if its in a working state tomorrow, and PM you a link... I don't want to send it out everywhere, but if your waiting on it and feel confident in editing a config file...
I think Im more than able to edit a config file ;)
Thanks!
Quote from: Hell Phoenix on October 26, 2006, 03:57:02 PM
I think Im more than able to edit a config file ;)
Thanks!
In that case, send bug fixes :D
Quote from: Hell Phoenix on October 26, 2006, 03:57:02 PM
I think Im more than able to edit a config file ;)
Thanks!
Hola,
I just uploaded version 1.9.4 .
Load that, then run the install.php script. It won't show you any pictures, but if you go into the config file it makes and fine the line that says:
// $cfg['cfBridgedTo'] = 'false';
Somewhere around line 12
Change it to:
$cfg['cfBridgedTo'] = 'phpbb';
You can actually change it to whatever, since I don't support any specific bridge yet, but I will call the phpbb one that when I do support it.
In the meantime it will work...
I think.
Let me know if it does not...