SimpleRain / SimpleOptions

A simple wordpress options framework for developers.
16 stars 2 forks source link

Export download not working #34

Closed teamcrisis closed 11 years ago

teamcrisis commented 11 years ago

It appears the Options export > download feature is not working.

In firefox it loads a blank page. In Chrome it doesn't do anything (Win7).

dovy commented 11 years ago

I'll get it fixed fast. Probably misspelled a hook.

teamcrisis commented 11 years ago

@dovy With further testing, I also see the "copy link" isn't working right either. When trying to load the link in the browser a blank page is returned. So it seems the feed isn't working properly.

dovy commented 11 years ago

You are correct. It's a really easy fix. I'll get it in.

dovy commented 11 years ago

Fixed in 97ad870f194c5df0dd78fe97ca194c7aa71fc40e. New version not released yet. Want to fix saving. You'd have to manually update.

teamcrisis commented 11 years ago

@dovy Used current master branch and download and copy url export options still are not working for me :(

dovy commented 11 years ago

Download this zip. It's working on more than one configuration.

https://github.com/SimpleRain/SimpleOptions/archive/master.zip

dovy commented 11 years ago

Make sure you don't have another version of SimpleOptions installed somewhere that may be overriding it.

teamcrisis commented 11 years ago

Yeah, that zip isn't working for me either.

I can confirm your global $sof is working for me, but export download and copy url are not. They used to on a pre-0.5.0 install.

I have SOF installed on another wp install on localhost, but I don't have more than one on this testing theme.

dovy commented 11 years ago

Odd. I'll fix it all up tomorrow.

dovy commented 11 years ago

@teamcrisis Should work perfectly now. Please verify.

teamcrisis commented 11 years ago

@dovy Odd, this still isn't working for me. The export 'copy' options seems to work fine, but the download and copy link option don't seem to do anything. The copy link option generates the link, but when I load the link it simply loads a blank page.

Any idea what might be the problem? I'm on Win7 Xampp - testing in FF and Chrome.

It seems to work fine on your demo, but locally I can't get it working. Prior to version 0.5.0 this feature worked fine for me locally, so I'm not convinced it's an issue with my local setup.

teamcrisis commented 11 years ago

By the way, I'm testing with the master branch using the embed option.