Sub Menu
Links Menu
Online Users

In total there are 463 users online :: 2 registered, 0 hidden and 461 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

2 problems on ACP Welcome Page

Support for IntegraMOD 140

Moderator: Integra Moderator

2 problems on ACP Welcome Page

PostAuthor: Angelus » Sun Sep 16, 2007 1:57 am

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
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: 2 problems on ACP Welcome Page

PostAuthor: Helter » Sun Sep 16, 2007 7:55 am

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
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: 2 problems on ACP Welcome Page

PostAuthor: Angelus » Sun Sep 16, 2007 8:08 am

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
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00


Return to IntegraMOD 140

Who is online

Registered users: Bing [Bot], Majestic-12 [Bot]

cron