problem after the upgrade to V6.1.1

Hello

 

I upgraded my site to new version 6.1.1 and it was successfully

But when I go to dolphin admin => settings => advanced settings

and edite some options then Save it .. my site stopped and I saw this problem

 

 

 

Warning: main(/home/hi5sacom/a7lakalam.com/templates/tmpl_/scripts/BxTemplCmtsView.php) [function.main]: failed to open stream: No such file or directory in /home2/hi5sacom/a7lakalam.com/inc/classes/BxDolBlogs.php on line 11

Fatal error: main() [function.require]: Failed opening required '/home/hi5sacom/a7lakalam.com/templates/tmpl_/scripts/BxTemplCmtsView.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/hi5sacom/a7lakalam.com/inc/classes/BxDolBlogs.php on line 11

 

 

 

please any idea or help for this problem ?

I'm Sure the upgrade was successfully without any problem But this saw after the edite

you can see my site :

http://www.a7lakalam.com

best regards
Rawaf

Quote · 20 May 2008

Open the folder "inc/classes"

Delete the file "BxDolBlogs.php". Reupload it from a new dolphin 6.1 package. This will fix your problem. It seems there is a missing {$tmpl} from that page. Better to do a replace so that you don't mess up with code.

----
Quote · 20 May 2008

 

Open the folder "inc/classes"

 

Delete the file "BxDolBlogs.php". Reupload it from a new dolphin 6.1 package. This will fix your problem. It seems there is a missing {$tmpl} from that page. Better to do a replace so that you don't mess up with code.

 

thank you for your response ,

 

But I checked the file .. it have this {$tmpl}  .

I reinstall it again .. But the problem stay

please any idea or help ? my site stopped and I need to back it to work

 

thanks

Quote · 20 May 2008

Then add the following line in the file "inc/classes/BxDolBlogs.php"

after require_once(BX_DIRECTORY_PATH_INC . 'tags.inc.php' ); add in next line.

global $tmpl;

This may fix your problem.

----
Quote · 21 May 2008

 

Then add the following line in the file "inc/classes/BxDolBlogs.php"

 

after require_once(BX_DIRECTORY_PATH_INC . 'tags.inc.php' ); add in next line.

 

global $tmpl;

 

This may fix your problem.

 

thank you sir for your response

I could correct the problem .. it was cause ini/params.inc.php file .. it was empty

when I replace it the site worke fine again

 

you can check my site :
http://www.a7lakalam.com

thanks :)
Rawaf

Quote · 21 May 2008

I appear to be having the same problem (inc/classes/BxDolBlogs.php on line 11) and a fatal error (nc/classes/BxDolBlogs.php on line 11).

Can you describe what you changed to fix the problem?

I go to mysite.com/admin and receive the error...so I haven't even logged in to the admin panel yet!

Thank,

Jason

Quote · 19 Jun 2008

I appear to be having the same problem (inc/classes/BxDolBlogs.php on line 11) and a fatal error (nc/classes/BxDolBlogs.php on line 11).

Can you describe what you changed to fix the problem?

I go to mysite.com/admin and receive the error...so I haven't even logged in to the admin panel yet!

Thank,

Jason

hi jason,

I solved this problem as follows:

you have to upload the following files from your folder tmpl_uni/scripts to your new template folder /scripts:

- BxTemplCmtsView.php

- BxTemplFormView.php

- BxTemplIndex.php

- BxTemplMenu.php

- BxTemplName.php

then it works again!

BR, ray

Quote · 1 Aug 2008
 
 
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.