Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Cloning theme options (http://forum.bytesforall.com/showthread.php?t=12871)

almandot Feb 17, 2011 09:21 PM

Cloning theme options
 
So I'm moving from a local server to my remote server after setting everything up. I was doing a completely clean slate on the remote server with new files, a clean database copy with the proper url corrections, etc.. I've also read the threads I was able to find on what's related to atahualpa in the database and everything seems to be contained in the bfa_ata4 option in my wp_options table.

When I load wordpress on my remote server though, I get

Code:

Notice: Undefined index: EmulateIE7 in ....../wp-content/themes/atahualpa/functions/bfa_get_options.php on line 308

Notice: Undefined index: overlay_header_image in ...../wp-content/themes/atahualpa/functions/bfa_get_options.php on line 308

I'm not sure why it's getting to line 308 since the bfa_ata4 option exists and should have skipped over the whole
Code:

if (get_option('bfa_ata4') === FALSE) {}
part.... But what's worse though is that it sets all of the options to their defaults and then saves it to bfa_ata4 overwriting everything that was there.

Those 2 options don't seem to appear until I go and set something in my header overlay field, a new feature I'm noticing. I tried just putting something into that field and then re-pasting my bfa_ata4 field from my local copy but I still got the undefined index notices and all of the options got wiped to their defaults again.

So first off... am I skipping some other step to import a copy or is there a bug with importing an atahualpa copy that uses the header_overlay feature right now? Something that's causing it to go through the bfa_ata3 stuff even though it already has a bfa_ata4 entry and since the header_overlay indexes aren't in ata_classic.txt it's wigging out etc...

And whatever is causing it to go through the bfa_ata3 stuff is also making everything get wiped out as a result :/

Any help is appreciated

juggledad Feb 18, 2011 06:51 AM

If you are moving your settings, why not export them (ato->export/import) from the old site and import them in the new?

the emulate ie7 is a new option so you can shut it off.


All times are GMT -6. The time now is 04:31 PM.

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