Jump to content
Science Forums

Recommended Posts

Posted

Can anyone tell me what this error message means? I get it when I try to log into "another science forum"

 

Fatal error: Call to undefined method skin_global_other_1::globalTemplateMinimal() in /www/area52.scienceforums.net/html/admin/sources/classes/output/formats/html/htmlOutput.php on line 294

Posted

In short, it means the program that website is using to render its pages is fatally flawed.

 

Specifically, in line number 294 of a PHP interpreted programming language (a common language used for websites - hypography uses it) file htmlOutput.php, a reference is made to a method (in most languages, including PHP, "methods" are things in "objects" that can be invoked, which do not return values, while "properties" or "functions" are similar and do return values. Practically speaking, there's no need to make this distinction here) that hasn't been defined in the program.

 

Whoever keeps this website up needs to fix this problem.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...