tiborsaas / iScaffold

A CRUD application generator for CodeIgniter
http://tiborsaas.github.io/iScaffold
GNU General Public License v3.0
88 stars 65 forks source link

configurator not saving changes #3

Open steveadams617 opened 12 years ago

steveadams617 commented 12 years ago

Morning. Thanks again for all your efforts on this project. Looks great. I haven't had a chance to dig around to see what's going on, but the version I downloaded from here isn't writing changes to the sf_config table. Any thoughts?

richardst commented 12 years ago

Hi,

i have the same problem, after click save the button change to "working .. please wait" for ever without errormessage.

lfsd commented 12 years ago

Hi,

I had the same problem and solved it by replacing the following line on:

iscaffold/application/views/welcome_view.php (around line 165)

note: the name="configurator_frame" is missing on the original file, this is the reason the save button gets "stuck".

regards

lfsd commented 12 years ago

sorry, the system removed the html from my last post.

the iframe tag should be like this:

iframe src="" frameborder="0" width="100%" id="configurator_frame" name="configurator_frame"

mehdi89 commented 10 years ago

Thank you So much Ifsd . I was really stuck in this.