Part of the EllisLab Network
   
8 of 10
8
iScaffold v1.1 - CRUD Generator
Posted: 24 May 2009 01:21 PM   [ Ignore ]   [ # 71 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  316
Joined  05-08-2008
quanack - 24 May 2009 03:49 PM

First let me say, great work. My only suggestion right now is to ignore the .svn files in the compressed download.

thank you very much smile
we appreciate your comments.

Profile
 
 
Posted: 29 June 2009 11:06 PM   [ Ignore ]   [ # 72 ]  
Summer Student
Total Posts:  3
Joined  06-24-2009

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
++++++++++++++++++

Profile
 
 
Posted: 30 June 2009 03:20 AM   [ Ignore ]   [ # 73 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  316
Joined  05-08-2008

hello, the package should run out of the box.
is there any space before the <?php tag in any of the files maybe?

Profile
 
 
Posted: 03 July 2009 10:57 PM   [ Ignore ]   [ # 74 ]  
Summer Student
Total Posts:  3
Joined  06-24-2009

I forgot to say that the error only happens after clicking on the “generate” link.

Profile
 
 
Posted: 04 July 2009 09:11 AM   [ Ignore ]   [ # 75 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  316
Joined  05-08-2008

no errors here, works out of the box, although its not oracle :(

Profile
 
 
Posted: 02 August 2009 07:26 PM   [ Ignore ]   [ # 76 ]  
Summer Student
Total Posts:  17
Joined  07-21-2009

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

Profile
 
 
Posted: 22 August 2009 01:51 AM   [ Ignore ]   [ # 77 ]  
Summer Student
Avatar
Total Posts:  24
Joined  05-20-2009

I have this problem with the generated code of iScaffold. I need help with the weird value the flashdata returns.

http://codeigniter.com/forums/viewthread/126963/

Profile
 
 
Posted: 26 August 2009 06:01 AM   [ Ignore ]   [ # 78 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  426
Joined  10-22-2007

Great work dude… Let try and test it.

 Signature 

Blogmer - Open source blogging software based on codeigniter
Blogmer Documentation
Web Design company and FREE PHP MySQL Webhosting

Profile
 
 
Posted: 30 August 2009 09:58 PM   [ Ignore ]   [ # 79 ]  
Summer Student
Total Posts:  3
Joined  06-24-2009

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”;
————————————

Profile
 
 
Posted: 25 September 2009 06:12 AM   [ Ignore ]   [ # 80 ]  
Summer Student
Avatar
Total Posts:  18
Joined  05-11-2009

Trying to make it work. It couldn’t connect to database.
I saw you got

$this->load->database('lab_test_1'); 

in controllers/generate.php line 46 and models/model_iscaffold.php line 22.

replacing with

$this->load->database(); 

did the trick. You may want to correct it as well.

 Signature 

Deskhot.com - Seriously fast bookmarking
DemianLabs.com/lab - Blogging about the web

Profile
 
 
   
8 of 10
8