Closed (won't fix)
Project:
phpEdu
Version:
6.x-1.1-beta5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2011 at 06:22 UTC
Updated:
27 Aug 2012 at 08:49 UTC
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:
Please help me in this issue.
Thanks in Advance.
Comments
Comment #1
adityadubay commenteduser 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.
Comment #2
adityadubay commentedThis module is "Under active development"????????????????????????
Comment #3
dakala