-
Notifications
You must be signed in to change notification settings - Fork 21
Description
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
run ./run_in_order [user] [pass] [db]
I accessed via browser, and didn't work, I manually imported all the sql files with phpmyadmin, and have 24 tables, is that correct?
Insert a row into project_categories (id 1) Insert a user (id 1) Insert a project (id 1). Make sure it's set to is_featured = '1'.
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.