headfonia
Forum Replies Created
-
yeah and the funny thing is that I’ve gotten the installer.php to work at two different VPS and now I’m getting this same error on three other different VPS. All running Ubuntu 13.04/14.04 + LAMP.
I got some undefined index at the top
`
PHP Notice: Undefined index: SERVER_NAME in /var/www/html/installer.php on line 168
PHP Notice: Undefined index: REQUEST_URI in /var/www/html/installer.php on line 168I’ve tried all the solutions above btw
Funny I’ve got the duplicator working on several different VPS including Digital Ocean. But now I’m stuck on this new VPS I’m working at and I’m getting the same blank screen on calling the installer.php in a browser.
Have installed LAMP, as well as the php5-json. Still nothing.
If anybody else runs into the same problem:
Enabling .htaccess
https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFilesEnabling mod rewrite:
https://askubuntu.com/questions/48362/how-to-enable-mod-rewrite-in-apacheLastly, make sure .htaccess in the wordpress directory is set up right. Mine looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
My bad…
Haven’t turned on mod rewrite and allowed .htaccess rewrite (the server is a fresh VPS install).The plug in works PERFECTLY with no problems! THANK YOU!
Hi,
I don’t quite get the answers through these threads:https://www.ads-software.com/support/topic/404-on-all-pages-but-home?replies=4
They sound like the exact same problem as I’m having.
This is the installer log if that helps
Forum: Plugins
In reply to: W3TC Javascript Minify & Drop down menu problemI eventually disabled javascript minify since it messes up with the menu drop down and a jquery gallery I have on the site. Ever since that I don’t have any more problems with the drop down menu.
You can try installing a plugin called “Use Google Libraries” so that jquery is downloaded from Google’s server to take some load off your server.
If what you mean is to cache the thumbnails and put them on a CDN, then you can try this method posted by Yoav:
https://blog.gingerlime.com/thumbs-up/comment-page-1/#comment-13054I’ve used it and it works. Very simple and it works. I use WP Super Cache too.
Forum: Fixing WordPress
In reply to: Posts not showing under categoryThanks, I’ve located the problem.
Going to phpMyAdmin and doing a check on the tables reveals that wp_term_relationships have some errors in it. I tried performing the repair function but it doesn’t fix the issue. Trying to find another way to do it now.. perhaps browse the WordPress support forums for solutions.
Forum: Plugins
In reply to: Insert multiple images into a post with one clickSorry perhaps I’m not being clear, I’m not talking about the bulk upload.
After I’ve uploaded the images, I have to manually “insert” the images in the article one by one. I want to be able to insert multiple images with one click, but not in a gallery format, because I still want the images to go between one paragraphs to the next.
Forum: Plugins
In reply to: Insert multiple images into a post with one clickHi,
I looked at Photosmash, and while it seems like a very good plug in, it’s too much for my use, and it doesn’t actually give me the capability to insert multiple images into posts simultaneously at once.Forum: Plugins
In reply to: Insert multiple images into a post with one clickthanks alieneila
I’ll give it a try.
Forum: Fixing WordPress
In reply to: Uploader problemOkay, I’ve set wp-content folder permission to 777, and the error disappears, but the uploader still get stucks in the middle.