http://retarded.free2host.net/litrato/
How do you fix that?!
enable debug mode, then post the actual error you get (what query fails) - not the debug output. As you can't access coppermine's config now, you'll have to enable debug mode directly in the database. Use a tool like phpMyAdmin, browse coppermine's config table and set debug_mode from "0" to "1".
It appears though that you haven't uploaded all files that come with the coppermine package, because when running update.php, I only get a minimal ouput (11 rows instead of 89). Upload the files from the sql folder as well, as suggested in the docs, then run update.php once more.
http://retarded.free2host.net/litrato/update.php
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/retarded/public_html/litrato/update.php on line 38
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/retarded/public_html/litrato/update.php on line 41
um, i have already uploaded the sql files btw :)
you were not suppossed to enable notices display. Turn it off. After all, everything appears to be fixed now, as the initial error is gone, isn't it?
how do i turn notices off? oh, and if you continue to the index of the gallery, there's a whole bunch of warnings there too :(
In your config settings.
...exactly where you turned it on in the first place (it's off by default). Don't play with options you don't understand.
just tell me what row in the db i have to change and i will :)
yoursite.com/config.php - you don't have to use phpMyAdmin to manually edit the database.
Please read the documentation.