I tried to install 1.30 but I had two problems.
The first was magic_quotes_gpc ON and the second was fsockopen.
I asked my host and he modified magic quotes from on to off, but he said that he doesn't want to accept fsockopen connections.
Since I don't need mailer module is there a way to disable that message?
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
Installing 1.30
-
- Rank: Softmore
- Registered: Aug 08, 2002
- Last visit: May 21, 2010
- Posts: 122
-
- Rank: Software Foundation
- Registered: Jul 21, 2001
- Last visit: May 31, 2010
- Posts: 624
You can comment out the check in lib/EventHandlers/SystemListeners.php
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
The better solution would be to find a more flexible hosting company though.
Drak
--
Zikula Lead Developer
Board Member of the Zikula Foundation
Follow me on twitter.com/zikuladrak -
- Rank: Softmore
- Registered: Aug 08, 2002
- Last visit: May 21, 2010
- Posts: 122
Thanks! I got it working ;)
I know...my host is not flexible, but what can I do? He is a friend and I have many sites hosted there. He is only worried that fsockopen could cause security problems.
I just took a brief look to the new core version. GREAT!!!!
Edited by arkanoyd on May 13, 2011 - 01:35 AM. -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
You should try Clip too,
even when I'm refactoring its Admin Panel at the moment,
but I will try to fix the broken things ASAP to get feedback soon
The default publication types needs some feedback, I'm imitating oone display option of the Pages module, and the Blog one is just basic
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Softmore
- Registered: Aug 08, 2002
- Last visit: May 21, 2010
- Posts: 122
I installed Zikula to test Clip too.
I still have problems with filtering categories with Pagemaster, and as you suggested in another post, I hope to solve them with the new version.
Unfortunately I can only test an old version of Zikula 130, I tryed to install the new one but I don't have the last version of PHP on the server :(
Edited by arkanoyd on May 13, 2011 - 07:22 PM. -
- Rank: Registered User
- Registered: Mar 06, 2011
- Last visit:
- Posts: 37
As with a lot of other hosts my host is still on PHP 5.2.17, Drak build an override in the core, you have to putCode
$ZConfig['System']['skip_version_check'] = true;
in your config.php, see here
However, as soon as a module or the core uses features from 5.3.x it might break your site. For now it seems to work though. -
- Rank: Softmore
- Registered: Aug 08, 2002
- Last visit: May 21, 2010
- Posts: 122
thanks I solved
, but I encountered another problem.
Quote
date.timezone is currently not set. It needs to be set to a valid timezone in your php.ini such as timezone like UTC, GMT+5, Europe/Berlin
I will ask to my hosts....
but maybe there should be an option to decide if install with a wrong or different timezone?
Edited by arkanoyd on May 13, 2011 - 08:43 PM. -
- Rank: Software Foundation
- Registered: Jul 21, 2001
- Last visit: May 31, 2010
- Posts: 624
You can set this manually in .htacess or even in your config with ini_set('date.timezone', 'UTC'); in your config.php for example. This *has* to be set in PHP 5.3 so it should be done in the php.ini but for your case this'll work.
Drak
--
Zikula Lead Developer
Board Member of the Zikula Foundation
Follow me on twitter.com/zikuladrak -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1967
perhaps the datetime setting could be checked in the installer and the user could be directed how to solve the problem... I forsee many support requests on this issue... -
- Rank: Softmore
- Registered: Aug 08, 2002
- Last visit: May 21, 2010
- Posts: 122
puff...puff... finally I got it
When I created the admin the system crashed and I got a Blank Page, the password was not created.
I copied it with phpMyAdmin and now I am logged in
-
- Rank: Software Foundation
- Registered: Jul 21, 2001
- Last visit: May 31, 2010
- Posts: 624
The script installer error message already details how to solve it.
Those actually PHP 5.3 wont have this problem because it is required to be configured in all cases, Zikula or not. This problem comes from this "feature" that allows people to run Zikula in 5.2.6.
Drak
--
Zikula Lead Developer
Board Member of the Zikula Foundation
Follow me on twitter.com/zikuladrak
- Moderated by:
- Support
