Kann mir jemand bei der Fehlermeldung weiterhelfen?
Code: Alles auswählen
Unknown column 'allow_personal_albums' in 'field list' [1054]
cu Overhead
Code: Alles auswählen
Unknown column 'allow_personal_albums' in 'field list' [1054]
Hast du auch wirklich die install_gallery/install.php aufgerufen udn das update ausgeführt?Overhead hat geschrieben:Hallo
Kann mir jemand bei der Fehlermeldung weiterhelfen?
ach ja die 0.3.1 ist installiert....Code: Alles auswählen
Unknown column 'allow_personal_albums' in 'field list' [1054]
cu Overhead
Ich schätze mal da ist noch irgendwo was nicht wie es sein soll...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)
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?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']) . '%',
cu Overhead[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)
Code: Alles auswählen
UPDATE phpbb_gallery_config SET config_value = 3 WHERE config_name = 'cols_per_page';
und im ACP unter Persönliche Alben Berichtigungen[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)
cu OverheadSQL 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()