ktbird7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 Not Found Errors on All PagesI found my solution here: https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04
The “Modifying Apache to Allow URL Rewrites” section.
Forum: Fixing WordPress
In reply to: 404 Error on Pages, Broken ImagesI fixed my problem.
I need to enable the rewrite module in apache:
sudo a2enmod rewriteThen I needed to change the apache2.conf file under <Directory /var/www/> from AllowOverride None to AllowOverride FileInfo.
Forum: Themes and Templates
In reply to: How to password protect a page template?I found a very simple solution that works:
if ( !post_password_required() ) { // stuff to protect }Forum: Installing WordPress
In reply to: Error establishing a database connection — beyond frustratedjonradio, your advice seems to have helped. Thanks for the assistance. I will mark this as resolved for now.
Forum: Installing WordPress
In reply to: Error establishing a database connection — beyond frustratedNot having much luck with the plugin, keeps failing with this error:
server code: 200 status: OK response: Warning: file_get_contents(installer-data.sql) [function.file-get-contents]: failed to open stream: No such file or directory in /home/dallasn3/public_html/dpa/sandbox/wordpress4/installer.php on line 614 {"pass":1,"table_count":0,"table_rows":-2,"query_errs":0}:/
Forum: Installing WordPress
In reply to: Error establishing a database connection — beyond frustratedHere is the URL of the sandbox http://dallasnokill.org/dpa/sandbox/wordpress3/
I have checked both of the URLs in general settings.
I will try the plugin you’ve linked and see if I get better results with that.
Forum: Installing WordPress
In reply to: Error establishing a database connection — beyond frustratedWould appreciate any assistance anyone can give on this…
Forum: Installing WordPress
In reply to: Error establishing a database connection — beyond frustratedI don’t understand why the home page works (which means that the configuration must be correct, or else it would also be broken) yet every single page has this error.
Forum: Installing WordPress
In reply to: Error establishing a database connection — beyond frustratedNo, I’ve ran the test code there as well and it also says connected successfully.