![]() |
Discontinued - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Discontinued (/showthread.php?tid=18290) |
Discontinued - El Forum - 05-24-2009 [eluser]Unknown[/eluser] First let me say, great work. My only suggestion right now is to ignore the .svn files in the compressed download. Discontinued - El Forum - 05-24-2009 [eluser]The Wizard[/eluser] [quote author="quanack" date="1243198175"]First let me say, great work. My only suggestion right now is to ignore the .svn files in the compressed download.[/quote] thank you very much ![]() we appreciate your comments. Discontinued - El Forum - 06-29-2009 [eluser]jarthel[/eluser] Has anyone tried with this oracle? I setup database.php with a working coonfig that I got from a server running Linux (I'm using windows). The error that I got is: ++++++++++ A PHP Error was encountered Severity: Notice Message: Undefined offset: 0 Filename: models/model_iscaffold.php Line Number: 41 ++++++++++++++++++ Discontinued - El Forum - 06-30-2009 [eluser]The Wizard[/eluser] hello, the package should run out of the box. is there any space before the <?php tag in any of the files maybe? Discontinued - El Forum - 07-03-2009 [eluser]jarthel[/eluser] I forgot to say that the error only happens after clicking on the "generate" link. Discontinued - El Forum - 07-04-2009 [eluser]The Wizard[/eluser] no errors here, works out of the box, although its not oracle ![]() Discontinued - El Forum - 08-02-2009 [eluser]Carlos Mora[/eluser] May be the problem is that config.php should be adjusted. Because I don“t use a localhost server, I changed the $config['base_url'] = "http://pandora/iScaffold/"; and everything worked! A suggestion for the source code formating: there are several lines using hard tabs - Ascii 9 -, changinging that with spaces will avoid the problem of different behavoir with different tab size inside editors. iScaffold is a great idea, not only giving a starting point to a more complex program, but giving to begginers a great lesson. Regards and thanks Discontinued - El Forum - 08-21-2009 [eluser]geocine[/eluser] I have this problem with the generated code of iScaffold. I need help with the weird value the flashdata returns. http://ellislab.com/forums/viewthread/126963/ Discontinued - El Forum - 08-26-2009 [eluser]Yash[/eluser] Great work dude... Let try and test it. Discontinued - El Forum - 08-30-2009 [eluser]jarthel[/eluser] I am trying to use iScaffold with a mysql DB. I downloaded the ZIP file and uncompressed it my htdocs. I then changed the password setting in database.php. When I load http://localhost/iScaffold, all I get is a blank screen. I am sure the password is correct. Can someone help? thank you ------------------------- here's the contents of my database.php (with the opening and ending <?php and comments) ------------------------ $active_group = "lab_test_1"; $active_record = TRUE; $db['lab_test_1']['hostname'] = "localhost"; $db['lab_test_1']['username'] = "root"; $db['lab_test_1']['password'] = "qwerty"; $db['lab_test_1']['database'] = "mysql"; $db['lab_test_1']['dbdriver'] = "mysql"; $db['lab_test_1']['dbprefix'] = ""; $db['lab_test_1']['pconnect'] = TRUE; $db['lab_test_1']['db_debug'] = TRUE; $db['lab_test_1']['cache_on'] = FALSE; $db['lab_test_1']['cachedir'] = ""; $db['lab_test_1']['char_set'] = "utf8"; $db['lab_test_1']['dbcollat'] = "utf8_general_ci"; ------------------------ |