I got the following error message while installing RC3
Dictionary driver '/home/xxxxxx/public_html/PN8/includes/classes/adodb/datadict/datadict-.inc.php' not available
Fatal error: Call to a member function on a non-object in /home/xxxxxx/public_html/PN8/includes/pnobjlib/DBUtil.class.php on line 2877
It came after I selected installation type (complete) and click on "next"
My system is Linux and MySQL 4.1.22-standard PHP version 4.4.6
I was not sure if I should select InnoDB or MyISAM??
I tried also upgrade from 0.7.6.4 to RC3 but did not succeed. I did everything according instruction but there was a fatal error at the end...
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. 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
Error while installing 0.8 RC3
-
- Rank: Registered User
- Registered: Aug 16, 2005
- Last visit: Oct 21, 2009
- Posts: 28
-
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
-
- Rank: Registered User
- Registered: Aug 16, 2005
- Last visit: Oct 21, 2009
- Posts: 28
Yes I checked I downloaded all files from the distribution file (.zip)
Though it does not include datadict-.inc.php file. It looks something is missing in between datadict- and .inc.php -
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
I'd guess you haven't got a database type selected in config.php - which would be strange, because there should always be something in that field.
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
- Rank: Registered User
- Registered: Aug 16, 2005
- Last visit: Oct 21, 2009
- Posts: 28
How do I find out which I should select as a database type InnoDB or MyISAM??
Should I erase everything and start all over again? Or I can edit config file? -
- Rank: Helper
- Registered: Sep 16, 2004
- Last visit: Oct 21, 2009
- Posts: 731
Typically, myisam is all you need. InnoDB supports DB transactions, but postnuke does not use transactions.
You can edit the config file directly...or, just erase it, replace with the original file you downloaded and go through the install process again. -
- Rank: Registered User
- Registered: Aug 16, 2005
- Last visit: Oct 21, 2009
- Posts: 28
Thanks for help. I uploaded config.php again and did all the same once again and now it worked fine. This 0.8 looks fine, Interesting. I will test some blocks I need.
From install procedure should be information InnoDB or MyISAM and hint that MyISAM is the right choice if you do not know a good reason to select other. -
- Rank: Helper
- Registered: Sep 16, 2004
- Last visit: Oct 21, 2009
- Posts: 731
probably so, but some may not have the choice - the table type is determined by how your database is set up and Postnuke doesn't know what your DB defaults are. Some hosts only allow myisam, other users may be on a corporate DB that uses Innodb for transaction support. So, a user should be aware of what their database table type is.
Perhaps a note, though, that says myisam is the most common for webhosts but to check with your host if you don't know.
NCM
edited by: uheweb, Mar 04, 2008 - 04:13 PM
- Moderated by:
- Support
