kangana
Forum Replies Created
-
Forum: Localhost Installs
In reply to: How we install wordpress in local host XampThere are also Bitnami installations ready to use, but also those have bugs!
Most guides for installing locally are a “nothing to do”. Tried too many but in end I had to do by myself.
Forum: Localhost Installs
In reply to: Error establishing a database connectionI had same problem and I had to uninstall everything.
Now I’m trying it on a fresh pc the versions of XAMPP and WP made by Bitnami, but also those look like there is something not clear… same problem for downloadinbg themes or plugins. Bitnami made a new path for WP, and XAMPP doesn’t knows it at all.
Normally it should be
/opt/lampp/htdocsbut with Bitnami installation it becomes/opt/apps/wordpress/htdocs/and this makes the difference in many other paths. How can this be an automated installation if it doesn’t see paths and/or links to them?They should erase that word of “easier”.
Forum: Installing WordPress
In reply to: HOW-TO for a local WordPress?I uninstalled all ’cause it looks as rubbish! It is impossible for me spending so much time reading all posts around the net, and everyone only in end say “procedure for Windows or for Mac”. I tried to follow those and nothing happened, so the only way is to forget and go back to my usual way of preparing sites with java, css, html5 and others. In that way I can make a site on my pc and show it to the interested, without having to do strange things.
The peculia, is that I installed a copy of Instant wordpress on windows and it works in all, without having troubles. The instalaltion I made 1 month ago on another pc, always Linux, is working fine and for setting XAMPP and the site it toke me about 10 minutes. Why now is so complicated? I’m afraid there is some kind of bug in the 4.0 version of WP.
Thanks to all for the help.Forum: Installing WordPress
In reply to: My site loads slow, How can I speed it up?It may help you (I hope).
In /opt/lampp/etc/php.ini ↓
Remove the semicolon at the beginning of each line and restart XAMPP
;extension="eaccelerator.so" ;eaccelerator.shm_size="16" ;eaccelerator.cache_dir="/opt/lampp/tmp/eaccelerator" ;eaccelerator.enable="1" ;eaccelerator.optimizer="1" ;eaccelerator.check_mtime="1" ;eaccelerator.debug="0" ;eaccelerator.filter="" ;eaccelerator.shm_max="0" ;eaccelerator.shm_ttl="0" ;eaccelerator.shm_prune_period="0" ;eaccelerator.shm_only="0" ;eaccelerator.compress="1" ;eaccelerator.compress_level="9"