Hi,
Today I install PHPEDU on one of my website. I like to create one drupal base elearning website. First dificultly I faced with PHPEDU is its dependency on CONTENT PROFILE module :(. I want to use Core Profile module only. Anyways I install all required modules and tried to create one course but it starts showing one user warning. User warning is as follows:

user warning: Table 'databasename.content_' doesn't exist query: SELECT `` FROM content_ WHERE nid = 0 in /phpedu/pe_edu/pe_edu_helpers.inc on line 746

Please help me in this issue.

Thanks in Advance.

Comments

adityadubay’s picture

Title: User Warning on pe_edu_helpers.inc on line 746 » User Warning on pe_program.module on line 114

user warning: Table 'databasename.content_' doesn't exist query: SELECT pe_section.nid, pe_section.title AS section_title, content__field_academic_value.field_academic_value AS field_academic, content__field_parent_section.field_parent_section_nid AS field_parent_section, pe_section_parent.title AS parent_section_title FROM node pe_section LEFT JOIN content_ content__field_academic_value ON (content__field_academic_value.nid = pe_section.nid) LEFT JOIN content_ content__field_parent_section ON (content__field_parent_section.nid = pe_section.nid ) LEFT JOIN node pe_section_parent ON (content__field_parent_section.field_parent_section_nid = pe_section_parent.nid) WHERE pe_section.type = 'pe_section' AND content__field_academic_value.field_academic_value = 'Yes' ORDER BY pe_section.title in /phpedu/pe_program/pe_program.module on line 114.

adityadubay’s picture

This module is "Under active development"????????????????????????

dakala’s picture

Status: Active » Closed (won't fix)