Help With Installing A Content Management System. - Help please.
wild20
Feb 19 2006, 03:16 AM
I want to install a CMS, but the problem is taht all the ones on Fantastico like PHPNuke and Xoops, say that it can't start installing iot because the directory Public_html already exists and need to be manually removed. Last time I did this. Nothing worked. Also, I could install this as an index directory. But would I label it html? Php? I am totally lost. Could someone give me a complete guide on how to install these. either way? On what I need to do istall it on either the main directory, or on a sub one with what extension? Thanks in advance.
Notice from mayank:
Moved topic to "HOSTED MEMBERS AREA" from GENERAL TALK" also query answered, topic closed
Wild20, I have installed a CMS only a couple of times and usually to a subsidiary folder under the public_html. Something like jlhaslip . com / forum. Is the CMS from the fantastico? There usually are instructions outlining the methods they reccomend right there. If the CMS installs in the sub-folder, you could then do a re-direct using the cpanel Redirect, if you wanted the CMS to become your Main page.
Yeah I want it to be my main page. But first, is it possible to install it directly into the main folder, or does it require you to put it in a sub folder? Like an index, which is of course the main page. But then my question would be, what is the ending extension? Did you use a index.php? Since this is content management, would you always have a .php, or can you still use a html extension? That is where my question comes into. Or is it possible when installing it with the Fanstastico to just put in the desired directory: index, and then it will automatically put in the ending extension needed? As you can see, I know almost nothing. And yes, it is in Fanstastico.
All of the files and their extensions are taken care of by the CMS Installer, so not to worry.
I installed Joomla tonight for a test case and it would not install in my root public_html because of a conflict of file names. Specifically, .htaccess, so I installed it into the sub-directory /joomla. You may be having the same or similar problems with filename conflicts, so phpnuke won't install where you want it to.
Now, to access the CMS, the URL is jlhaslip.trap17.com/joomla. When this directory (folder) is accessed, the instructions in the .htaccess file points the user to the correct file to start-up the CMS. I haven't looked, but it is probably Index.php.
If I was to make this folder a sub-domain, the address to access it would become joomla.jlhaslip.trap17.com and, again, the .htaccess file looks after pointing me to the correct start-up file.
In order to have this CMS become the starting point for a domain, simply do a 're-direct' by using the script in your cpanel. In my case, I would redirect from jlhaslip.trap17.com/index.html to jlhaslip.trap17.com/joomla and the re-direct should fire-up the CMS for the user.
Yeah I want it to be my main page. But first, is it possible to install it directly into the main folder, or does it require you to put it in a sub folder?
YOu are facing problem installing it on the main folder which is public_html because there are certain folders like images and possibly others too if you have created. Remove (delete) whatever custom folders you have installed including images, and also index.html. And try to installed again. Since those cms like php-nuke, joomla, xoops may already have images folder with them. Try again and tell us the outcome.
You can definitely install it on the main folder that way. If you want it to be installed in the sub-folder, it shouldn't be having any problem. You can name the sub-folder as cms, or web and it will become yourdomain.trap17.com/cms or yourdomain.trap17.com/web to access your site. You can also redirect yourdomain.trap17.com to yourdomain.trap17.com/cms or yourdomain.trap17.com/web from Cpanel > Manage Redirect page. It is upto you to install the cms anywhere.
QUOTE(wild20 @ Feb 19 2006, 05:14 AM)
Like an index, which is of course the main page. But then my question would be, what is the ending extension? Since this is content management, would you always have a .php, or can you still use a html extension? That is where my question comes into..
The ending extension will be most likely yourdomain.trap17.com/cms/index.php but if you use any search engine friendly url they can change to .html which you need to do a little bit from the cms concerned. For postnuke it is quite easy. But you do not need to worry because when a visitor click yourdomain.trap17.com/cms they will land on the page provided by the cms but make sure that your own index.htm or index.html file is not present there.
QUOTE(wild20 @ Feb 19 2006, 05:14 AM)
Or is it possible when installing it with the Fanstastico to just put in the desired directory: index, and then it will automatically put in the ending extension needed? As you can see, I know almost nothing. And yes, it is in Fanstastico.
You don't need to put any by your own because the cms concerned will put everything in place for you.
Also, the cms in Fantastico are not the latest version always, so if you can download their latest stable version from their respective site it is the best.
I used Fantastico to install Drupal on my account, and got the same error message, so I just installed it in a sub-directory instead. I hadn't even checked my main page to see what came up until I read this. It shows the Trap17 hosting page saying my account is set up at this point. I'll have to do a redirect like jlhaslip mentioned above at some point. Thanks jlhaslip for pointing out how to do that!
Currently, I haven't really messed with Drupal beyond setting up a first account and changing the site time to my time zone (EST). I got to looking through it a bit, and realized the reviews I had read about it having a steep learning curve weren't exaggerating! I need to do a lot of tutorial and documentation reading on Drupal before I even think of trying to set up a site. I decided to take a break from doing that to come in here and wander around a bit, just to relax. I do like this forum.
I think the answer is PHP, name your file as filename.php. But something is strange to me; why you must set your file name as php or html, as the program commonly provide the proper name. You should attention that may be you did not set the accessebility of the files and folders.
Okay one more question. If I delete all the index files, then make it install i in a folder called index, will it then treat that as my main page? And does an index directory always act as the main page no matter what extension it has?
Let us say that you take the index file and make it index.php. Would that make it the main page no matter what the extension? So far I have only only used either a index.htm or index.html. Would .php or .asp also be the main page? Thanks guys for your help, just this last question.
well wild20, as you are using fantastico to install the CMS..I think you must not face a problem...but you are! (strange one, I've never faced problems in installing scripts with fantastico)
now, I think you must have followed..all the instructions give above...and if not then go ahead and do it...and as far as your question is concerned.....
if you make a directory under public_html called "index" and then upload the current files in it...then people will be able to access it through http://yourdomain/index/
well...and for your second question.....no matter whatever extension you have...in your case it will be index.php it will take it up automatically and will be your main page....but make sure that you dont have any other file like index.html or index.htm in that same folder...because .html extension is given the preference over .php extension!
So, as far as you dont have the index.html & index.php file in the same folder...your index.php file will act as the main page
Perfect! That is what I needed to know. I will now begin the installation. Thanks for all you help. You to Mayank. Thanks. I just got confused with all that. I will try what you guys suggested since it is all consistent. Good day to all.
Since Trap17's CP provide the individual site's owner with goodies like MySql and
PhpMyAdmin, chances are some will want to make use of them. Well, it's fine enough to get that
on one's host (Gee! Thanks a lot, Trap17...) Knowing how the usual geek react, it might be
expected that most people considering to make use of a database on their site will want to do most
of the tedious job of developing and testing on their own local system before sending the wrapped-up
result on their domain/subdomain. This involves four basic steps (sorry for the compuwi...
Is there any way to install custom fonts? Like I've got a few fonts here that I would like to
install for my website. Is there any way to install them? So how can I install them? Would it even
be possible to install them?...
Hello everyone, I was wondering if anyone around here has successfully installed Joomla on their
Trap17 web space. If so, what was your solution to the session save path dilema? I attempted to make
a custom php.ini with no luck and also attempted to edit the htaccess.txt file. All of these
solutions yielded no result, my session save path is still not set, and I can't properly install
Joomla 1.0.13. Should I try using 1.5 RC4? I doubt that would matter, any advice or help is greatly
appreciated /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt=...
I was wondering, and I am horrible with Cpanels mind you, how to install a new theme. I have an smf
discussion board and I decided to download a theme from the theme place for smf. So it downloads,
and appears in winrar. When I extract it, it comes with a big pile of files, with 2 folders:
Language, and Images. First question is: Do I install these somewhere in the 'File manager'
in cpanel? Ok if yes: Where? Third: Do the main files, language , and image go in different
places? Fourth: There is about 4584305834098 image files, is there a quicker way to get ...
I just looked at my remaing credits and it was only 1, so i remembered what I needed to find out. I
need a CMS for my website! I have tried lots of CMS(s) and have had very little luck. I would
like to know some CMS(s) that you would reccommend me to use. Some I have tried: CT2 CMS 2.0 beta
Joomla EazyPortal and some others, I can't remember It needs the following: Themes avaliable
Able to be hosted here Business Looking (ie; very formal) No Ad(s) Free for non-commercial use Forum
Registration for members Administrator Please post some CMs(s) names in t...
Hi. Iīm having a real big problem installing ffmpeg on my site... Can any of you guys explain to
me (as if I was 10 years old) please... I would like to test it on one of my sites here @ trap 17
but I canīt install it... Thanks in advance...
i get error when i trayed to install joomla about the default premising check this out i have set
the file premising to 777 and to 755 and the same problem what to do where to fix this
http://zam.trap17.com/earn-money/installation/index.php and in my hosting plans i did see shell
access but i cant it at my cpanel why ??? ---UPDATE--- will i have been able to install joomla
thanks but i still asking about the shell account double post merged ...
A few minutes ago I was looking at site management tools section in my Control Panel. The tool
"Index Manager" caught my eye. If I used it, then I wouldn't need to create placeholder pages in
my folders with no index pages /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> What I had forgotten is that I already had an .htaccess file in my site.
Needless to say, enabling this option took down my whole site instantly and displayed an "Internal
Server Error" message. How stupid of me! /wacko.gif" style="vertical-align:middle" em...
I was trying to install IPB 2.3.3 for my forums database and this is the error message I got as I
was starting the installation. mySQL query error: CREATE TABLE ibf_admin_logs ( id bigint(20) NOT
NULL auto_increment, act varchar(255) default NULL, code varchar(255) default NULL, member_id
int(10) default NULL, ctime int(10) default NULL, note text NULL, ip_address varchar(255)
default NULL, PRIMARY KEY (id) ) TYPE=MyISAM; SQL error: Table 'ibf_admin_logs' already
exists SQL error code: 1050 Date: Wednesday 22nd of August 2007 02:25:45 AM I hav...
Hello! I have successfully installed a phpbb2 forum on my site... (HORRAY)... but now I am
trying to install EasyMod for it, but it is not working correctly. Has anyone had success with
this? If so, can you give me step-by-step instructions, maybe I am doing something wrong? I fill
out everything, including login information to my ftp, and get this message: QUOTE Testing FTP
access... 1) Logged in successfully FTP ERROR: could not cd to public_html/forum/phpbb2 You
successfully logged into the server, but could not change direcory (CD) to the easymod direct...
hi, i am trying to install ipb v 2.2.0, but when i go to the url where it is at (after i went
through setup) i get this error: QUOTE IPB WARNING array_merge() : Argument #2 is not an
array (Line: 473 of /sources/classes/class_session.php) IPB WARNING Invalid argument supplied for
foreach() (Line: 504 of /sources/classes/class_session.php) IPS Driver Error There appears to be an
error with the database. You can try to refresh the page by clicking here So i dont know whats
going on. if some1 could help, that would be great....
Ok well I have tried installing the simple user system. Now when I try to register I get the
following errror Unknown column 'id' in 'field list' How can I fix this? I really
must know!...
Hello! I was just wondering how I go about installing the phpbb forum on my site. I assume I
go somewhere from the CPanel? I think someone told me that the CPanel has something that installs
it for me automatically. Thank you!...
I downloaded the zip version of the SMF, from www.simplemachines.org I am using SmartFTP, to upload
the files. I created a folder, named Forum, and uploaded all the SMF files there. On the
simplemachines site, it tells me to type my site url followed by /forum/install.php, or whatever the
directory I installed it on is called. I tried that, and I come up with this on the page. Not
Found The requested URL /forum/smf1.1/install.php was not found on this server. Additionally, a 404
Not Found error was encountered while trying to use an ErrorDocument to handle the re...
am i allowed to upload a forum? one that is all coded in php, not a service, a completely scratch
forum. the company who made the templates is simplemachines and its an smf. it just documents, i
just need to know if i can use it. also, it doesnt let me access files i have uploaded......
Hey guy's, ive done as you said and tried to install my phpbb without fantastico. I have got to
the the install page then i get a mysql error QUOTE Warning: mysql_error(): supplied argument
is not a valid MySQL-Link resource in /home/tdm/public_html/forum/phpBB2/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in
/home/tdm/public_html/forum/phpBB2/db/mysql4.php on line 331 phpBB : Critical Error Could not
connect to the database Im not sure why this has happened as i have never really used mysql for ...
Joomla shows this warning QUOTE Following PHP Server Settings are not optimal for Security
and it is recommended to change them: * PHP register_globals setting is `ON` instead of
`OFF` Well it shows two warnings but the other one i can change. Is this something
i, or you should be woried about or is it normal......
Ok, i am hosted here and i am trying to get the phpBB2 forums installed on my site. I have made a
database, i have uploaded all of the folders to the FTP. Now everytime i try to start the install,
it either says that there is a critical error, and that i have configured something wrong. Does
anybody know the Database Type i need to use? And any other help that you could tell me would be
appreciated. Thanks....
I am trying to put php forums on my site. I think the only ones around are these
http://www.phpbb.com correct? even if there not they seem to be what most people use. I currently
have proboards which deffinelty leaves alot to be desired. What I am wondering is after i download
the forums and upload them via ftp. Where do i upload them to? the Public_html folder? and if so
can i edit and/make boards and categoirs etc just from being an admin on those forums or do i need
to go through the buttons on my cpanel Labeled MySQL Databases, phpMyAdmin, PostgreSQL Database ...
I seem to be getting a LOT of parse errors with my php scripts. there are two things they have in
common: 1. they are downloaded and uploaded without modifying them. 2. they all seem to have
"unexpected $end" e.g QUOTE Parse error: syntax error, unexpected $end in
/home/random1/public_html/hsp/forum/webinstall.php on line 271 that example for webinstall.php, a
script used to install SMF. I know that trap17 provides fantastico to install SMF, but I want to
install SMF1.1RC3 to use with joomla-smf, which fantastico doesn't support. if I upload and ins...
Hey, I'm currently running Joomla and PhPBB (through a bridge I found online) I'm really not
satisfied with it though...The login/registration process is very buggy (not technically bugged
since its supposed to work that way) but is very unreliable. I was wondering if anybody could
reccomend a good Forum/Portal or CMS combo I can use to post news/picture files/etc on a main
page/section of the website, and have integrated forums that run smoothly login/registration wise
with a minimum upkeep time. Any input is very valuable, anything is better than what I'm...
I can't access my site anymore , when I tried to do that , the suspended warning page showed up
even I didn't do any bad things there. Please help me as quick as you can , thank you
/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> (I have around 10
credits at Trap17 now and haven't beed dropped to lower than 4 so why ?)...
As part of a web-game on my site, I have a php form that requires people to enter their username,
and information about the characters they want to have in the game. All this information is stored
into a MySQL table. I want the players to be able to visit a page where every character they have
registered with their username can be seen. My question is simply, how can I check the values of
the MySQL data, and act accordingly? What I need to do is check for a Username and a character
number, and if it finds it, takes the data in that part and acts on it, eg. by showing th...
Okay guys, I need a bit of help with my new template. I'm kind of a noob at coding, so right now
I'm using dreamweaver to help me along, but anyway, I've developed this template: which
you can see in use (somewhat), here: http://www.plusone.trap17.com/dev2/index.html and I'm
having a bit of trouble with the content box. I want the content box to automatically stretch to fit
whatever is in it, (and have the navigation box stay unstretched) which I've managed to do with
some tricky slicing, but the problem is that with the stretching, I seem to h...
First of all, before anybody accuses me of hacking or whatnot, I have purchased an IPB 2.1.5
liscense. Okay..Anyway... I'm trying to install IPB 2.1.5, and I'm not completely sure what
to put in the most of the SQL boxes.. I'm not sure what to select the drop down as, nor am I
sure on what to put in the "SQL Host" field. Also, whenever I click "Proceed", I get this error:
QUOTE Warning! The following errors must be rectified before continuing! Please go back
and try again! Connection error: Host 'gamma.xisto.com' is blocked because...
I am wondering how to install python on the server my site is on. I would like to know if it is
possible to do, if so, can i do it or do i have to have a admin do it, and if it is against TOS or
any other thing. I need to install this script because i need to do some things with google
(Sitemaps) and i may find it useful other places. But if it is not posible i can live without it....
I just installed the FI theme for phpbb..on my forums... I want to install Poll , Recent written
topics and a shoutbox in my forum's front page....I tried to install some shoutbox script but
something goes wrong..even i m following the instructions very carefully.Could anyone help me
regarding to this ??? thanks...
i am trying to install some mods to invision powerboard. This might seem like a really stupid
question but i am new to this. It tell me to go to source/codes on certain files to edit them. How
do i get to that in the file? Plz Help! Corrected the topic title ...
Hey guys, I am not entirely sure if you can help me here, seeing as how the forum software is not
your own, but I have a problem with my site. Fantastico will not properly install any of the forum
software. To clarify: I have used Fantastico to install SMF and PHPbb2 on my site, but neither have
worked properly. After installing SMF, when I visited the site, I got this message: QUOTE
Notice: Only variables should be assigned by reference in
/home/dpteam/public_html/forums/Sources/Subs.php on line 232 Notice: Only variables should be
assigned by reference in /home...
Looking for installing, content, management, system
Searching Video's for installing, content, management, system
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE
forum, Create your own topics, Ask Questions, track topics, setup
subscriptions & notifications and Get a Free Website w/ Email and FTP.