After enabling phpedu
| Project: | phpEdu |
| Version: | 6.x-1.1-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | dakala |
| Status: | active |
Jump to:
user warning: Table 'drupaltest1.content_' doesn't exist query: SELECT COUNT(c.nid) FROM pe_program_credits c, content_ a WHERE a.nid = c.nid in /var/www/project/drupaltest/sites/all/modules/phpedu/pe_program/pe_program.module on line 305.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS ayear_nid, n2.title AS acad_year_title FROM node n, pe_program_credits c, t' at line 1 query: SELECT n.nid, n.title AS program_title, t.tid, t.name AS level, c.cid, c.credits_min, c.credits_max, a. AS ayear_nid, n2.title AS acad_year_title FROM node n, pe_program_credits c, term_data t, content_ a, node n2 WHERE n.nid = c.nid AND c.tid = t.tid AND a.nid = c.nid AND a. = n2.nid ORDER BY program_title ASC LIMIT 0, 100 in /var/www/project/drupaltest/sites/all/modules/phpedu/pe_program/pe_program.module on line 305.

#1
H,
It appears as if your content types were not imported correctly. Open profiles/phpedu_profile/content_types and manually import all the content types. After that, create some test data as outlined in the advanced help pages.
#2
It remains the same there is no change.
Can you give me the readme file for the installation as phpedu has no content inside readme file.