Part of the EllisLab Network
   
8 of 9
8
iScaffold v1.1 - CRUD Generator
Posted: 24 May 2009 12:21 PM   [ Ignore ]   [ # 71 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  283
Joined  05-08-2008
quanack - 24 May 2009 10:49 AM

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.

 Signature 

mit freundlichen Grüßen, Herr Kaleun

iScaffold - Check this out, it saves time smile

Profile
 
 
Posted: 29 June 2009 10: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 02:20 AM   [ Ignore ]   [ # 73 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  283
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?

 Signature 

mit freundlichen Grüßen, Herr Kaleun

iScaffold - Check this out, it saves time smile

Profile
 
 
Posted: 03 July 2009 09: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 08:11 AM   [ Ignore ]   [ # 75 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  283
Joined  05-08-2008

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

 Signature 

mit freundlichen Grüßen, Herr Kaleun

iScaffold - Check this out, it saves time smile

Profile
 
 
Posted: 02 August 2009 06:26 PM   [ Ignore ]   [ # 76 ]  
Summer Student
Total Posts:  8
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 12: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 05:01 AM   [ Ignore ]   [ # 78 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  419
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 08: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 05:12 AM   [ Ignore ]   [ # 80 ]  
Summer Student
Avatar
Total Posts:  7
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.

Profile
 
 
   
8 of 9
8
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 819, on March 11, 2010 11:15 AM
Total Registered Members: 120258 Total Logged-in Users: 35
Total Topics: 126394 Total Anonymous Users: 5
Total Replies: 664713 Total Guests: 331
Total Posts: 791107    
Members ( View Memberlist )