logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: XAMPP on Linux, getting an error I don't understand
Author
cherry2000



Joined: 09 Jan 2015
Posts: 1

PostPosted: Fri 09 Jan '15 17:53    Post subject: XAMPP on Linux, getting an error I don't understand Reply with quote

I installed XAMPP on Linux Mint, I get this error when I try to view my WordPress website on localhost:

Code:
Warning: require_once(includes/idna_convert.class.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/birdvalleycostarica/wp-content/plugins/codestyling-localization/codestyling-localization.php on line 124

Fatal error: require_once(): Failed opening required 'includes/idna_convert.class.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/birdvalleycostarica/wp-content/plugins/codestyling-localization/codestyling-localization.php on line 124


I have no idea what it means or how to fix this. ANyone an idea?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Wed 14 Jan '15 14:56    Post subject: Reply with quote

it jsut means that the plugin can't find that file includes/idna_convert.class.php
Back to top


Reply to topic   Topic: XAMPP on Linux, getting an error I don't understand View previous topic :: View next topic
Post new topic   Forum Index -> Apache