jasonhinkle / phreeze

Phreeze Framework for PHP
http://phreeze.com/
GNU Lesser General Public License v2.1
377 stars 166 forks source link

Newbie problem #227

Open railcam opened 8 years ago

railcam commented 8 years ago

Hi I've installed Phreeze on my server and have Builder running. I tried it on two different databases - one provided a rather nice fully functional CRUD app - exactly what I wanted. On the other database/schema (same server), the build worked fine, but when uploaded, each table editor page just stops with the blue working/progress indicator moving, but no data ever loads (grab attached).

Can anyone suggest what I could possibly be doing wrong?

Thanks in advance...

A phreezegrab

Denace commented 8 years ago

Good news, its not you. Mostly Javascript files failing to load properly. Try opening the page with developer mode on in your browser: assuming you use chrome browser.

jasonhinkle commented 8 years ago

Check the Dev console for sure. One thing that causes errors is if you have spaces in your table or column names. Its impossible to tell without seeing what the error is though

railcam commented 8 years ago

There are no spaces in the table column names, as far as I can see. There underscores and hyphens in some tablenames though.

In Developer mode (Chrome) It reports 2 errors :+1: model.js:368 Uncaught SyntaxError: Unexpected token ILLEGAL

Uncaught ReferenceError: model is not defined(anonymous function) @ tdbertheditor.js:10

Any suggestions?

eric-r-ramos commented 8 years ago

railcam I having exact the same error.

Uncaught TypeError: model.NovaTabelaCollection is not a function

its strange, because it happens just with those new tables at my schema. The old ones (with data) works normaly

Any suggestions?

christiandawson commented 8 years ago

Hello All~

This is Christian, I've been working under Jason for 8 years up until last week. Jason has passed away from colon cancer, I know this is a strange email to receive from a stranger attached to a code base, but I wanted to let you know anyhow.

Jason and I were a 2 man team at our company, and now we are but 1. While I try to keep this ship flying, I don't have a lot of time to address some of the deeper Phreeze issues just yet.

As soon as I do, however, you'll be the first to know, and I'll be more visible on github. Phreeze has outperformed every single framework today in benchmark tests - do not give up on it, it is the work of a brilliant man.

Any fixes you submit will certainly be reviewed and merged, if they meet his rigorous criteria. Cheers to you and good luck,

Christian

On Sat, Mar 26, 2016 at 12:26 AM, eric-r-ramos notifications@github.com wrote:

railcam I having exact the same error.

Uncaught TypeError: model.NovaTabelaCollection is not a function

its strange, because it happens just with those new tables at my schema. The old ones (with data) works normaly

Any suggestions?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/jasonhinkle/phreeze/issues/227#issuecomment-201707239

P. Christian Dawson Director of Development - Master Tour www.eventric.com

xtrasmal commented 8 years ago

Shit...... my sincere condolences.

boussou commented 8 years ago

This framework shows that the guy was a smart guy. Simple yet effective. I'm sure he will leave a vibrant memory to his relatives and his friends.

Sad day.

TomasValenta commented 8 years ago

Oh man, I'm so sorry. I know that everyone will die someday and I didn't know him personally, but people like him do not deserve this... Please accept also my sincere condolences :(

Esysc commented 8 years ago

a so brilliant man, my thoughts are for you too, Christian. I'm very shocked.

Denace commented 8 years ago

my sincere condolences, man this is shocking.

On Thu, Apr 7, 2016 at 9:55 AM, Esysc notifications@github.com wrote:

a so brilliant man, my thoughts are for you too, Christian. I'm very shocked.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/jasonhinkle/phreeze/issues/227#issuecomment-206722649

Dennis Kieme