Page 1 of 1

2 problems on ACP Welcome Page

PostPosted: Sun Sep 16, 2007 2:57 am
Author: Angelus
Your phpBB Version: 2.0.20
phpBB Type: Integramod 140
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://www.das-bemalforum.de

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Hi all,

since a longer time I get this message in my ACP in the "IntegraMOD-News" field:

14e
Not Found
The requested URL /forum/updateNews/news.txt was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. 0
. I updated yesterday to 2.0.20 from 2.0.19 but the problem I had also in 2.0.19.


The other problem is in the field "phpBB Security Status":

Sorry, I was unable to get version data at this time. Please try later.


This problem I have since some days but I have not changed any file before this message appeared the first time.

EDIT:I also have a problem with my image resizer that worked fine the last months. I have an idea what could be the cause. My directory where my board is in moved on my server but I changed the path in the ACP. The ACP and the board seems to work fine except the problems I mentioned. On a local installation with XAMPP everything works fine. There I used the exactly same files and database than online only in another directory (but I made all the chances like online)

Hope someone can help me.

Greetings
Thorsten

Re: 2 problems on ACP Welcome Page

PostPosted: Sun Sep 16, 2007 8:55 am
Author: Helter
open

root/admin/index.php

look for the section that starts with

Code: Select all
Check for news from integramod


the following code should be

Code: Select all
    $errno = 0;    $errstr = $news = '';      if ($fsock = @fsockopen('www.integramod.com', 80, $errno, $errstr))    {       @fputs($fsock, "GET /forum/updateNews/news.txt HTTP/1.1rn");       @fputs($fsock, "HOST]http://www.integramod.com[/url]rn");       @fputs($fsock, "Connection: closernrn");


You may simply be timing out since your also getting an error parsing phpBB Security

Re: 2 problems on ACP Welcome Page

PostPosted: Sun Sep 16, 2007 9:08 am
Author: Angelus
Hi HelterSkelter,

I had an old URL in my index.php (integramod2.com). The security issue and the problem with my image resizer is still open.

You may simply be timing out since your also getting an error parsing phpBB Security

This I do not understand. Where do I get this error?

Greetings and thanks
Thorsten