Page 1 of 1

Problems upgrading.

Posted: 11. June 2012 20:28
by pcscus55
Thanks for a nice portal, first. :)

I was upgrading from 1.0.6 to 2.0.0

I screwed up something.

I'm getting the following error codes after running install

phpBB Debug] PHP Warning: in file [ROOT]/portal/includes/functions.php on line 781: include(../portal/modules/portal_main_menu.php) [function.include]: failed to open stream: No such file or directory

[phpBB Debug] PHP Warning: in file [ROOT]/portal/includes/functions.php on line 781: include(../portal/modules/portal_main_menu.php) [function.include]: failed to open stream: No such file or directory

[phpBB Debug] PHP Warning: in file [ROOT]/portal/includes/functions.php on line 781: include() [function.include]: Failed opening '../portal/modules/portal_main_menu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')

Warning: Cannot modify header information - headers already sent by (output started at /home/me/public_html/bbs/includes/functions.php:3815)
in /home/fme/public_html/bbs/includes/functions.php on line 2715
I do have access to the phpbb admin panel, and the installer

Re: Problems upgrading.

Posted: 12. June 2012 10:26
by cpg
Hallo,

did you follow the instructions?

Don't forget:

Code: Select all

Delete files

    Delete adm/style/acp_portal.html

    Delete language/en/mods/additional_blocks.php

    Delete language/en/mods/info_acp_additional_blocks.php

    Delete language/en/mods/install_portal.php

    Delete language/en/mods/lang_portal.php

    Delete language/en/mods/lang_portal_acp.php

    Delete portal/block/*.*

    Delete styles/prosilver/template/portal/portal_center.html

    Delete styles/prosilver/template/portal/portal_left.html

    Delete styles/prosilver/template/portal/portal_right.html

    Delete styles/prosilver/template/portal/block/*.*

    Delete styles/prosilver/theme/images/portal/mini_cal_icon_left_arrow.png

    Delete styles/prosilver/theme/images/portal/mini_cal_icon_right_arrow.png

    Delete styles/prosilver/theme/images/portal/portal_login.png

    Delete styles/prosilver/theme/images/portal/portal_minical.png

    Delete styles/prosilver/theme/images/portal/portal_random.png

    Delete styles/prosilver/theme/images/portal/portal_stats.png
For the "header... mistake" read there (in german language; ok?): https://www.phpbb.de/kb/headers_already_sent

Best regards
CPG

Re: Problems upgrading.

Posted: 12. June 2012 12:32
by ixl
Just looking at the errors, I noticed that the locations are different.
Warning: Cannot modify header information - headers already sent by (output started at /home/me/public_html/bbs/includes/functions.php:3815)
in /home/fme/public_html/bbs/includes/functions.php on line 2715
Are you sure thats the actual info, or have you changed it?

I would just check ( just incase your trying to install/convert/update your install ) that you are doing this on the default themes ( make sure your forum forces your them to use default prosilver or subsilver )first before you do the install.

I recently did an upgrade from 1.0.6 to the new 2.0.0 and had no problems, but you just need to be carefull about deleting the files first, copying the new ones over, editing the files as suggested and running the install.php and then clearing your caches.

Once the portal is ok, then try setting up a custom theme.. ( if that is what your doing ).

IXL

Re: Problems upgrading.

Posted: 12. June 2012 13:49
by Marc
You haven't uploaded all the necessary files.