url to site please?
Can you still log in?
if you can log in and try:
– deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the default theme to rule out any theme-specific problems.
if you can’t try:
– switching to the default theme by renaming your current theme’s folder in wp-content/themes using FTP or whatever file management application your host provides.
– resetting the plugins folder by using FTP or whatever file management application your host provides. Sometimes, an apparently inactive plugin can still cause problems.
http://www.advancedenergy.org/buildings/programs/affordable_housing/TheEnvelope/
I cannot log in. I can access the login page without a problem, but no matter what I enter (valid or invalid credentials), the login page just reloads and does not take me to the admin panel.
At the top of wp-config.php, I have the following lines of code:
define('WP_HOME','http://www.systemvision.org');
define('WP_SITEURL','http://www.systemvision.org/TheEnvelope');
where http://www.systemvision.org fetches data from http://www.advancedenergy.org/buildings/programs/affordable_housing/.
Are these define’s correct:
WP_HOME – home is the address you want people to type in their browser to reach your WordPress blog. http://codex.ww.wp.xz.cn/Editing_wp-config.php#Blog_address_.28URL.29
WP_SITEURL – The value defined is the address where your WordPress core files reside. http://codex.ww.wp.xz.cn/Editing_wp-config.php#WordPress_address_.28URL.29
Ah! I had them set as the site we redirect to. All is well in the world again. Thank you so much!
you’re welcome. Glad you got it resolved