Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When run the latest source nothing display #13

Closed
GinoToo opened this issue Apr 8, 2014 · 11 comments
Closed

When run the latest source nothing display #13

GinoToo opened this issue Apr 8, 2014 · 11 comments

Comments

@GinoToo
Copy link

GinoToo commented Apr 8, 2014

When run the latest source it is the bank page,nothing display.
it is because of the Meteor 0.8.0 ?

@kifirkin
Copy link
Contributor

kifirkin commented Apr 8, 2014

Yes, you are right. Look at your browser console, there are few errors left, after upgrading to meteor 0.8.0 :)

@aaronjudd
Copy link
Contributor

Actually it should be working, I removed all the default data, so you should see only one product, and only if you are logged in. To ensure you are starting clean, do:

./bin/reset

Then login as admin1@ongoworks.com/ongo1. You should be able to create products from there.

@ViktorNova
Copy link

I am having a blank screen as well, with fresh update, even after a reset (though browser does ask for my location)

@aaronjudd
Copy link
Contributor

Are there any errors in the console (either in terminal or in browser?)

@aaronjudd
Copy link
Contributor

current code should be running ok in Meteor 0.8 - (there are tickets open for the remaining things I am working on), but you should at the very least see the navigation and sign in links.

@kifirkin
Copy link
Contributor

kifirkin commented Apr 9, 2014

Hi! I just try out new version and have this error:
=> Errors prevented startup:

While building package cfs-upload-ddp:
error: no such package: 'cfs-ejson-file'

@aaronjudd
Copy link
Contributor

Hmmm, that's a dependency of https://github.com/CollectionFS/
and should be auto installing (looks like it's trying to)

perhaps, try doing (in the reaction root)

mrt update

See if there are any errrors from Meteorite, then trying running again.

@GinoToo
Copy link
Author

GinoToo commented Apr 11, 2014

already done the ./bin/reset and met update still get this error.
screen shot 2014-04-12 at 12 26 26

@aaronjudd
Copy link
Contributor

Pull now and try. I believe this is an issue from the included ui-dropped-event package
https://github.com/CollectionFS/Meteor-ui-dropped-event/issues/3

@ViktorNova
Copy link

Did a fresh pull and reset, am still getting similar errors:

Uncaught TypeError: undefined is not a function dropped.event.js:20
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined reaction-helloworld.js:26
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined reaction-google-analytics.js:29
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined reaction-paypal.js:32
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined reaction-mailgun.js:32
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined global-imports.js:21
Uncaught ReferenceError: Template is not defined template.footer.js:2
Uncaught ReferenceError: Template is not defined template.header.js:2
Uncaught ReferenceError: Template is not defined template.index.js:2
Uncaught ReferenceError: Template is not defined template.about.js:2
Uncaught ReferenceError: Template is not defined template.contactus.js:2
Uncaught ReferenceError: Template is not defined template.faqs.js:2
Uncaught ReferenceError: Template is not defined template.privacy.js:2
Uncaught ReferenceError: Template is not defined template.team.js:2
Uncaught ReferenceError: Template is not defined template.terms.js:2
Uncaught ReferenceError: Template is not defined template.layout.js:2
Uncaught ReferenceError: Template is not defined footer.coffee.js:2
Uncaught ReferenceError: Template is not defined header.coffee.js:2
Uncaught ReferenceError: ShopController is not defined routing.coffee.js:13
Uncaught ReferenceError: Spacebars is not defined login_buttons_dialogs.html:4
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Exception in defer callback: ReferenceError: UI is not defined

@aaronjudd aaronjudd reopened this Apr 11, 2014
@aaronjudd
Copy link
Contributor

Can you do a pull, and then "mrt update"

if you are still seeing problems, can you take a look at this file

/packages/ui-dropped-event/package.js

and add:

 api.use('standard-app-packages','client');

faddat pushed a commit to kloudsio/reaction that referenced this issue May 26, 2015
dhonig pushed a commit that referenced this issue Sep 24, 2018
cmbirk pushed a commit to cmbirk/reaction that referenced this issue Aug 18, 2019
…add-rc-pricing-plugin

Feat: add reaction-plugin-pricing-engine as gitmodule
zenweasel pushed a commit that referenced this issue Sep 20, 2022
…normalize-url-5.3.1

chore(deps): Bump normalize-url from 5.3.0 to 5.3.1
zenweasel pushed a commit that referenced this issue Sep 20, 2022
…normalize-url-5.3.1

chore(deps): Bump normalize-url from 5.3.0 to 5.3.1
zenweasel pushed a commit that referenced this issue Sep 20, 2022
…trim-newlines-3.0.1

build(deps): Bump trim-newlines from 3.0.0 to 3.0.1
zenweasel pushed a commit that referenced this issue Sep 20, 2022
…hosted-git-info-2.8.9

chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
zenweasel pushed a commit that referenced this issue Sep 20, 2022
…glob-parent-5.1.2

chore(deps): bump glob-parent from 5.1.1 to 5.1.2
zenweasel pushed a commit that referenced this issue Sep 20, 2022
…validator-13.7.0

chore(deps): Bump validator from 13.6.0 to 13.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants