I just downloaded the #91 patch from the ci and unzipped the files and I am getting this error:
Warning: require(includes/legacy/Compat.php) [function.require]: failed to open stream: No such file or directory in /home/greg/public_html/sandbox/includes/Loader.class.php on line 326
Warning: require(includes/legacy/Compat.php) [function.require]: failed to open stream: No such file or directory in /home/greg/public_html/sandbox/includes/Loader.class.php on line 326
Fatal error: require() [function.require]: Failed opening required 'includes/legacy/Compat.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/greg/public_html/sandbox/includes/Loader.class.php on line 326
I thought I could run a patch. Do I need to do an upgrade?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- 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
Patching from 1.1.2 to 1.2.3
-
- Rank: Softmore
- Registered: Nov 30, 2005
- Last visit: May 07, 2010
- Posts: 104
-
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: May 18, 2010
- Posts: 985
Yes you do.
IIRC there's no patch from 1.1.2 --> 1.2.3
There are patches from 1.2.x --> 1.2.3, but from version 1.1.2 --> 1.2.3 there's a significant change in the database, therefore you MUST run an upgrade.
Please read the doc carefully...
Hope it helps and I was clear
- Igor -
- Rank: Registered User
- Registered: Aug 13, 2008
- Last visit: May 31, 2010
- Posts: 39
Download 1.2.3 and overwrite all of the files except config/config.php. then run upgrade.php
edited by: mikebcoffee, datetimebrief -
- Rank: Team Member
- Registered: May 03, 2004
- Last visit: May 31, 2010
- Posts: 511
mikebcoffee
Download 1.2.3 and overwrite all of the files except config/config.php. then run upgrade.phpedited by: mikebcoffee, datetimebrief
Never just overwrite your old installation! Always backup and remove all core files/folders before moving the new ones in. Only keep your non-core stuff (themes/, config/ and modules/). Then replace the stock config/config.php with your old one, empty the caches and start upgrade.php.
That ensures that actually all new files are in, because overwriting strongly depends on your upload/copy method and may leave files as they are, and also ensures that files removed from the core are also removed from your installation.
The same is true for module upgrades: Always remove them, and move the new version in to upgrade.
Greetings,
Chris
edited by: slam, datetimebrief
--
an operating system must operate
development is life
my repo
- Moderated by:
- Support
