Phpbb 3.0 Gold

liunx

Guest
I have searched but cant find what i am looking for. I am planning to upgrade my forums today but need to make sure that all is good on all fronts. Does TCH or my $4 a month plan meet these requirements?<br /><br /><!--quoteo--><div class='quotetop'>QUOTE<!--content-->
That should be fine. <br /><!--content-->
i have encountered a problem. I got all the files thru the ftp but during the installation i am snagged at te requirements page.<br /><br />can a TCH person look at this page to acertain what i need to change and then psoibly explain to me how to do such changes<br /><a href="http://www.tregonia.net/phpBB3/install/index.php?mode=install&sub=requirements&language=en" target="_blank">http://www.tregonia.net/phpBB3/install/ind...amp;language=en</a><!--content-->
I'll try to help.<br /><br /><!--quoteo--><div class='quotetop'>QUOTE<!--content-->
ok...who wants to laugh at the noob. i couldnt just xfer the whole root...so this nood xfered all the folders individually but not the files in the main root. including the folder you named off at the top.<br /><br />yeah i know <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/tongue.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tongue.gif" /><br /><br />edit...<br /><br />yet its the same..<br />im doing as you mentioned<!--content-->
<!--quoteo(post=218772:date=Jan 10 2008, 09:29 PM:name=TCH-Bruce)--><div class='quotetop'>QUOTE (TCH-Bruce @ Jan 10 2008, 09:29 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=218772"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->I'll try to help.<br /><br /><br /><br />In the folder you installed the forum software if there is not a .htaccess file create it using the file manager in cpanel. Now edit that file and add the following.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->php_flag register_globals off<!--c2--></div><!--ec2--><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Is there a certain place to put this in the script?<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><Files "config.php"><br />Order Allow,Deny<br />Deny from All<br /></Files><br /><br /><Files "common.php"><br />Order Allow,Deny<br />Deny from All<br /></Files><!--c2--></div><!--ec2--><br /><br /><!--quoteo(post=218772:date=Jan 10 2008, 09:29 PM:name=TCH-Bruce)--><div class='quotetop'>QUOTE (TCH-Bruce @ Jan 10 2008, 09:29 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=218772"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->The cache, files and store folder need to have their permissions changed to be writeable so change permissions on those folders to 777. You will also need to do the same with the /images/avatars/upload folder. You can use an FTP program to change those or the file manager in cpanel.<!--QuoteEnd--></div><!--QuoteEEnd--><br />easily done now that i know what that meant<br /><br /><!--quoteo(post=218772:date=Jan 10 2008, 09:29 PM:name=TCH-Bruce)--><div class='quotetop'>QUOTE (TCH-Bruce @ Jan 10 2008, 09:29 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=218772"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->There should be a sample config.php file with the install. You will need to rename it to config.php and enter your database information into it.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->host='localhost'<br />dbname='cpanelname_databasename'<br />dbuser='cpanelname_user-added-to-database'<br />password='database-user-password'<!--c2--></div><!--ec2--><!--QuoteEnd--></div><!--QuoteEEnd--><br />this i can see how from the current php2.0.22 file. but i think i do this in the installation<br /><br /><!--quoteo(post=218772:date=Jan 10 2008, 09:29 PM:name=)--><div class='quotetop'>QUOTE ( @ Jan 10 2008, 09:29 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=218772"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->I am not certain of the variable names phpBB uses but the parts to the right of the equals will always be the same.<!--QuoteEnd--></div><!--QuoteEEnd--><br />you lost me<br /><!--content-->
ok i made the changes and now i do have the option to begin the install.<br /><br />but i want to put the<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->php_flag register_globals off<!--c2--></div><!--ec2--><br />inthe right place.<br /><br />there is 2 files mentioned in that script so i just need to know if that would be put in twice, once of each file, or if it should be in just a certain one alone<!--content-->
im up and running now i believe. the only issues i have i believe are php issues<!--content-->
<!--quoteo(post=218776:date=Jan 10 2008, 09:15 PM:name=Extreme)--><div class='quotetop'>QUOTE (Extreme @ Jan 10 2008, 09:15 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=218776"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->ok i made the changes and now i do have the option to begin the install.<br /><br />but i want to put the<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->php_flag register_globals off<!--c2--></div><!--ec2--><br />inthe right place.<br /><br />there is 2 files mentioned in that script so i just need to know if that would be put in twice, once of each file, or if it should be in just a certain one alone<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />I would put it in the .htaccess file of the folder the forum is in only.<!--content-->
Well all is well on the forums, But i hit a snag. I thought it was a phpBB3 problem but they told me it was serverside. <br /><br />Here is the link to the thread there <a href="http://www.phpbb.com/community/viewtopic.php?f=46&t=692015" target="_blank">http://www.phpbb.com/community/viewtopic.p...46&t=692015</a><br /><br />Where do i find this php.ini file and how can i increase this 2Mb up to 10Mb or higher? Before i did the upgrade i could upload over 10Mb, so i dont know what changed<!--content-->
You cannot edit the php.ini file on the server but you can change the value by making changes to your .htaccess file.<br /><br />Add lines similar to these in your .htaccess file.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->php_value post_max_size 16M<br />php_value upload_max_size 16M<!--c2--></div><!--ec2--><br /><br />That will allow 16mb uploads. You can go higher by changing the 16 to another value.<!--content-->
Now i am going to assume it is the .htaccess in the main root. the same one i added the global line too. but in that file it refers to 2 seperate files. <br /><br />Do i added the line to each o fhte 2 files like i added the gloabal?<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><Files "config.php"><br />Order Allow,Deny<br />Deny from All<br />php_flag register_globals off<br /></Files><br /><br /><Files "common.php"><br />Order Allow,Deny<br />Deny from All<br />php_flag register_globals off<br /></Files><!--c2--></div><!--ec2--><!--content-->
Add the two lines outside of the <Files> </Files> tags<!--content-->
ok thanks<br /><br />this does give me the thought that i should add the global lines outside as well??<br /><!--content-->
Well...unfortunately...that did not work. did i put them in there right?<br /><br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><Files "config.php"><br />Order Allow,Deny<br />Deny from All<br /></Files><br /><br /><Files "common.php"><br />Order Allow,Deny<br />Deny from All<br /></Files><br />php_flag register_globals off<br />php_value post_max_size 16M<br />php_value upload_max_size 16M<!--c2--></div><!--ec2--><!--content-->
That is correct. Check out <a href="http://www.totalchoicehosting.com/forums/index.php?s=&showtopic=34059&view=findpost&p=217484" target="_blank">this post</a> I made before.<!--content-->
That did it...thanks alot <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> <br /><!--content-->
Glad it's working. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbup1.gif" style="vertical-align:middle" emoid=":thumbup1:" border="0" alt="thumbup1.gif" /><!--content-->
 
Top