Its seams i cant do anything after i created a new style.
I cant change anything in the config. cant edit the album settings.
And when i try to upload i get this message.
Notice: Array to string conversion in /home/xxx/xxx/album/include/init.inc.php on line 135
Notice: Array to string conversion in /home/xxx/xxx/album/include/init.inc.php on line 135
How can i get my new theme to work with coppermine ?
The album is located here
http://www.dab-online.com/album
click here: http://www.dab-online.com/album/?theme=xxx
Joachim
How does that help me ?
It resets the theme to the default set in Config.
so ?
that doesnt help me with current theme.
I only have one theme on there.
without knowing your modifications to the theme, there's nothing else we can advice. Rename a local copy of your custom theme.php file to theme.php.txt and attach it to your next posting.
@croft: you should watch your tone. You're the one requesting help and supporters aren't obligated to give it to you.
Here is the txt file.
Its strange tho that you can still browse around the album and stuff like that but not editing the confog or upload.
your whole custom theme is crap, in more than one place. To solve the particular issue, edit your theme's template.html file, find<form action="index.php" method="get">
and remove it. Then find</form>
and remove it as well. The code you had there wrapped all coppermine forms, which of course is very silly.