Download mod error
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Download mod error
Ik heb de download mod geinstaleerd, maar dan staat er als ik op download druk:
Couldnt query Download configuration
DEBUG MODE
SQL Error : 1146 Tabel 'forum.phpbb_pa_settings' bestaat niet
SELECT * FROM phpbb_pa_settings
Line : 184
File : ...........\............\phpBB\pafiledb\includes\functions.php
En dan kijk ik met phpmyadmin naar de tabel phpbb_pa_settings dan staat hij er gewoon tussen.
Couldnt query Download configuration
DEBUG MODE
SQL Error : 1146 Tabel 'forum.phpbb_pa_settings' bestaat niet
SELECT * FROM phpbb_pa_settings
Line : 184
File : ...........\............\phpBB\pafiledb\includes\functions.php
En dan kijk ik met phpmyadmin naar de tabel phpbb_pa_settings dan staat hij er gewoon tussen.
- Carlo Claessen
- Berichten: 1280
- Lid geworden op: 02 jul 2005, 14:05
- Carlo Claessen
- Berichten: 1280
- Lid geworden op: 02 jul 2005, 14:05
Ik heb het nu opgelost maar nu staat er de volgende fout:
Warning: Invalid argument supplied for foreach() in C:\Webserver\www\phpBB\pafiledb\includes\functions.php on line 79
Warning: Cannot modify header information - headers already sent by (output started at C:\Webserver\www\phpBB\pafiledb\includes\functions.php:79) in C:\Webserver\www\phpBB\includes\page_header.php on line 502
Warning: Cannot modify header information - headers already sent by (output started at C:\Webserver\www\phpBB\pafiledb\includes\functions.php:79) in C:\Webserver\www\phpBB\includes\page_header.php on line 508
Warning: Cannot modify header information - headers already sent by (output started at C:\Webserver\www\phpBB\pafiledb\includes\functions.php:79) in C:\Webserver\www\phpBB\includes\page_header.php on line 509
Dit is het script
$meow = $cats; // whatever, it works...
foreach ($meow as $cat) <----- regel 79
{
if ($cat['cat_parent'] == $par)
{
switch ($type)
{
default:
case 'jump':
{
$out .= '<option value="' . append_sid("dload.php?action=category&id=" . $cat['cat_id']) . '">' . $pre . $cat['cat_name'] . "</option>\n"
.jumpmenu_option($cat['cat_id'], ($depth + 1), 'jump', $default);
break;
}
Warning: Invalid argument supplied for foreach() in C:\Webserver\www\phpBB\pafiledb\includes\functions.php on line 79
Warning: Cannot modify header information - headers already sent by (output started at C:\Webserver\www\phpBB\pafiledb\includes\functions.php:79) in C:\Webserver\www\phpBB\includes\page_header.php on line 502
Warning: Cannot modify header information - headers already sent by (output started at C:\Webserver\www\phpBB\pafiledb\includes\functions.php:79) in C:\Webserver\www\phpBB\includes\page_header.php on line 508
Warning: Cannot modify header information - headers already sent by (output started at C:\Webserver\www\phpBB\pafiledb\includes\functions.php:79) in C:\Webserver\www\phpBB\includes\page_header.php on line 509
Dit is het script
$meow = $cats; // whatever, it works...
foreach ($meow as $cat) <----- regel 79
{
if ($cat['cat_parent'] == $par)
{
switch ($type)
{
default:
case 'jump':
{
$out .= '<option value="' . append_sid("dload.php?action=category&id=" . $cat['cat_id']) . '">' . $pre . $cat['cat_name'] . "</option>\n"
.jumpmenu_option($cat['cat_id'], ($depth + 1), 'jump', $default);
break;
}
- Carlo Claessen
- Berichten: 1280
- Lid geworden op: 02 jul 2005, 14:05
Code: Selecteer alles
$out .= '<option value="' . append_sid("dload.php?action=category&id=" . $cat['cat_id']) . '">' . $pre .
Code: Selecteer alles
$out .= '<option value=" . append_sid("dload.php?action=category&id=" . $cat['cat_id']) . ">' . $pre .
''Do not meddle in the affairs of wizards, for they are subtle and quick to anger. '' J.R.R Tolkien
- Carlo Claessen
- Berichten: 1280
- Lid geworden op: 02 jul 2005, 14:05
-
- Berichten: 88
- Lid geworden op: 04 jan 2003, 03:41
- Locatie: Hoogvliet
Ik heb hetzelfde probleem nadat ik de code heb aangepast:carloclaessen schreef:mmmmmmm
Ik zal er eens dieper in gaan!!!
Kom erop terug
Parse error: parse error in /usr/local/psa/home/vhosts/forumparadijs.com/httpdocs/forum/pafiledb/includes/functions.php on line 89
Fatal error: Call to undefined function: pafiledb_config() in /usr/local/psa/home/vhosts/forumparadijs.com/httpdocs/forum/pafiledb/pafiledb.php on line 21
-
- Berichten: 88
- Lid geworden op: 04 jan 2003, 03:41
- Locatie: Hoogvliet