Yeah, an "install" UI would be nice
On Oct 29, 8:48 pm, Indiver Nagpal <
indi...@nagpals.com> wrote:
> I've been using DBMigrate plugin, but on MySQL. And it has worked well for
> me till now. In fact I was going to highlight that as part of a CFWheels
> talk I'm giving at CFObjective Australia in a couple of weeks!
>
> But I agree... having scripts for the first-time install is a better idea.
> Having said that, the only reason why I started using Raul's repo was that
> it was much easier to have it up and going. I had tried it off the official
> repo but kept running into other issues.
>
> The second hurdle I faced was rebuilding all layouts/snippets/pages. That
> just confused the matters. But once I got my head around it, it was easy.
>
> I'm sharing this because I'm sure others are facing these issues as well.
>
> On Sat, Oct 30, 2010 at 6:58 AM, Russ Johnson <
russ.cfco...@gmail.com>wrote:
>
>
>
> > This is why I say we need the SQL scripts. That DBMigrate plugin has NEVER
> > worked for me. Doesnt throw errors anymore, but it just doesnt create the
> > tables and I have never been able to figure out why...
>
> > Im going to create the SQL scripts this weekend if I have time and add them
> > back into the repo. I want to try and pull Rauls latest stuff into the
> > official repo anyways so that will be a good time to package up a new
> > release.
>
> > - Russ
>
> > On Oct 29, 2010, at 12:19 PM, Kamil Syed wrote:
>
> > Still doesn't work: after migration, I still can't get past this error "*The
> > pages table could not be found in the database.*"
>
> > I'm just going to give up :(
> > Thanks for your help.
>
> > Kamil
>
> > On Fri, Oct 29, 2010 at 10:53 AM, Rob Parkhill <
robert.parkh...@gmail.com>wrote:
>
> >> in the bottom of the site, you will see the CFWheels debug area. You will
> >> see the plugins listed, Click on DBMigrate plugin.
>
> >> Choose the last item in the dropdown, as Migrate all never seemed to work
> >> for me, and click go
>
> >> This will create/populate the data in your database for you. No need for
> >> SQL statements!
>
> >> Rob
>
> >> On Fri, Oct 29, 2010 at 11:33 AM, Kamil Syed <
kamils...@gmail.com> wrote:
>
> >>> I dont have url rewriting enabled. Also upon trying
> >>>
http://localhost/index.cfm/adminand using admin/splash, it takes me to
> >>> *The users table could not be found in the database.*
> >>> Suggested action
>
> >>> Add a table named users to your database or tell Wheels to use a
> >>> different table for this model. For example you can tell a user model to
> >>> use a table called tbl_users by creating a User.cfc file in the modelsfolder, creating an
> >>> init method inside it and then calling table("tbl_users") from within
> >>> it.
> >>> Error location
>
> >>> Line 32 in controllers\Sessions.cfc
>
> >>> Thanks,
>
> >>> Kamil
>
> >>> On Thu, Oct 28, 2010 at 5:07 PM, raulriera <
rierar...@gmail.com> wrote:
>
> >>>> Do you have URL rewriting? if not you need to hit
> >>>>
http://localhost/index.cfm/admin
> >>>> (but splash is meant to work on full URL rewriting currently)
>
> >>>> On Oct 28, 11:42 pm, Kamil Syed <
kamils...@gmail.com> wrote:
> >>>> > Can't reachhttp://yourwebroot/admin, which in my case
> >>>> ishttp://localhost/admin.
>
> >>>> > Onhttp://localhostitsays the following: