The installation of Joomla on localhost does not proceed after step 4. Database Configuration.
It keeps on loading and loading and never stops.
And in my Database I get min 25 to max 60 tables(on various attempts) but not after that.
Im using
WAMPSERVER version 2.4 -> Apache 2.4.4, PHP 5.4.16, MySQL 5.6.12
Joomla -> Joomla_2.5.13-Stable-Full_Package
OS -> Windows 7 32 BIT
Browsers used -> Mozilla FireFox & Google Chrome.
The information I've used is
Database Type= Mysqli (tried both mysqli and mysql - still the same)
Host Name = localhost
MySQL User Name = root
MySQL Password = blank
MySQL Database Name = joomla_lab
MySQL Table Prefix = jos_ (this is set as default)
I searched a lot but cant find the solution. Can anyone please help.
I am not sure but can you create a user who uses a password on mysql admin panel.
Run as administrator....? Might help if your on a windows system. So run Apache as Administrator.
Related
I am working through the Laracasts db tutorial to learn how to work with databases in a properly 'Laravel' way. I have set up a local MySql instance and I have run the migrations to set up my tables and fields and also for the built in Laravel user authentication/login/register functions. It all works perfectly on the command line. My user 'root' and password allow me to browse my new db, select and add records as you might expect. However, when I run the app through my browser I get 'Access denied for user root'.
Is this because I'm running my app under 'Homestead/Vagrant'? Do I need to copy my MySQL database to the vagrant box somehow - maybe setting it up with the homestead yaml file? I'm confused!
IF you are hosting your MySQL database on your host but your app inside the vagrant box it won't work. Instead let homestead/vagrant run the MySQL database inside the box and connect into it.
I got the error on the title in my project (which is working well in production on remote server). My local server is Apache, WAMP package.
By default, SQL Server is the database conection so I can't even login. I'm going to share many screenshots because I try many solutions what I found while searching on Google but no one fix my issue.
First of all, the exception message which is almost the same for everyone.
[
So now, my System variables with PHP and Postgrade path.
Here is the PHP Extension list enabled/disabled
And the "extension_dir" on PHP.ini
Finally, laravel files setting up the connection...
start.php -> set my "local" environment
and my local/database.php settings
So I got eveything properly setted (I think) and even like this I can't connect.
Any some other help, please?
Finally, the problem was the arquitecture used on WAMP, should be 32bits, not 64 as I got.
Hello I m trying to configure Identity Server and API manager .
using the official
Tutorial here
Here it is mentioned that "Make the following change in the IS_HOME/repository/conf/api-manager.xml file. Change the under the section so that it points to the API Manager server".
but Their is no api-Manager.xml exist in above mentioned directory or in any other of identity Server.
Still i made changes in api-manager.xml of Wso2 API Manager.
But running The following Command to start the server : PRODUCT_HOME/bin/wso2server.sh -Dsetup
i m getting Windows Popup Stating , Windows can't open the file Wso2server.sh to open this file choose the program below .
Please correct me where i m doing wrong.
If you are running on windows try running wso2server.bat instead of wso2server.sh.
Joe
You still need to copy the api-manager.xml across from the API Manager VM to the Identity Server. the changes need to be made to api-manager.xml in both servers.
Also when starting the server in unix, make sure you have environment variables set, JAVA_HOME and CARBON_HOME.
I've been trying to use CakePHP on Server2Go portable server - but for some reason, I'm unable to connect to DB. Moreover, cake flashes some warnings about mod-rewrite.
I have no problems with setting up the same app on XAMPP or WAMPP, also I'm SURE that I'm using the right db details: localhost, root, (no password), and db_name.
Wordpress, drupal, joomla, CI - there are no problems with setting them up to run on Server2Go, but CakePHP is unable to establish DB connection...
What am I doing wrong????
I had to do this:
In the server2go folder there is a file called pms_config. Open it and look for [database]. Below there should be an entry like this
MySQLPort=xxxx
In the Cake db config set host as 127.0.0.1:xxxx where xxxx is the port number from pms_config.
Hope this helps.
You need to enable php_pdo_mysql.dll extension first.
To do that, edit php.ini (into config_tpl dir for Server2Go) and uncomment (remove ; from the start of the line).
Then, restart Server2Go, done!
Be carefull when using old auth method for MySQL users, PDO and/or CakePHP dosent like this anymore!
Then, check the MySQL Port and set CakePHP Database config file to use "localhost:XXXX" where XXX is the MySQL port of Server2Go MySQL Server.
Sucess!
I have finished working on a joomla! website locally using XAMPP, my OS is Vista. I need to copy the website to the client's computer so he could have a look, so i needed to export the database related to the website but all I find on my phpmyadmin are:
* cdcol
* information_schema
* mysql
* performance_schema
* phpmyadmin
* test
* webauth
the same databases are apparently present by default in phpmyadmin after installing XAMPP, could somebody have a clue regarding what could I be missing here? Thanks for the replies
Maybe your MySQL user has no access to the database. Check your Joomla config for the data and login with them again.