I have a rather old site that was running postnuke back in the day. I did upgrade it to Zikula. I used a 1.1.1 -dev I know I should not use a dev in production but I did. It is time to try and get it current with 1.2.5
I crated a copy of the database and copied all the files into a test folder. I upgraded the site to 1.2.5 and it worked. WIN WIN This was before 1.2.5 was out.
I have one small error I am trying to track down before I do this upgrade again and make it live.
Here is the error:
Error! Could not load 'locale//locale.ini'. Please check that it exists.
Error! The requested language is not available.
Joe.............
General Information
Zikula version: Zikula 1.2.4 (forest)
Server information: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6 Server at jctra.org Port 80
PHP version: 5.2.6
Database version: MySQL 5.0.91-community
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- 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
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
Minor upgrade issue, need help
-
- Rank: Softmore
- Registered: Jan 12, 2006
- Last visit: Mar 16, 2010
- Posts: 147
-
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
I appears the site is referering to a language, that should be between locale/ and /locale.ini. If you look in locale/ you should see at least a directory en/ there for english. If you are using another language somewhere this should also be there.
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Softmore
- Registered: Jan 12, 2006
- Last visit: Mar 16, 2010
- Posts: 147
English would be the only language I need. locale/en/locali.ini exists.
That was the first thing I checked. The error told me exactly what to look for. What has me stumped is it does exist yet I keep getting the error.
Joe.............. -
- Rank: Team Member
- Registered: Dec 17, 2009
- Last visit: Apr 06, 2010
- Posts: 61
I think Zikula prior to 1.2.x used 3-letter codes for language (eg eng) but zikula 1.2.5 uses two letter codes (eg en).
My guess is that your installation is looking for 'eng' but of course it can't find it.
Have you tried going to localization settings, selecting the language and doing a save?
Or maybe take a look at your module_vars table (with phpMyAdmin) and changing 'eng' to 'en'? (please take a backup first). -
- Rank: Softmore
- Registered: Jan 12, 2006
- Last visit: Mar 16, 2010
- Posts: 147
tfotis
Have you tried going to localization settings, selecting the language and doing a save?
That did the trick, thanks.
Joe...........
- Moderated by:
- Support
