- Adres van je forum: http://www.farmerforum.nl
Event. modificaties op je forum: genoeg, oa image resizer
Wanneer ontstond het probleem? geen idee
phpBB versie:3.012
Heb je onlangs iets veranderd aan je forum?is al lang bestaand probleem
Wat is het probleem?
Soms, bij het plaatsen van foto's via de img-tags in een bericht en je kiest voor voorbeeld wordt de layout van het forum heel groot en komt er bovenin te staan (zie quote). Als je het bericht dan toch plaatst staat de layout weer goed. Wat te wijzigen om dit probleem op te lossen (als het al op te lossen is)
PHP Warning: in file [ROOT]/includes/message_parser.php on line 1013: strpos() [function.strpos]: Empty delimiter
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4795: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3895)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4797: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3895)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4798: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3895)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4799: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3895)
In de functions.php staat op line 1013
Code: Selecteer alles
$path_prefix = $path[0] . ':';
Code: Selecteer alles
{
Code: Selecteer alles
$time_now = (!empty($user->time_now) && is_int($user->time_now)) ? $user->time_now : time();
// Any old lock present?
Code: Selecteer alles
garbage_collection();
Waar te zoeken?