Difference between revisions of "Issue:Error with using Sementic form in a wiki site"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.6.3 |Description = Error message with '''DPL''' and '''Semantic form'''. |Status = open }} == Problem == Hi Gero....)
 
Line 12: Line 12:
 
When I use DPL function in my site it will show the message
 
When I use DPL function in my site it will show the message
  
'''<nowiki>Notice: Object of class SkinMonoBook could not be converted to int in /home/e-live/public/testwiki/extensions/SemanticForms/includes/SF_GlobalFunctions.php on line 516</nowiki>''' (you can see the the extension versions  [http://studwww.nou.edu.tw/~e-live/testwiki/index.php/Special:Version here])
+
'''<nowiki>Notice: Object of class SkinMonoBook could not be converted to int in /home/e-live/public/testwiki/extensions/SemanticForms/includes/SF_GlobalFunctions.php on line 516</nowiki>'''
 +
See [http://127.0.0.1/mediawiki-1.11.0/index.php/Template:Catlist/zh_2 here]  (You can see the the extension versions  [http://studwww.nou.edu.tw/~e-live/testwiki/index.php/Special:Version here])
  
 
And in my local site(http://127.0.0.1//testwiki/index.php/ Win XP ,MediaWiki: 1.11.0 , PHP: 5.1.6 (apache2handler) , MySQL: 5.0.24a-community-nt-log ,DPL 1.6.3, Semantic Forms0.7.9) It will show  
 
And in my local site(http://127.0.0.1//testwiki/index.php/ Win XP ,MediaWiki: 1.11.0 , PHP: 5.1.6 (apache2handler) , MySQL: 5.0.24a-community-nt-log ,DPL 1.6.3, Semantic Forms0.7.9) It will show  
  
 
'''<nowiki>Notice: Object of class SkinMonoBook could not be converted to int in D:\AppServ\www\mediawiki-1.11.0\extensions\SemanticForms\includes\SF_GlobalFunctions.php on line 514</nowiki>'''
 
'''<nowiki>Notice: Object of class SkinMonoBook could not be converted to int in D:\AppServ\www\mediawiki-1.11.0\extensions\SemanticForms\includes\SF_GlobalFunctions.php on line 514</nowiki>'''
 
See [http://127.0.0.1/mediawiki-1.11.0/index.php/Template:Catlist/zh_2 here]
 
  
 
In line 516 of SF_GlobalFunctions.php, there is nothing with SkinMonoBook. See [[Image:Line 516.png|550px|center]]
 
In line 516 of SF_GlobalFunctions.php, there is nothing with SkinMonoBook. See [[Image:Line 516.png|550px|center]]

Revision as of 15:00, 13 December 2007

Description: Error message with DPL and Semantic form.
Extension / Version: DPL   /   1.6.3
Type / Status: Bug   /   open

Problem

Hi Gero.

When I use DPL function in my site it will show the message

Notice: Object of class SkinMonoBook could not be converted to int in /home/e-live/public/testwiki/extensions/SemanticForms/includes/SF_GlobalFunctions.php on line 516 See here (You can see the the extension versions here)

And in my local site(http://127.0.0.1//testwiki/index.php/ Win XP ,MediaWiki: 1.11.0 , PHP: 5.1.6 (apache2handler) , MySQL: 5.0.24a-community-nt-log ,DPL 1.6.3, Semantic Forms0.7.9) It will show

Notice: Object of class SkinMonoBook could not be converted to int in D:\AppServ\www\mediawiki-1.11.0\extensions\SemanticForms\includes\SF_GlobalFunctions.php on line 514

In line 516 of SF_GlobalFunctions.php, there is nothing with SkinMonoBook. See
Line 516.png

When I disable either DPL or Semantic form the error message above will dissappear.

Could you give me a hand? --Roc michael 13:58, 13 December 2007 (CET)



Reply