I know that PN isn't really supported anymore, but I've run into a small problem with my overall attempt to get to Zikula. The site is .723, so as I understand it I need to upgrade first to .764, then to Zik. Ok, so I have downloaded all the files I need, and am following the instructions to get to .764. Second step says to make sure that a certain list of modules are all initialized and active. Most of them on my site are of course, but some are missing entirely (like Header-Footer and Xanthia), so I don't know if this is going to be a problem or not if I proceed without them. Also, the module "Censor" exists in the module list, but won't initialize; all I get is a BLANK SCREEN. Reloading the page or regenerating the list seems to change nothing; it just keeps showing as uninitialized. I checked the files for the site and the Censor ones appear to all be there (if any are missing I wouldn't really know), and the perms seem fine as well. I've followed the instructions for enabling error code display as mentioned on the Wiki for BLANK SCREEN, but neither of the two options there worked, instead disabling my whole site with a 500 error (incorrect additions to the .htaccess and/or config.php files, so I removed the changes), so no help from error codes I guess.
I don't really want to proceed without this being done correctly, so I'm asking if anyone has any ideas. I'd spend more time on it myself but my provider is switching from PHP4 to 5 soon and I'm afraid that I won't even be able to upgrade to .764 once that happens. TIA
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
Trying to upgrade old pn to Zikula
-
- Rank: Registered User
- Registered: Dec 31, 1969
- Last visit: Jan 02, 2010
- Posts: 15
-
- Rank: Software Foundation
- Registered: Sep 03, 2002
- Last visit: May 09, 2010
- Posts: 909
Welcome back!
Perhaps you should try and update it locally. The advantage: Everything is MUCH faster. Once your site is locally updated, you can upload the local version and use that. Moreover as master of your own webserver you can set run-times to higher values and so on.
Download all files, dump the DB, install xampp oder something the like, copy the files into webroot, import the DB-dump and change the config.php to fit you local enviroment.
--
best regards from Kiel, sailing city
Steffen Voss
Member of the Zikula Steering Committee
Read The Zikulan's Blog "If you want people to RTFM, make a better FM!" -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
So if I understand correctly, you were able to upgrade to .764, with one failure: The Censor module wouldn't initialize? Did you use that module in .723 at all?
Steffens tip is valuable, with another advantage: You are able to test new features or layout changes for your site wothout having to modify your real website.
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Registered User
- Registered: Dec 31, 1969
- Last visit: Jan 02, 2010
- Posts: 15
Teb
So if I understand correctly, you were able to upgrade to .764, with one failure: The Censor module wouldn't initialize? Did you use that module in .723 at all?
No, I didn't use it. It was not active or initialized. And no, I didn't finish the upgrade to .764, I stopped at step 2 there because I couldn't initialize that one module, and as I said I didn't want to proceed if that was likely to screw it up.
I suppose I could try it in xampp. I didn't think it would work properly in it, but if you guys think it will I'll give it a try. I've tried setting up my own LAMP, but could not get it working which is why I tried xampp for other stuff. But if xampp could work then I'll give that a try. But do you think that that module not being initialized will mess it up? Or the other mods being missing? If it does, I'll still need to figure out how to get around that. At least I can get around the hosting issue (I hope) to try it out. Thanks guys! -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
If you didn't use the censor module, I think you can go ahead and run the upgrade. of course BACKUP everything in case it bails.
if you decide it is needed, here is the censor module from PN .726 (that's the earliest I could find, sorry). maybe that would help... -
- Rank: Software Foundation
- Registered: Jul 21, 2001
- Last visit: May 31, 2010
- Posts: 624
Murdoc
I suppose I could try it in xampp. I didn't think it would work properly in it, but if you guys think it will I'll give it a try. I've tried setting up my own LAMP, but could not get it working which is why I tried xampp for other stuff. But if xampp could work then I'll give that a try.
I do all my development in Windows using xampp so it definitely works
I also have a Debian LAMP stack (running in Virtualbox).
Regards,
Drak
--
Zikula Lead Developer
Board Member of the Zikula Foundation
Follow me on twitter.com/zikuladrak -
- Rank: Software Foundation
- Registered: Jul 21, 2001
- Last visit: May 31, 2010
- Posts: 624
You might also want to try this advice: http://community.zik…art-0.htm#pid253961
Drak
--
Zikula Lead Developer
Board Member of the Zikula Foundation
Follow me on twitter.com/zikuladrak -
- Rank: Registered User
- Registered: Dec 31, 1969
- Last visit: Jan 02, 2010
- Posts: 15
craigh
If you didn't use the censor module, I think you can go ahead and run the upgrade. of course BACKUP everything in case it bails.
I'm only concerned about it because the upgrade docs say:
Quote
Make sure that all the modules listed below are initialized, and that they are active.
state. This step is vital when upgrading, because a number of core
modules (notably Admin, Blocks and Modules) will be upgraded in this release, and must
be initialized and active for the upgrade process to be successful. These modules
are as follows:
Maybe if I don't use them it won't be a big deal.
Drak
I do all my development in Windows using xampp so it definitely works
Ok, I'll give it a shot. We'll see if the upgrade can work without these mods (fingers crossed). Thanks!
Man does it take a long time to d/l all those files!
- Moderated by:
- Support
