Pagina 1 van 1
forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 18 feb 2010, 12:49
door plom-plom
- Adres van je forum: http://www.zwerfvagebonden.be
Event. modificaties op je forum: verjaardagsmail, verjaardagscake, ip tracer, auto-install
Wanneer ontstond het probleem? onlangs maar inderdaad na installatie van MODS
phpBB versie: 3.0.6
Heb je onlangs iets veranderd aan je forum? installaties van MODS
Wat is het probleem?
Ik ben een echte beginneling.
Wilde wat MODS installeren maar die bleken niet te werken. (gaven fouten) Heb ze willen desinstalleren, maar dat lukt ook niet. Geeft verschillende fouten.
forum is heel traag geworden.
Wie kan, wil me helpen?
Alvast dank.
Bernard
..
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 18 feb 2010, 13:00
door FreakyBlue
Wat is nu precies je vraag?
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 18 feb 2010, 13:11
door plom-plom
zou graag de mods verwijderen en bekijken waarom het forum zo traag aan het lopen is.
Sorry, voor mij is dit geheel nieuw.
B
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 18 feb 2010, 13:13
door Jeroen
Heb je de installatie bestanden van achter naar voor teruggelopen en zo dus alle wijzigingen ongedaan gemaakt? Ook de bestanden van de MODs weer verwijderd?
Wat voor fouten krijg je precies? Als je duidelijker bent kunnen we je beter helpen.
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 18 feb 2010, 13:15
door plom-plom
sorry, maar zoals ik al liet weten, ben ik echt een newbe.
heb het ook willen installeren via automod. Heb blijkbaar niet goed gelezen dat dit niet zou werken met de Nederlandse versie en met een ander template dan de Silver.
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 18 feb 2010, 13:18
door Jeroen
Als je geholpen wilt worden moet je toch echt duidelijker zijn.
Wat voor foutmeldingen krijg je dan?
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 18 feb 2010, 13:40
door plom-plom
voor "Email on Birthday"
One or more install actions failed. Please review the actions below, make any adjustments and retry. You may continue with the installation even though some of the actions failed. This is not recommended and may cause your board to not function correctly.
In-Line Find
in-line-replace
The In-Line Find specified by the MOD could not be found.The Find specified by the MOD could not be found
voor "Viewtopic Birthday"
One or more install actions failed. Please review the actions below, make any adjustments and retry. You may continue with the installation even though some of the actions failed. This is not recommended and may cause your board to not function correctly.
Find
'warnings' => 0,
'allow_pm' => 0,
// viewtopic birthday
'viewtopic_birthday'=> false,
Replace With
'warnings' => 0,
'allow_pm' => 0,
The Find specified by the MOD could not be found
Find
$user_cache[$poster_id]['age'] = (int) ($now['year'] - $bday_year - $diff);
}
}
// viewtopic birthday
$user_cache[$poster_id]['viewtopic_birthday'] = false;
if ($config['allow_birthdays'] && !empty($row['user_birthday']))
{
list($bday_day, $bday_month) = array_map('intval', explode('-', $row['user_birthday']));
if ($bday_day === (int) $now['mday'] && $bday_month === (int) $now['mon'])
{
$user_cache[$poster_id]['viewtopic_birthday'] = true;
}
}
Replace With
$user_cache[$poster_id]['age'] = (int) ($now['year'] - $bday_year - $diff);
}
}
The Find specified by the MOD could not be found
Find
'POSTER_AGE' => $user_cache[$poster_id]['age'],
// viewtopic birthday
'BIRTHDAY_IMG' => $user_cache[$poster_id]['viewtopic_birthday'] ? $user->img('icon_birthday', 'VIEWTOPIC_BIRTHDAY') : false,
Replace With
'POSTER_AGE' => $user_cache[$poster_id]['age'],
The Find specified by the MOD could not be found
includes/acp/acp_styles.php
Find
'user' => array(
'user_icon1', 'user_icon2', 'user_icon3', 'user_icon4', 'user_icon5', 'user_icon6', 'user_icon7', 'user_icon8', 'user_icon9', 'user_icon10',
),
);
// viewtopic birthday
$this->imageset_keys['icons'][] = 'icon_birthday';
Replace With
'user' => array(
'user_icon1', 'user_icon2', 'user_icon3', 'user_icon4', 'user_icon5', 'user_icon6', 'user_icon7', 'user_icon8', 'user_icon9', 'user_icon10',
),
);
Success
Find
'user' => array(
'user_icon1', 'user_icon2', 'user_icon3', 'user_icon4', 'user_icon5', 'user_icon6', 'user_icon7', 'user_icon8', 'user_icon9', 'user_icon10',
),
);
// viewtopic birthday
$this->imageset_keys['icons'][] = 'icon_birthday';
Replace With
'user' => array(
'user_icon1', 'user_icon2', 'user_icon3', 'user_icon4', 'user_icon5', 'user_icon6', 'user_icon7', 'user_icon8', 'user_icon9', 'user_icon10',
),
);
The Find specified by the MOD could not be found
language/en/common.php
Find
// viewtopic birthday
$lang = array_merge($lang, array(
'VIEWTOPIC_BIRTHDAY' => 'Birthday',
));
?>
Replace With
?>
Success
Find
// viewtopic birthday
$lang = array_merge($lang, array(
'VIEWTOPIC_BIRTHDAY' => 'Birthday',
));
?>
Replace With
?>
The Find specified by the MOD could not be found
styles/prosilver/imageset/imageset.cfg
Find
img_icon_user_warn = icon_user_warn.gif*20*20
img_icon_birthday = icon_birthday.gif*40*40
Replace With
img_icon_user_warn = icon_user_warn.gif*20*20
Success
Find
img_icon_user_warn = icon_user_warn.gif*20*20
img_icon_birthday = icon_birthday.gif*40*40
Replace With
img_icon_user_warn = icon_user_warn.gif*20*20
The Find specified by the MOD could not be found
styles/prosilver/template/viewtopic_body.html
Find
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields -->
<!-- IF postrow.BIRTHDAY_IMG -->
<dd> </dd>
<dd>{postrow.BIRTHDAY_IMG}</dd>
<!-- ENDIF -->
Replace With
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields -->
Success
Find
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields -->
<!-- IF postrow.BIRTHDAY_IMG -->
<dd> </dd>
<dd>{postrow.BIRTHDAY_IMG}</dd>
<!-- ENDIF -->
Replace With
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields -->
The Find specified by the MOD could not be found
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 19 feb 2010, 12:29
door EelkeB
Als je alles kwijt wil dan kun je ook de bestanden van phpBB gewoon overschrijven met een verse download.
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 19 feb 2010, 14:01
door plom-plom
EelkeB schreef:Als je alles kwijt wil dan kun je ook de bestanden van phpBB gewoon overschrijven met een verse download.
alleen de MODS wil ik kwijt. Uiteraard niet alle data, leden, bijlagen, enz.
Ik veronderstel dat ik geen her-instal moet doen.
Dank voor je hulp.
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 19 feb 2010, 14:59
door EelkeB
Sorry. "Alles" sloeg inderdaad op alle Mods. Data staat in je database, die raak je niet kwijt bij het overschrijven van de PHP-bestanden van het forum. Let wel even op dat je het configuratie-bestand veilig stelt, daar staan de gegevens in waarmee het forum verbinding met je database maakt. Geuploade bestanden (avatars en attachments) staan in de directories images en uploads, die wil je misschien ook even controleren.
Re: forum is traag geworden , geïnstalleerde mods weghalen
Geplaatst: 19 feb 2010, 17:01
door plom-plom
hartelijk dan voor je antwoord. Zal het alter eens proberen.
B