My ISP changed so that php-scripts run with my user rights instead of server credentials. Since that xp_publish.php can't generate a correct .reg-fileƶ.
It defaults back to root directory of my web in the reg-file:
"href"="http://www.bister.se/xp_publish.php?cmd=publish",
while the correct path is:
"href"="http://www.bister.se/e107_plugins/coppermine_menu/xp_publish.php?cmd=publish".
Although I corrected the reg-file manually I still get an error after selecting the album I want the images uploaded to. My best guess is that there's a file/folder permission problem, but I'm not sure which files/folders to change. Single file uploading is currently working, but newly created albums get no name (just a "*" symbol).
Anyone who can help me with this problem?
Regards,
Jonas