Blu-Express VA Posted December 11, 2010 Report Share Posted December 11, 2010 Hello, I'm installing phpVMS ... beginning of the installation asks me: Database Name; Server; User; Password; If MySQL or MySQL Server Type Extended. Now I wonder if the data are the ones that I received an e-mail activation site namely: *** Parameters *** MYSQL The MySql DB has already been created, you can manage it through the PhpMyAdmin interface. By default, the database allows you free to run 5000 queries per hour. Phpmyadmin Access: http://bluexpressvirtu.joomlafree.it/phpmyadmin UserID: unn7nx6k_jpack Password: ********** but my database name which is it? what is the password of the DB? the user of the database? Database Server? P.S. I wrote on the Joomla Forum, but they told me to write here .. I hope some of you use joomla and give me an answer!. P.S.2: I do not do it and then install the next page tells me: Installing the tables... Fatal error: Cannot redeclare class ezDB_mysql in /home/unn7nx6k/domains/bluexpressvirtu.joomlafree.it/public_html/phpVMS/core/classes/ezdb/ezdb_mysql.class.php on line 299 What does this mean? Thanks in Advanced Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 11, 2010 Administrators Report Share Posted December 11, 2010 There is a good starting guide that was produced by bluemax here -> http://forum.phpvms.net/page/index.html?record=36 I think you will find the answers to most of your questions in it. Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 11, 2010 Author Report Share Posted December 11, 2010 There is a good starting guide that was produced by bluemax here -> http://forum.phpvms.net/page/index.html?record=36 I think you will find the answers to most of your questions in it. Once I did .. In fact, here's the page: http://www.bluexpressvirtu.joomlafree.it/phpVMS/ But if I click on login does not make me go to the module .. try it from this page: (what is me in the URL bar) http://www.bluexpressvirtu.joomlafree.it/phpVMS/install//index.php/login Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 11, 2010 Administrators Report Share Posted December 11, 2010 The second link should be -> www.bluexpressvirtu.joomlafree.it/phpVMS/index.php/login There is something going on in the background - none of the pages will completely load for me. Can you try running www.bluexpressvirtu.joomlafree.it/phpVMS/install/checkinstall.php and www.bluexpressvirtu.joomlafree.it/phpVMS/install/checkdb.php and post the output. Free host is going to be trouble for you by the looks of it so far. Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 11, 2010 Author Report Share Posted December 11, 2010 The second link should be -> www.bluexpressvirtu.joomlafree.it/phpVMS/index.php/login There is something going on in the background - none of the pages will completely load for me. Can you try running www.bluexpressvirtu.joomlafree.it/phpVMS/install/checkinstall.php and www.bluexpressvirtu.joomlafree.it/phpVMS/install/checkdb.php and post the output. Free host is going to be trouble for you by the looks of it so far. here is one of the first link you gave me (the ceckinstall.php) phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.13.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors here is that of the second link you gave me (the ceckdb.php) phpVMS Virtual Airline Administration Software Database Check Checking phpvms_acarsdata...OK Checking phpvms_adminlog...OK Checking phpvms_aircraft...OK Checking phpvms_airlines...OK Checking phpvms_airports...OK Checking phpvms_awards...OK Checking phpvms_awardsgranted...OK Checking phpvms_bids...OK Checking phpvms_customfields...OK Checking phpvms_downloads...OK Checking phpvms_expenselog...OK Checking phpvms_expenses...OK Checking phpvms_fieldvalues...OK Checking phpvms_financedata...OK Checking phpvms_fuelprices...OK Checking phpvms_groupmembers...OK Checking phpvms_groups...OK Checking phpvms_navdata...OK Checking phpvms_news...OK Checking phpvms_pages...OK Checking phpvms_pilots...OK Checking phpvms_pirepcomments...OK Checking phpvms_pirepfields...OK Checking phpvms_pireps...OK Checking phpvms_pirepvalues...OK Checking phpvms_ranks...OK Checking phpvms_schedules...OK Checking phpvms_sessions...OK Checking phpvms_settings...OK Checking phpvms_updates...OK Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 12, 2010 Administrators Report Share Posted December 12, 2010 Looking at your page source it looks like there is an install folder that everything is inside of, not sure. <link rel="stylesheet" media="all" type="text/css" href="http://www.bluexpressvirtu.joomlafree.it/phpVMS/install//lib/skins/crystal/styles.css" /> Check in the local.config.php file in the core folder and see what the site url is defined as. it should be define('SITE_URL', 'http://www.bluexpressvirtu.joomlafree.it/phpVMS'); I think you may have /install on the end of that by mistake. Something is odd that the base template will show up but the css is not linked... Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 12, 2010 Author Report Share Posted December 12, 2010 I have to do it on the FTP FileZilla? what you said or other things? I did not understand much! I'm not very handy with a website by entering the details .... Can you help me even a little more? please! Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 12, 2010 Administrators Report Share Posted December 12, 2010 Download the local.config.php file from the root/core folder and open it in a text editor of some sort (note pad, word pad, etc..) and check the setting I outlined above. I think you will find that the url setting has a /install at the end for some reason. Also check your file tree, is it actually yoursite/install/phpVMS or is it yoursite/phpVMS Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 12, 2010 Author Report Share Posted December 12, 2010 The: <link rel="stylesheet" media="all" type="text/css" href="http://www.bluexpressvirtu.joomlafree.it/phpVMS/install//lib/skins/crystal/styles.css" /> in the local.congig.php does not exist! This is define('SITE_URL', 'http://www.bluexpressvirtu.joomlafree.it/phpVMS'); in the local.config.php is: define('SITE_URL', 'http://www.bluexpressvirtu.joomlafree.it/phpVMS/install/'); Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 12, 2010 Administrators Report Share Posted December 12, 2010 If the file tree is in the root/phpVMS folder and not in root/phpVMS/install folder, which is how it should be you will need to remove the /install from the url definition in the local.config.php file and overwrite the one on the site with it. Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 12, 2010 Author Report Share Posted December 12, 2010 FINISH!!!!!!!! INSTALLATION CORRECT!!! I REMOVE IN THE LOCAL.CONFIG.PHP THE : install/ AND NOW IS CORRECT!! WACHT: http://www.bluexpressvirtu.joomlafree.it/phpVMS THANKSSSSS!!!!!!!!! W SIMPILOT... I LOVE YOU!!! :D THANKS! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.