We will more than happy to assist you regarding the any Xampp and Wamp problem.SmartzITSolutions company always providing best solutions
xampp error connection for controluser as defined in your configuration failed
you can open the xampp then open the phpmyadmin/config.inc.php file
and find the $cfg[‘Servers’][$i][‘controluser’] = ‘$pma’;
then replace to that
$cfg[‘Servers’][$i][‘controluser’] = ‘$root’;
save
you can enjoy slove the problem
Thanks
press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/mysql stop
sudo /etc/init.d/proftpd stop
sudo /opt/lampp/lampp start
System.xml
Create the new model file at the path:
appcodelocal
getLocale()->getDateFormat(Mage_Core_Model_Locale::FORMAT_TYPE_SHORT);
$data = array(
‘name’ => $element->getName(),
‘html_id’ => $element->getId(),
‘image’ => $this->getSkinUrl(‘images/grid-cal.gif’),
);
$date->setData($data);
$date->setValue($element->getValue(), $format);
$date->setFormat(Mage::app()->getLocale()->getDateFormat(Mage_Core_Model_Locale::FORMAT_TYPE_SHORT));
$date->setForm($element->getForm());
return $date->getElementHtml();
}
}
DON’T PANIC!
There is a simple solution for this. It doesn’t require some crazy plugin. It doesn’t require hiring a super hacker geek to fix it AND it won’t require hours upon hours of Google’ing for the solution.
Now, if you want to try there are a few possible solutions. You can try:
Reading this helpful article on the RSS Validator site: http://feedvalidator.org/docs/error/WPBlankLine.html
Try the FIX RSS FEED plugin for WordPress (didn’t work for my clients site at all)
Paying someone lots of money [like me WordPress Remove Blank Line From RSS Feed wordpress error on line 2 at column 6: XML declaration allowed only at the start of the document ] to do it for you.
Or you can simply do this yourself. It’s REALLY really simply and only require one file upload and one line of code. I’ll guide you through the whole process.
1) FIRST. Download the following file. http://wejn.org/stuff/wejnswpwhitespacefix.php.
If you’re a geek you can check it for yourself, but I (Piotr Krzyzek) assure you this file is Virus free. If you don’t trust that file, you can download the exact same file from my server which I won’t change at all. So you can 100% rest assure that this file is safe from my server. You can get But if you download it from my server, rename the file from the “.ph” extension to “.php” so that it will work on your server too.
2) After downloading, upload the .PHP file into your WordPress site ROOT directory. This means wherever the wp-config.php file is. Do NOT upload it into the themes folder, NOR the plugins folder. Only the root directory.
If you don’t understand that, it’s ok. Leave a comment or poke me a twitter and I’ll explain it better.
3) EDIT your index.php file and add the following right after the first line:
include(“wejnswpwhitespacefix.php”);
So at the end, your index.php should look something like this:
That’s of course a condensed version of the index.php file and your’s will probably have lots of comments and stuff in it. But the important thing is to add the include code right at the top.
After that, poof!