Problems after creating a new style. Problems after creating a new style.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problems after creating a new style.

Started by croft, April 30, 2005, 03:47:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

croft

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

Joachim Müller


croft


Tranz

It resets the theme to the default set in Config.

croft

so ?
that doesnt help me with current theme.
I only have one theme on there.

Joachim Müller

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.

Tranz

@croft: you should watch your tone. You're the one requesting help and supporters aren't obligated to give it to you.

croft

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.


Joachim Müller

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.