CodeIgniter Forums
Announcing Bonfire - A jumpstart for your web apps - 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: Announcing Bonfire - A jumpstart for your web apps (/showthread.php?tid=40089)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-09-2011

[eluser]bhumes[/eluser]
Great work!! Love it! Thank you!!!

One quick note. Correct me if I'm wrong, but I think line 168 of /libraries/assets.php should be:

Code:
$styles = array_merge($style, self::$styles);

instead of:

Code:
$styles = array_merge($styles, self::$styles);



Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-10-2011

[eluser]Vheissu[/eluser]
Bonfire is an awesome idea.


Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-11-2011

[eluser]Ruud Jonk[/eluser]
Hello Lonnie,

I'm I correct that the email forgotten password doesn't work yet? I've changed the mailing settings but I have not received the email yet.

Maybe you can include a email template editor to bonfire? This way we can create email templates from within bonfire and select what template is used. I will take a look at it, maybe I can build this one myself Smile


Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-11-2011

[eluser]Basketcasesoftware[/eluser]
Just copied the current build to my online test site. The initial page and install page comes up just fine, but when I try to test the database connection I get:
Code:
A PHP Error was encountered

Severity: Warning

Message: mysql_connect() [function.mysql-connect]: Access denied for user 'basketca_adatti '@'localhost' (using password: YES)

Filename: controllers/install.php

Line Number: 79
Unable to connect to database: Access denied for user 'basketca_adatti '@'localhost' (using password: YES)

The site address is http://basketcasesoftware.com/adatti

I've verified the existence of the db on the host. I have PyroCMS running on the site at my root without any problems so I don't think that's it.


Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-12-2011

[eluser]Ruud Jonk[/eluser]
Hello Lonnie,

We can now give the database prefix on install, but the old bf_ prefix is still used in a file:

Code:
A Database Error Occurred
Error Number: 1146

Table 'database.bf_users' doesn't exist

SELECT role_name, COUNT(1) as count FROM bf_users, bf_roles WHERE bf_users.role_id = bf_roles.role_id GROUP BY bf_users.role_id

Filename: /home/xxx/public_html/xxx/core_modules/users/models/user_model.php

Line Number: 114



Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-13-2011

[eluser]ac1drain[/eluser]
help. I get this, when i go to the login page

Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 1

Filename: libraries/auth.php

Line Number: 530


A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /hermes/bosweb26b/b2258/ipg.qfilenet/bonfire/codeigniter/core/Exceptions.php:170)

Filename: libraries/Session.php

Line Number: 671



Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-15-2011

[eluser]kilishan[/eluser]
[quote author="bhumes" date="1302402692"]Great work!! Love it! Thank you!!!

One quick note. Correct me if I'm wrong, but I think line 168 of /libraries/assets.php should be:

Code:
$styles = array_merge($style, self::$styles);

instead of:

Code:
$styles = array_merge($styles, self::$styles);
[/quote]

Wow! Looks like I missed a few posts in here. Sorry guys!

I'll have to check. What problems are you running into?


Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-15-2011

[eluser]kilishan[/eluser]
[quote author="Vheissu" date="1302440250"]Bonfire is an awesome idea.[/quote]

Thanks! I'm looking forward to it growing into a really powerful package we can all use.


Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-15-2011

[eluser]kilishan[/eluser]
[quote author="Ruud Jonk" date="1302555256"]Hello Lonnie,

I'm I correct that the email forgotten password doesn't work yet? I've changed the mailing settings but I have not received the email yet.

Maybe you can include a email template editor to bonfire? This way we can create email templates from within bonfire and select what template is used. I will take a look at it, maybe I can build this one myself Smile[/quote]

I ripped that from a project that it was working in, but haven't confirmed that it works. My local machine doesn't email. I should probably fix that. Smile

The template editor is definitely on the list, but not on the short list, unfortunately. There is a basic one that lets you edit the header and footer, but only for a single template.

The emailer is definitely one area that I would love to see improved.... multiple templates, editor, other tools like bounce checking/reports, etc.

If you want to work on any part of it, that would be awesome!


Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-15-2011

[eluser]kilishan[/eluser]
@basketcase - Sorry I missed your post, but it looks like you got it working. That's great. Did you need to alter anything in Bonfire to make it work?