when I first install phpedu module this error appear Fatal error: Call to undefined function content_profile_load() in /sites/all/modules/phpedu/pe_edu/pe_edu.module on line 430
any one can help me to solve this problem

Comments

ergonlogic’s picture

You'll need to enable the Content Profile modules, which is currently not an enforced dependency.

I had to move the phpedu folder out of modules to regain access to the site. Once I had enabled Content Profile, I moved it back, and re-enabled it.

dakala’s picture

Assigned: rooky » dakala

@ergonlogic: Thanks.

Will check this as content_profile is included in the modules list in the installation profile. Anyhow will probably go back to listing dependencies in pe_edu.info which has been suggested before.

brianfountain’s picture

Title: Fatal error: » Fatal error: Worked like a charm

Ergonlogic was spot on with his solution. Thanks!