jorgepi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error in capabilities.php file when accessing my siteThanks again!!!
Forum: Fixing WordPress
In reply to: error in capabilities.php file when accessing my siteThat did it! Thanks!! Why do you think it happened?
Forum: Fixing WordPress
In reply to: error in capabilities.php file when accessing my siteI think it is version 3.3.2
Forum: Installing WordPress
In reply to: Imported WordPress and my websites appear blank in browserI am hosting my own webserver. I have Apache installed, so I guess it can be the same as your case.
Forum: Installing WordPress
In reply to: Imported WordPress and my websites appear blank in browserOk, the timezone error got fixed by adding the following line in the php.ini file with my time zone:
date.timezone = “America/Anchorage”The Permission denied error, still getting it.
Forum: Installing WordPress
In reply to: Imported WordPress and my websites appear blank in browserWhat can I do? Change folder permission?
Forum: Installing WordPress
In reply to: Imported WordPress and my websites appear blank in browserI didn’t disbled pluggins before backing up.
I just enabled display_errors in the php.ini file and when accessing website through browser, the following error is shown:Warning: require(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘America/Anguilla’ for ‘AST/-4.0/no DST’ instead in /var/www/virtualdomains/domain1.com/wp-settings.php on line 21 Warning: require(/var/www/virtualdomains/domain1.com/wp-includes/load.php): failed to open stream: Permission denied in /var/www/virtualdomains/domain1.com/wp-settings.php on line 21 Warning: require(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘America/Anguilla’ for ‘AST/-4.0/no DST’ instead in /var/www/virtualdomains/domain1.com/wp-settings.php on line 21 Fatal error: require(): Failed opening required ‘/var/www/virtualdomains/domain1.com/wp-includes/load.php’ (include_path=’.:/usr/share/pear:/usr/share/php’) in /var/www/virtualdomains/domain1.com/wp-settings.php on line 21
I have another domain in this server and WordPress is running in that one without problems, but it is a new installation and a new database.
Forum: Installing WordPress
In reply to: Updated the permalinks and now I can't access my pagesThanks govpatel, what you said made me look in that direction. This is what I did that solved my problem:
I Opened the Apache configuration file httpd.conf and changed AllowOveride None to AllowOveride All inside the DocumentRoot Directory Directive. I then rebooted the server and problem solved.Once I rebooted I opend the httpd.conf file again and I don’t know why, but the lines that I added to the Apache Virtual Hosts disappeared (RewriteEngine On
RewriteOptions Inherit).Forum: Installing WordPress
In reply to: Updated the permalinks and now I can't access my pagesI checked my httpd.conf file and mod_rewrite is On. Just in case, I added the following lines that I found Googling to the Apache Virtual Hosts:
RewriteEngine On
RewriteOptions InheritI reboot the server, but still doesn’t work.
I changed both the WordPress address and the Site address to my domain and now I’m able to see my site from the internet perfectly. But now, when I’m physically at the server, I don’t see any images when I type the wordpress login.
The domain name I used when installing Centos was pcelementspr.com, the same as my blog address, can this be the problem?
I’m using a Mac with wordpress installed in it. Where is located the theme folder that I created? so I can upload it to my host.