I'm having trouble installing the third party module coppermine photo gallery. When I go to the install page, I get the error:
Call to undefined function: pndbgetconn() in /services/http/users/a/adriand/modules/coppermine/include/postnuke.php on line 34
I've tried looking through the file in question, and I've found the location of the problem. However, I don't know where the pndbgetconn() function should be located. I thought maybe I could find the "included" header files for the postnuke.php file, but I don't have any experience reading PHP, so I couldn't parse it out. Any advice about why I'm getting this error, or in leu of that, where I might follow the trail of this error? Thanks.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 created topic »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 01:39 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
location of pndbgetconn; where are php#include declarations?
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 16, 2004
- Posts: 3
quarkeley
I'm having trouble installing the third party module coppermine photo gallery. When I go to the install page, I get the error:
Call to undefined function: pndbgetconn() in /services/http/users/a/adriand/modules/coppermine/include/postnuke.php on line 34
I've tried looking through the file in question, and I've found the location of the problem. However, I don't know where the pndbgetconn() function should be located. I thought maybe I could find the "included" header files for the postnuke.php file, but I don't have any experience reading PHP, so I couldn't parse it out. Any advice about why I'm getting this error, or in leu of that, where I might follow the trail of this error? Thanks.
I'm having the same problem...did you find the solution? -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
The problem is in the module, not in the function in PostNuke. I *THINK* if you turn on legacy mode in your Settings, that will solve it.
--
Home Page | Find on Facebook | Follow on Twitter
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 16, 2004
- Posts: 3
mhalbrook
The problem is in the module, not in the function in PostNuke. I *THINK* if you turn on legacy mode in your Settings, that will solve it.
I can't seem to find the legacy mode....i went to settings but the only option I saw was "Enable support for legacy modules". Is that what I need to enable? -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 16, 2004
- Posts: 3
noimad1
mhalbrook
The problem is in the module, not in the function in PostNuke. I *THINK* if you turn on legacy mode in your Settings, that will solve it.
I can't seem to find the legacy mode....i went to settings but the only option I saw was "Enable support for legacy modules". Is that what I need to enable?
nevermind...found out you have to run the install file by doing the following:
http://yourwebsite/modules.php?op=modload&name=coppermine&file=install
not by:
http://yourwebsite.com/modules/coppermine/install.php like they say in the install instructions.
- Moderated by:
- Support
