Messed up while updating from 7.1.6 to 7.2

I was updating the current version to the latest one (7.1.6 to 7.2). But unfortunately I forgot to set the UNI Template as the default one from admin, and I uploaded all the files and folders via ftp.

 

But when I reached at step no 4 i.e. "http://your-domain.com/path-to-dolphin/upgrade", it gives me something like

 

"7.1.6-7.2.0

Update can be applied after fixing the following problem: 

Set default template to 'UNI' in Admin Settings and/or switch to 'UNI' skin in user interface (or clear browser cookies) and try again."

 

How can I resolve this issue.

 

Thanks

Quote · 20 Oct 2015

Switch the template to UNI its in the instructions.

 

http://www.boonex.com/trac/dolphin/wiki/7.1.6-7.2.0

 

 

Step 1 :  Switch back to UNI template on the site and set UNI template as default site template in Dolphin Admin Panel -> Settings -> Templates -> UNI -> Make Default

 

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 20 Oct 2015

I forgot this step. How can I do it. I am attaching the screen shots which I am getting.

 

"db.jpg" is I am getting on my site's font page.

db.jpg · 12.6K · 254 views
uni.jpg · 24.7K · 282 views
Quote · 20 Oct 2015

 

I forgot this step. How can I do it. I am attaching the screen shots which I am getting.

 

"db.jpg" is I am getting on my site's font page.

 

Manually change your site template by adding ?skin=uni at the end of your site name.


http://yoursitename.com/?skin=uni

 

 

And refresh the upgrade page.

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 20 Oct 2015

I tried it but nothing has happened, still getting the same message.

Quote · 20 Oct 2015

Go to your phpmyadmin select your dolphin db and run this query press SQL :


UPDATE  `sys_options` SET  `VALUE` =  'uni' WHERE  `Name` =  'template' LIMIT 1;


Clear all cache and reload upgrade page.

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 20 Oct 2015

I tried it and it worked, I got the option to update then I followed the instructions, After this I followed the important instructions, which came up at the last on upgrade page. Cleared the cache, cache_public, tmp folders and followed all the steps, then after that I followed the step 6 from

 

http://www.boonex.com/trac/dolphin/wiki/7.1.6-7.2.0

 

After doing all these steps when I tried to visit my site it's showing nothing. It's a blank page.

 

 

Quote · 21 Oct 2015

 RE


After doing all these steps when I tried to visit my site it's showing nothing. It's a blank page.

 

 

 That usually means some type of error has occurred. You should turn on display_errors in your php.ini

display_errors = On

then restart apache

 

Then see what error messages you get when viewing your site   A blank white page doesn't offer many clues, so you'll need to do the above steps before anyone can make a guess what's going on.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 21 Oct 2015

Warning: require_once(/home/ project /public_html/inc/security.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/ project /public_html/inc/header.inc.php on line175

Fatal error: require_once() [
function.require]: Failed opening required '/home/ project /public_html/inc/security.inc.php' (include_path='.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in/home/ project /public_html/inc/header.inc.php on line 175


Now this is coming up on page.

Quote · 21 Oct 2015
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 21 Oct 2015

 

Now this is coming up on page.

 Check your permissions on the /inc folder.

I can fix this for you if your not able.

[edit]

https://www.boonex.com/forums/topic/Changes-to-header-inc-file-during-upgrade-error.htm#264122

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 21 Oct 2015

You didn't applied modification in inc/header.inc.php file, particularly "security.inc.php" is replaced with "version.inc.php".

Warning: require_once(/home/ project /public_html/inc/security.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/ project /public_html/inc/header.inc.php on line175

 

Rules → http://www.boonex.com/terms
Quote · 21 Oct 2015

 I applied the changes but somehow it still showing

   "require_once(BX_DIRECTORY_PATH_INC . "security.inc.php");"   at line no 175 in header.inc.php

 

You didn't applied modification in inc/header.inc.php file, particularly "security.inc.php" is replaced with "version.inc.php".

 

important.jpg · 129.4K · 249 views
Quote · 23 Oct 2015

Even I removed the two blocks as well as mentioned in Important Block 

 

$site['ver']               = '7.1';

$site['build']             = '6';

 

$video_ext                 = 'avi';

$MOGRIFY                = "/path/to/mogrify";

$CONVERT               = "/path/to/convert";

$COMPOSITE           = "/path/to/composite";

 

But still both the blocks are there in header.inc.php file. Can I remove them again and Can I replace

"security.inc.php" with "version.inc.php" now?

Quote · 23 Oct 2015

@raman_kain  can you please provide the link where you downloaded the patch to upgrade from 7.1.6 to 7.2 ?

Thanks. 

Quote · 23 Oct 2015

If you still need a hand fixing it send me a PM... 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Oct 2015

 Here is the link https://www.boonex.com/trac/dolphin/wiki/7.1.6-7.2.0

@raman_kain  can you please provide the link where you downloaded the patch to upgrade from 7.1.6 to 7.2 ?

Thanks. 

 

Quote · 24 Oct 2015

 I Made the changes in "header.inc.php" file and now site is back, but I need to check the whole site to make sure all things are in place. 

 

But for now I have a question In Blogs, Articles section when I go to post anything it shows me only textarea instead of tinymce and in Forum section when I click on '+' icon to post forum, nothing has happened

If you still need a hand fixing it send me a PM... 

 

Quote · 24 Oct 2015

 Problem solved...!!!

If you still need a hand fixing it send me a PM... 

 

Quote · 24 Oct 2015
 
 
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.