Seite 89 von 343

Verfasst: 03.06.2008 03:32
von Overhead
Hallo

Kann mir jemand bei der Fehlermeldung weiterhelfen?

Code: Alles auswählen

Unknown column 'allow_personal_albums' in 'field list' [1054]
ach ja die 0.3.1 ist installiert....


cu Overhead

Verfasst: 03.06.2008 06:43
von Pofi
@ gnomie: Cache geleert?

@ Overhead: Wann ist diese Meldung erschienen?

Verfasst: 03.06.2008 09:29
von nickvergessen
Overhead hat geschrieben:Hallo

Kann mir jemand bei der Fehlermeldung weiterhelfen?

Code: Alles auswählen

Unknown column 'allow_personal_albums' in 'field list' [1054]
ach ja die 0.3.1 ist installiert....


cu Overhead
Hast du auch wirklich die install_gallery/install.php aufgerufen udn das update ausgeführt?

Verfasst: 03.06.2008 10:04
von Overhead
@ nickvergessen

ja natürlich - das ging auch und dann kam die Meldung, btw. wenn ich auf den Galerie Button klicke kommt folgendes
PHP Notice: in file /gallery/index.php on line 91: Division by zero
phpBB Debug] PHP Notice: in file /includes/functions.php on line 3636: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3638: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3639: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3640: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
Ich schätze mal da ist noch irgendwo was nicht wie es sein soll...

cu Overhead

Verfasst: 03.06.2008 13:22
von nickvergessen
Änder im ACP mal die Einstellungen für Die angezeigten Reihen pro Seite:

Code: Alles auswählen

	'S_COLS' 						=> $album_config['cols_per_page'],
	'S_COL_WIDTH' 					=> (100/$album_config['cols_per_page']) . '%',

Verfasst: 03.06.2008 15:52
von Overhead
nickvergessen hat geschrieben:Änder im ACP mal die Einstellungen für Die angezeigten Reihen pro Seite:

Code: Alles auswählen

	'S_COLS' 						=> $album_config['cols_per_page'],
	'S_COL_WIDTH' 					=> (100/$album_config['cols_per_page']) . '%',
Hast Du einen Vorschlag auf welche Werte?

cu Overhead

Verfasst: 03.06.2008 16:18
von nickvergessen
größer 0 :-?
Standardmässig ist 3 oder 4

Verfasst: 03.06.2008 16:25
von Overhead
Hallo nickvergessen,

ich habe nun den Wert bei beiden auf 3 gesetzt - trotzdem bleibt es bei der Meldung:
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 91: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3636: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3638: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3639: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3640: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
cu Overhead

Verfasst: 03.06.2008 16:29
von nickvergessen

Code: Alles auswählen

UPDATE phpbb_gallery_config SET config_value = 3 WHERE config_name = 'cols_per_page';

Verfasst: 03.06.2008 16:54
von Overhead
@ nickvergessen,

habe ich gemacht jetzt kommt:
[phpBB Debug] PHP Notice: in file /gallery/album.php on line 358: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3636: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3638: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3639: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3640: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
und im ACP unter Persönliche Alben Berichtigungen

kommt folgendes:
SQL ERROR [ mysql4 ]

Unknown column 'allow_personal_albums' in 'field list' [1054]

SQL

SELECT group_id, group_name, group_type, allow_personal_albums, view_personal_albums, personal_subalbums FROM phpbb_3groups ORDER BY group_name ASC

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: includes/acp/acp_gallery.php
LINE: 633
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_gallery.php
LINE: 95
CALL: acp_gallery->album_personal_permissions()

FILE: includes/functions_module.php
LINE: 471
CALL: acp_gallery->main()

FILE: adm/index.php
LINE: 76
CALL: p_master->load_active()
cu Overhead