AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Fatal Error, Method not found.

4 Posts
2 Users
1 Reactions
2,566 Views
Posts: 3
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@icaninteractive)
Active Member
Joined: 8 years ago
[#5751]

Hello, I hope everyone is having a good day.

I was trying to activate the wpForo plug in on my site but ran into this issue. 

Fatal error: Uncaught Error: Call to undefined function xml_parser_create() in /var/www/html/wp-content/plugins/wpforo/wpf-includes/class-phrases.php on line 142

 

Any ideas on how I could fix this?

 

Thank you for your time.

 

William McHugh


3 Replies
Robert
Posts: 10752
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 3 months ago

This is a server issue not wpForo.

xml_parser_create() is part of the XML PHP module. If the function is undefined then it would probably be a problem with the way your XML module is installed.

You need to make sure that your PHP does not disable xml support, which should be enabled by default. Ask your server administrator or hoster to remove the "--disable-xml" from the install script.

Eg: http://php.net/manual/en/xml.installation.php

If it is a windows install, try the following extension (use other extensions in php.ini for the exact syntax, and make sure that the file exists!)

extension=php_xmlrpc.dll


2 Replies
(@icaninteractive)
Joined: 8 years ago

Active Member
Posts: 3
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

Thank you very much. I will look into it.


(@icaninteractive)
Joined: 8 years ago

Active Member
Posts: 3
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

Would like to just touch base in saying that this was the issue and thank you for the help.


Share: