Fork me on GitHub

Installing 1.30  Bottom

  • 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?
  • 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
  • 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
  • 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.
  • 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 icon_wink

    The default publication types needs some feedback, I'm imitating oone display option of the Pages module, and the Blog one is just basic icon_smile

    --
    - Mateo T. -
    Mis principios... son mis fines
  • 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.
  • 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 put

    Code

    $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.
  • thanks I solved icon_smile , but I encountered another problem. icon_frown

    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.
  • 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
  • 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...
  • puff...puff... finally I got it prost

    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 icon_smile
  • 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

This list is based on users active over the last 60 minutes.