Author Topic: site and database upload  (Read 26819 times)

0 Members and 1 Guest are viewing this topic.

ayomatt

  • Newbie
  • *
  • Posts: 37
Can you kindly give me a chat or run through the uploading procedure (site and database) tks.

PerfectVisualHost Support Forum


Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Re: site and database upload
« Reply #1 on: »
Login to your cpanel click "file manager" click public_html, then on top click upload, it will open in a different window, locate the files(your site) you want to upload (which you must put in zip folders) and upload them.
After uploading them unzip it in there. To do that tick the file and click "extract" on top of the file manager.

You can also use FTP software there are so many of them in internet just google them, download and install on your system.
« Last Edit: by Perfect Visual »
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Re: site and database upload
« Reply #2 on: »
To upload Database, you have to create it online first, still on your cpanel, move down and click mysql databases, when it opens, you in the field "New Database" put your database name, click create. It will create it then, click "go back", when it opens scrowdown to "MySQL Users Add New User" to add user and passeword detail. Click create user to create it, it will be created, the click "go back" under "Add User To Database" choose the user and database you added. And click add, when it opens, set permissions by ticking"ALL PRIVILEGES" and click make change, that is all, you created database account.

To upload your database in your local machine to this newly created account, go to phpmyadmin in your cpanel "home"  Under "Databeses", when it opens click on your newly created data base in your left handside. When it opens click import and use "Browse" icon to locate your database in your local machine (Note that you must have exported your Local database out of phpmyadmin) and upload to the database account, and click "GO" that is all, within few minutes all will be there.
« Last Edit: by Perfect Visual »
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

ayomatt

  • Newbie
  • *
  • Posts: 37
Re: site and database upload
« Reply #3 on: »
tks....Perfect visual host is simply the best

ayomatt

  • Newbie
  • *
  • Posts: 37
Re: site and database upload
« Reply #4 on: »
under file manager...editing configuration php what will i write under
       public log_path=home/______/public_html/log
       public tmp_path=home/______/public_html/log

Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Re: site and database upload
« Reply #5 on: »
The setting will look exactly like this below in 1.7

public $log_path = '/home/yourusername/public_html/logs';
public $tmp_path = '/home/yourusername/public_html/tmp';


Replace "yourusername" with your account user name.
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Re: site and database upload
« Reply #6 on: »
tks....Perfect visual host is simply the best
Thank you for the testimony.
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

ayomatt

  • Newbie
  • *
  • Posts: 37
Re: site and database upload
« Reply #7 on: »
i have done every necessary thing but the site is just not coming up

Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Re: site and database upload
« Reply #8 on: »
What message is it displaying whenever you type the address?
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

ayomatt

  • Newbie
  • *
  • Posts: 37
Re: site and database upload
« Reply #9 on: »
it is showing "coporatebrothers not found".

ayomatt

  • Newbie
  • *
  • Posts: 37
Re: site and database upload
« Reply #10 on: »

Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Re: site and database upload
« Reply #11 on: »
Ok, checking things here (eg NameServer) will give you reply shortly.
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Re: site and database upload
« Reply #12 on: »
Ok, I'm through, your website is http://cooperatebrothers.com/ not http://coperatebrothers.com/
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Re: site and database upload
« Reply #13 on: »
I have gone through your configuration.php and found out that the configuration.php you have been working with is different from  the one you created your website with, hance the challenge. Below is what you have been working with, compare that with the one inside your zip folder which is the one I uploaded for you, you will see the difference. Good news that your website is up and running now.

<?php
class JConfig {
   public $offline = '0';
   public $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
   public $sitename = 'Ayo Portal';
   public $editor = 'tinymce';
   public $list_limit = '20';
   public $access = '1';
   public $debug = '0';
   public $debug_lang = '0';
   public $dbtype = 'mysqli';
   public $host = 'localhost';
   public $user = 'cooperat_i remove the password here';
   public $password = 'i remove the password here';
   public $db = 'i remove the database here';
   public $dbprefix = 'myg5e_';
   public $live_site = '';
   public $secret = 'sm2OAtldVjLRr3Zs';
   public $gzip = '0';
   public $error_reporting = '-1';
   public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';
   public $ftp_host = '127.0.0.1';
   public $ftp_port = '21';
   public $ftp_user = '';
   public $ftp_pass = '';
   public $ftp_root = '';
   public $ftp_enable = '0';
   public $offset = 'UTC';
   public $offset_user = 'UTC';
   public $mailer = 'mail';
   public $mailfrom = 'info(at) perfectvisualhost.com';
   public $fromname = 'Ayo Portal';
   public $sendmail = '/usr/sbin/sendmail';
   public $smtpauth = '0';
   public $smtpuser = '';
   public $smtppass = '';
   public $smtphost = 'localhost';
   public $smtpsecure = 'none';
   public $smtpport = '25';
   public $caching = '0';
   public $cache_handler = 'file';
   public $cachetime = '15';
   public $MetaDesc = '';
   public $MetaKeys = '';
   public $MetaAuthor = '1';
   public $sef = '1';
   public $sef_rewrite = '0';
   public $sef_suffix = '0';
   public $unicodeslugs = '0';
   public $feed_limit = '10';
   public $log_path = 'home/cooperat/public_html/logs';
   public $tmp_path = 'home/cooperat/public_html/tmp';
   public $lifetime = '15';
   public $session_handler = 'database';
}
« Last Edit: by Perfect Visual »
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

ayomatt

  • Newbie
  • *
  • Posts: 37
Re: site and database upload
« Reply #14 on: »
how do i install a forum componenta. and pls how do i host a cooperate brothers.com/brand site. tks

PerfectVisualHost Support Forum

Re: site and database upload
« Reply #14 on: »