Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingTutorials right
left right
Andrew
post Dec 20 2009, 04:35 AM
Post #1


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



If you have tried to install Vanilla forums ( http://getvanilla.com/ ) on Zymic hosting then you may have noticed you can't get past the installer pages.

To be able to fix this error & get vanilla installed, you will need to edit two files. In this tutorial I will be pointing you to go to "Line 60" or otherwise, and to do this you will need a text editor that has line numbering. A good free version would be Notepad++. Go ahead and download that and use Notepad++ to edit the file as mentioned below.

First you need to open up the file /appg/headers.php and go to line 27.
Line 27 looks like:
CODE
ini_set('session.use_only_cookies', 1);


add an @ symbol to the front of that line so it looks like this:
CODE
@ini_set('session.use_only_cookies', 1);


Now save and upload that file replacing the old version of headers.php.

Next open up /setup/installer.php and go to line 5.
Line 5 looks like:
CODE
ini_set('session.use_only_cookies', 1);


Again we're going to add an @ symbol to the front of the line making it look like:
CODE
@ini_set('session.use_only_cookies', 1);


now in the same installer file, go to line 7.
Line 7 looks like:
CODE
ini_set('track_errors', 1);


and once again add the @ symbol to the front of the line making it look like:
CODE
@ini_set('track_errors', 1);


Go ahead and save that file and upload it replacing the old installer.php.

Now browse to where you've uploaded the vanilla forum and follow the install steps, everything should work properly now!
Go to the top of the page 
 
  + Quote Post

Posts in this topic

 Reply to this topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 22nd May 2013 - 10:16 AM