Seite 1 von 1

Random PIC bei Photo Album bringt Fehler

Verfasst: 06.10.2005 16:34
von RalfThomas
Hallo ,

habe Random PIC als Iframe im Forum laufen
Jetzt kommt

Warning: main(): Unable to access ./phpBB2/extension.inc in /srv/www/web2/html/phpBB2/album_mod/album_recentpic.php on line 8

In der Zeile steht
include($phpbb_root_path . 'extension.inc');

Was bedeutet das ?

Gruss
Ralf

Ist eingebaut in der Portal_body.tpl folgendermassen
<!-- Neue Bilder Photo Album -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>Neue Bilder Photo Album</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td align="center" nowrap="nowrap" class="row1"><span class="gensmall">

<iframe src="http://www.diskusportal.ch/phpBB2/album ... entpic.php" name="Neue Bilder Photo Album" width="100%" height="100%" align="center"
scrolling="no" marginheight="0" marginwidth="0" frameborder="1"></iframe>

</span></td>
</tr>
</table>
<br>
<!-- Neue Bilder Photo Album -->

Verfasst: 06.10.2005 17:16
von Martin Truckenbrodt
Hallo,
1. welcher MOD? Bzw. ist der auch dafür gedacht (mein MOD ist es nicht! )?
2. Paßt die Angabe des root paths?

Wir brauchen mehr Input!

Besser wäre es eh, wenn Du das Support Forum auf http://smartor.is-root.com verwenden würdest.

Habe hier http://www.phpbb.de/viewtopic.php?p=568089 was nachgetragen.

Gruß Martin