Constant Error Log problem

Started by RobinSlig, October 22, 2008, 09:01:22 PM

Previous topic - Next topic

RobinSlig

http://www.fantasyknightsinn.com/smf3/index.php?action=admin;area=logs;sesc
8: Undefined index: scheduled_log_desc
File: /home/kurban/public_html/fantasyknightsinn/smf3/Sources/Admin.php
Line: 1049

How do I fix this?

Nathaniel

The error seems to be located in your 'Admin.php' file, Could you please post it?
SMF Friend (Former Support Specialist) | SimplePortal Developer
My SMF Mods | SimplePortal

"Quis custodiet ipsos custodes?" - Who will Guard the Guards?

Please don't send me ANY support related PMs. I will just delete them.

RobinSlig

Like this?

==>1049:     'description' => $txt['scheduled_log_desc'],

Or did you want the entire file?

H

It might be easier to attach the entire file :).

Also, which mods have you got installed?
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

RobinSlig

I have no mods installed to this forum.

H

Are all your files uptodate? (Admin area > Support and Credits > More detailed)

Try uploading clean Sources and Theme files
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

RobinSlig

files have been re uploaded. still the same error.

greyknight17

Are you sure it's uploaded and overwrote the current files there? Your original Admin.php that you attached seems to be from version 1.1.5 which will most likely give you errors. Can you attach your "new" Admin.php file here for review?

RobinSlig


Oldiesmann

That's still from 1.1.6. We need the one from 2.0 Beta 4
Michael Eshom
Christian Metal Fans

RobinSlig


Ronny

I have the same problem. When changing the language serversettings to english the errors went away. Turning it back to dutch or dutch-utf8 the errors come back again:

http://localhost/smf20/index.php?action=admin;area=logs;sesc
Apply Filter: Only show the errors with the same message
8: Undefined index: scheduled_log_desc
Apply Filter: Only show the errors from this file
File: C:/Program Files/xampp/htdocs/smf20/Sources/Admin.php
Line: 1049

http://localhost/smf20/index.php?action=admin
8: Undefined index: scheduled_log
Bestand: C:/Program Files/xampp/htdocs/smf20/Sources/Admin.php
Regel: 453

http://localhost/smf20/index.php?action=admin;area=logs;sesc
Apply Filter: Only show the errors with the same message
8: Undefined index: scheduled_log
Apply Filter: Only show the errors from this file
File: C:/Program Files/xampp/htdocs/smf20/Sources/Admin.php
Line: 423

I'm using the latest SMF 2.0 beta 4

H

RobinSlig, do you still require assistance with this? :)

Ronny, try searching for the missing strings (scheduled_log etc) in the Dutch files. It is possible that they're missing. You may also want to try downloading an updated Dutch language pack
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

Ronny

I've searched for the strings and they are inside the languagefile Admin.dutch.php
$txt['scheduled_log'] = 'Takenlog';
$txt['scheduled_log_desc'] = 'Overzicht van de taken die zijn uitgevoerd.';


The error still exist! I'll wait for the upcoming RC1 release ;)

greyknight17

Is this issue resolved now RobinSlig? If not, go to /Themes/default/languages/Admin.english.php and confirm if the below line is in that file:

$txt['scheduled_log_desc'] = 'Lists logs of the tasks that have be ran.';

If you add it inside the body of that file.

Advertisement: