Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Settings not saving (http://forum.bytesforall.com/showthread.php?t=2855)

WebWeaver Aug 6, 2009 03:42 PM

Settings not saving
 
I have been having this problem ever since I updated to 3.4.2 for this site: http://healrewireyourbrain.com - when I save my settings, the old ones re-appear. Sometimes the new settings actually take effect, which is REALLY confusing.

Any ideas?

Thanks,
Web Weaver
http://catswebweave.com

juggledad Aug 6, 2009 03:50 PM

Are you saying you have other sites where it works fine?
Are you sre that the wp-config.php is configured with an id that can write to the db?

WebWeaver Aug 6, 2009 04:04 PM

Hi JuggleDad-

The other sites I am using Atahualpa on are working fine when I save settings, so something must be wrong with this one (http://healrewireyourbrain.com). Here is the wp-config.php code (I hid the password with ********). Everything looks fine to me.



<?php
/** WordPress's config file **/
/** http://wordpress.org/ **/

// ** MySQL settings ** //
define('WP_CACHE', true); //Added by WP-Cache Manager
define('DB_NAME', 'healrewireyourbrain'); // The name of the database
define('DB_USER', 'cscholz'); // Your MySQL username
define('DB_PASSWORD', '***********'); // ...and password
define('DB_HOST', 'mysql.catswebweave.com'); // ...and the server MySQL is running on

// Change the prefix if you want to have multiple blogs in a single database.

$table_prefix = 'wp_iwb2wj_'; // example: 'wp_' or 'b2' or 'mylogin_'

// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');

/* Stop editing */

$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;

define('ABSPATH', dirname(__FILE__).'/');

// Get everything else
require_once(ABSPATH.'wp-settings.php');
?>

WebWeaver Aug 6, 2009 04:16 PM

Hi again-

It seems to be working on the Body, Text & Links settings now - before it was the Style & configure Layout setting that weren't saving.

Correction: it saved the first time, but on subsequent changes, they are appearing to revert to the old setting, though they do change on the site!

juggledad Aug 6, 2009 05:20 PM

1) Is this wpmu?
2) Is this using a language pack?

WebWeaver Aug 6, 2009 05:51 PM

1) no it's WP 2.8.2
2) does not use a language pack


All times are GMT -6. The time now is 09:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.