Module installs

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.

Quote · 15 Nov 2012

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
Quote · 15 Nov 2012

I will try that nathan, thank you.

Quote · 15 Nov 2012

I am assuming the version number is B1? or maybe 0?

Quote · 15 Nov 2012

 

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
Quote · 15 Nov 2012

 

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!
Quote · 15 Nov 2012

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.

Quote · 15 Nov 2012

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..

7.1 Alt Forum Layout.zip · 36.4K · 257 downloads
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Nov 2012

I am still getting the same error message after clearing the cache.

Quote · 15 Nov 2012

 

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!
Quote · 15 Nov 2012

do they go in layout/

or layout/base

Quote · 15 Nov 2012

 

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!
Quote · 15 Nov 2012

yes.. forum/layout

Quote · 15 Nov 2012

correct

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Nov 2012

yes i am getting the same errors

Quote · 15 Nov 2012


yes i am getting the same errors

 pm site link please..

This should be your folder structure, have you made sure permissions are correct?

forums-layout.png · 220.7K · 505 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Nov 2012

sent it

Quote · 15 Nov 2012

ok,

base_en is missing when I look at it through FTP

but it is there in C-Panel.

Quote · 15 Nov 2012

 

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!
Quote · 15 Nov 2012

i agree.. and i will do that in a while and report back here. need to get some other work done. THANK YOU.

Quote · 15 Nov 2012

what should to permissions be in those files, and related files? maybe i should check that before I delete them.

Quote · 15 Nov 2012

Maybe this will help..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Nov 2012

I think my problem is that i tried to add those files via C_panel and should have used FTP.

Quote · 15 Nov 2012

 

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!
Quote · 15 Nov 2012

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.

Quote · 15 Nov 2012

 

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!
Quote · 15 Nov 2012

wow.. i will take it easy.. Foot in Mouth

Quote · 15 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.