Problem with update 7.9

Hello !!

I have a problem... :c

After doing the upgrade to 7.9, the site works fine but the pictures, polls, image sites, no longer appears. Box blank.

Permissions are ok. Would you have any idea please?

Thank you.

To see the problem, go to: http://www.electro-chok.com

And block : public photos in the homepage .

 

best regards

http://www.electro-chok.com
Quote · 26 Jan 2012

I have looked in this issue and i am feeling like a tennis ball jumping between one file to another.

can a developer or someone tell me where is the array $aModule because i think it might have some issue.

in this function

 

function BxDolModule($aModule) {

   parent::BxDolMistake();

   

   $this->_aModule = $aModule;

   

   $sClassPrefix = $aModule['class_prefix'];

   $sClassPath = BX_DIRECTORY_PATH_MODULES . $aModule['path'] . 'classes/';   

 

   $sClassName = $sClassPrefix . 'Config';

   require_once($sClassPath . $sClassName . '.php');

   $this->_oConfig = new $sClassName($aModule);

   

   $sClassName = $sClassPrefix . 'Db';

   require_once($sClassPath . $sClassName . '.php');

   $this->_oDb = new $sClassName($this->_oConfig);

 

   $sClassName = $sClassPrefix . 'Template';

   require_once($sClassPath . $sClassName . '.php');

   $this->_oTemplate = new $sClassName($this->_oConfig, $this->_oDb);

   $this->_oTemplate->loadTemplates();

}

$aModule['path'] doesn't get the path or $aModule['class_prefix'] doesn't get the prefix

so, if anybody know where is this array. That will be very helpful.

 

so much to do....
Quote · 26 Jan 2012

Thx Prashank ^^

 

and i specify

I receive this message every minute:

 

PHP Warning:  require_once(/****/****/MY DOMAIN /httpdocs/modules/classes/Config.php): failed to open stream: No such file or directory in /****/****/MY DOMAIN/httpdocs/inc/classes/BxDolModule.php on line 77

 

best regards

http://www.electro-chok.com
Quote · 26 Jan 2012

 same thing here the correct path is /****/****/MY DOMAIN /httpdocs/modules/boonex/modulename/classes/class_prefixConfig.php but its not working.

Thx Prashank ^^

 

and i specify

I receive this message every minute:

 

PHP Warning:  require_once(/****/****/MY DOMAIN /httpdocs/modules/classes/Config.php): failed to open stream: No such file or directory in /****/****/MY DOMAIN/httpdocs/inc/classes/BxDolModule.php on line 77

 

best regards

 

so much to do....
Quote · 26 Jan 2012

hello,

 

I had to revert to version 7.8 until a solution to propose.

 

^^

http://www.electro-chok.com
Quote · 26 Jan 2012

Ok first of all they have change the links and the look at the phot name its changed on my home page th ephotos have alot of numbers if you go and search for it it does not show then they changed the background gif with the photo a swap so what happens it first loads the pic then adds the gif this blocking the photo so what i need is what page do you edit to find the links in as if yo ulook at the source code you will find it or if you run firefox as well so give me an idea which page to edit the links i can fix this problem

Quote · 28 Jan 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.