-
Notifications
You must be signed in to change notification settings - Fork 21
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
installation problems #6
Comments
Whoops! This needs to be run in the shell, not via the browser. If you
Sorry this wasn't clear! You need to insert a row into the project_categories table with id = 1. You can do all this via PHPMyAdmin if you'd like. I think this should correct some or most of the errors you're seeing.
I don't think I understand this question. But yes, you can do anything -- Thanks! |
Thank you very much for the prompt reply. I still get this on the home page Is it because there aren't any projects yet?
I meant different categories in which to post the projects, and I now noticed there is a table for project_categories; so I am puzzled what is the scientist for. Also is there an admin backend, or is it all supposed to be done thru phpmyadmin, or shell? I noticed the "donate" points to https, is it possible to disable it? Thanks again. |
I'm not certain. To investigate you should: -- look in the routes file to see which controller+action the home page is
Currently, I think the architecture supports categories for projects (we
There is an admin backend. I believe you'll need to set the "privileges"
Likely! I see something called "var $ssl_required_actions = array()"
Glad to hear you're interested in integrating PayPal. If you use PayPal's -zb |
Hi,
I tried to follow the install instructions, but perhaps I missed something, as I get various errors; I do see some pages well rendered, but some others do give errors.
I think I got confused at these steps
I accessed via browser, and didn't work, I manually imported all the sql files with phpmyadmin, and have 24 tables, is that correct?
I think I just didn't understand this, hence I didn't do anything ... I guess.
The errors:
on home page
Notice (8): Undefined variable: projectCategories [APP/views/elements/projects/search-item.ctp, line 15]
Warning (2): Invalid argument supplied for foreach() [APP/views/elements/projects/search-item.ctp, line 38]
Warning (2): Invalid argument supplied for foreach() [APP/views/elements/projects/search-item.ctp, line 42]
I can't find the admin backend, I tried crowdfundsiteexample.com/admin and got this error on header
Notice (8): Undefined variable: meta_description [APP/views/elements/meta-tags.ctp, line 2] " /> Notice (8): Undefined variable: meta_keywords [APP/views/elements/meta-tags.ctp, line 3] ">
and this error on the main part of the page
Eggads! You've encountered a problem!
Please go back and try again!
Error Details: Missing Controller.
Last thing, can you add other categories besides scientists?
Thank you.
The text was updated successfully, but these errors were encountered: