Discontinued |
[eluser]Unknown[/eluser]
First let me say, great work. My only suggestion right now is to ignore the .svn files in the compressed download.
[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.
[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 ++++++++++++++++++
[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?
[eluser]jarthel[/eluser]
I forgot to say that the error only happens after clicking on the "generate" link.
[eluser]The Wizard[/eluser]
no errors here, works out of the box, although its not oracle ![]()
[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
[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/
[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"; ------------------------ |
Welcome Guest, Not a member yet? Register Sign In |