I did not have all the modules installed in my previous version. The ones I did have in there ugraded fine, they are working. When I try to install modules that I did not have installed in the previous version, like videos, forum, events, etc... i get the message that they are not compatible with this version of Dolphin.
Recap:
- Previously installed module are a-ok
- Not installed modules that I now am ready to install are not compatible.
I want to be sure I know which specific module files I need to over write, because I do not want to affect the good modules.
|
Did you edit the version information in /inc/header.inc.php? You need to update the version number to 7.1 for modules to install. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I will try that nathan, thank you. |
I am assuming the version number is B1? or maybe 0? |
I am assuming the version number is B1? or maybe 0?
Version is "7.1". Build is "0".
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I am assuming the version number is B1? or maybe 0?
- Change the following lines in inc/header.inc.phpfile:
$site['ver'] = '7.0';
$site['build'] = '9';
to the following:
$site['ver'] = '7.1';
$site['build'] = '0'; // B1
- Delete unused files by executing the following command from SSH :
php ./upgrade/files/7.0.9-7.1.0.B1/delete_unused_files.php
ManOfTeal.COM a Proud UNA site, six years running strong! |
I just got an error message when trying to open the forum:
Warning: require_once(------public_html/modules/boonex/forum/layout/alt/params.php) [function.require-once]: failed to open stream: No such file or directory in /home/antler/public_html/modules/boonex/forum/integrations/base/config.php on line 95
Fatal error: require_once() [function.require]: Failed opening required '------public_html/modules/boonex/forum/layout/alt/params.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/antler/public_html/modules/boonex/forum/integrations/base/config.php on line 95
The others seem to be a-ok. I will make those adjustments newton.
|
http://www.boonex.com/forums/topic/DOLPHIN-7-1-Forum-Bug.htm
They are missing from the
/modules/boonex/forum/layout/
install the two files in the zip attached to the directory above. I made this when the first versions of 7.1 came out.
It is included now in the latest SVN repo..
ManOfTeal.COM a Proud UNA site, six years running strong! |
I am still getting the same error message after clearing the cache. |
I am still getting the same error message after clearing the cache.
for the alt layout?
[edit] you did upload to "/modules/boonex/forum/layout/"
ManOfTeal.COM a Proud UNA site, six years running strong! |
do they go in layout/
or layout/base
|
do they go in layout/
or layout/base
layout, you should see uni and uni_en
ManOfTeal.COM a Proud UNA site, six years running strong! |
|
ManOfTeal.COM a Proud UNA site, six years running strong! |
yes i am getting the same errors |
yes i am getting the same errors
pm site link please..
This should be your folder structure, have you made sure permissions are correct?
ManOfTeal.COM a Proud UNA site, six years running strong! |
|
ok,
base_en is missing when I look at it through FTP
but it is there in C-Panel.
|
ok,
base_en is missing when I look at it through FTP
but it is there in C-Panel.
With all the problems your running into I would start over..
ManOfTeal.COM a Proud UNA site, six years running strong! |
i agree.. and i will do that in a while and report back here. need to get some other work done. THANK YOU. |
what should to permissions be in those files, and related files? maybe i should check that before I delete them. |
ManOfTeal.COM a Proud UNA site, six years running strong! |
I think my problem is that i tried to add those files via C_panel and should have used FTP. |
I think my problem is that i tried to add those files via C_panel and should have used FTP.
It's working now.. congrats!
ManOfTeal.COM a Proud UNA site, six years running strong! |
That is interesting that it works in UNI but not ALT. When I try to change the setting for disallowing users to change the template, it does not work.. I will just go and remove it in the file. |
That is interesting that it works in UNI but not ALT. When I try to change the setting for disallowing users to change the template, it does not work.. I will just go and remove it in the file.
That bug has been fixed..
That is why folks need to wait on building there sites.
I've update my DEMO site and since Beta release there have been 30-40 modifications to files.
I use the SVN; Tickets at Beta release, 2864.
Today we are at ticket 2880 fixed and closed.
ManOfTeal.COM a Proud UNA site, six years running strong! |
wow.. i will take it easy.. |