Fork me on GitHub

Problems Moving to a New Server  Bottom

  • Hello. I tried moving my zikula instalation. I did this by copying all the folder contents, and I used mysqldump to replicate the database. When I go into the new site, I get the following warnings and errors:

    Code

    Deprecated: function split() is deprecated in C:\xampp\htdocs\pruebasespecificas\includes\debug.php on line 226

    Deprecated: function split() is deprecated in C:\xampp\htdocs\pruebasespecificas\includes\debug.php on line 226

    Deprecated: function split() is deprecated in C:\xampp\htdocs\pruebasespecificas\includes\debug.php on line 226

    Deprecated: function eregi() is deprecated in C:\xampp\htdocs\pruebasespecificas\header.php on line 11

    Deprecated: function split() is deprecated in C:\xampp\htdocs\pruebasespecificas\includes\debug.php on line 226

    Deprecated: function split() is deprecated in C:\xampp\htdocs\pruebasespecificas\includes\debug.php on line 226
    system Error
    Non critical error

    An unknown error has occured. The following error message was returned by the system

    function split() is deprecated
    Deprecated: function split() is deprecated in C:\xampp\htdocs\pruebasespecificas\includes\debug.php on line 226

    Deprecated: function split() is deprecated in C:\xampp\htdocs\pruebasespecificas\includes\debug.php on line 226

    _BACK

    Deprecated: function eregi() is deprecated in C:\xampp\htdocs\pruebasespecificas\footer.php on line 11

    Fatal error: Call to a member function themefooter() on a non-object in C:\xampp\htdocs\pruebasespecificas\footer.php on line 29


    I also have no graphic display whatsoever...

    Any input on this?
  • that's PHP 5.3 problem I think. check your PHP version.
  • you have to correct your error displaying settings of PHP

    at the moment, you PHP is setted to display every messages
    you just have to set error reporting to

    E_ALL & ~E_DEPRECATED
  • Most interesting is:

    dynelight

    Code

    Fatal error: Call to a member function themefooter() on a non-object in C:\xampp\htdocs\pruebasespecificas\footer.php on line 29

    This might point to a theme problem. Did you switch your theme? Did you do anything else to your site (upgrading or settings changes) after moving from your first host to your local environment?

    You might want to try to delete all files in the pnRender_* and Xanthia_* directories within pnTemp, if you copied those also.

    Can you access:
    for logging in:
    - index.php?module=Users&func=loginscreen&theme=extralite
    for accessing your admin-panel:
    - index.php?module=Admin&type=admin&func=adminpanel&theme=extralite
    for setting the ExtraLite theme as default:
    - index.php?module=Themes&type=admin&theme=extralite

    --
    -- Teb
    -- Dutch Zikula Community


    Support questions in a Personal Message will be ignored. Use the forums at all times!
  • From personal experience I can tell you that PHP 5.3 brings with it a load of compatibility problems. In my experience the only way to properly solve this is to upgrade to Zikula 1.2

    Greetings
    R

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