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

app is not oppening #177

Closed
maoaa opened this issue Jan 25, 2015 · 5 comments
Closed

app is not oppening #177

maoaa opened this issue Jan 25, 2015 · 5 comments

Comments

@maoaa
Copy link

maoaa commented Jan 25, 2015

Hello Folks!

I just generated the app and placed on its Application Root Folder as requested.
The file: _machine_config.php is well setup.
When I try to access the app, all I get is a blank page and doesn't show any error message...
Any suggestion?
Thank you!

@jasonhinkle
Copy link
Owner

it sounds like you may have PHP error reporting disabled. if you can enable that, we should be able to see some kind of output from the app. Otherwise if your host provider keeps a log of PHP errors you can check there.

@maoaa
Copy link
Author

maoaa commented Jan 29, 2015

Hello Jason,

This is what I got:

PHP Warning: require_once(verysimple/Authentication/IAuthenticatable.php): failed to open stream: No such file or directory in ../home/cpointco/public_html/clients/texa/cpointcoriver/libs/App/ExampleUser.php on line 5

PHP Fatal error: require_once(): Failed opening required 'verysimple/Authentication/IAuthenticatable.php' (include_path='/home/cpointco/public_html/clients/texa/cpointcoriver/libs/:/home/cpointco/public_html/clients/texa/cpointcoriver/../phreeze/libs:/home/cpointco/public_html/clients/texa/cpointcoriver/vendor/phreeze/phreeze/libs/:.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php') in /home/cpointco/public_html/clients/texa/cpointcoriver/libs/App/ExampleUser.php on line 5

Thank you...

@jasonhinkle
Copy link
Owner

Ah, ok. You just need to put the phreeze libraries somewhere your app can find them. You can do that by just putting the entire Phreeze directory in the same directory as your app which seems to be "/home/cpointco/public_html/clients/texa/".

You can alternatively edit the _app_config.php file and append the path where phreeze is located.

Basically the app just needs to find those files.

@maoaa
Copy link
Author

maoaa commented Jan 30, 2015

Ok Jason,

It works fine now, thank you for your help...

@jasonhinkle
Copy link
Owner

Great!

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

2 participants