close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Step 3 Install Error

Thread began 11/15/2011 3:10 am by paul283230 | Last modified 11/16/2011 1:24 am by paul283230 | 711 views | 2 replies |

paul283230

Step 3 Install Error

I am trying to install powercms on a local server XAMMP had same message on Wampserver
Failed on Curl Fixed that
Then I came to Step 3
The database info is greyed out with
You have already completed this step.

when you click on next

ERROR: All fields are required.

Database Information
The only thing I can think is the root has no password

Checked the PHP files database info is correct name root password is empty

Can somebody tell how do you get it to install with a blank root password please

Sign in to reply to this post

Jason ByrnesWebAssist

it will not install with a blank root password.

see this page for details on setting a root password in mamp:
faq.html#q9

Sign in to reply to this post

paul283230

Jason,
Thanks for getting back to me

PowerCms is now installed on LocalHost using XAMPP

Must addmit the time I have took to install this extension I could have built the backend myself

For people like me who haven't got a clue about setting up a Localhost using PowerCMS with XAMPP

You can check your Server Security by opening Browser and typing in
index.php

Settings I had to change:

Tip when installing XAPP install to Example: C:\XAMPP
as c:\program files\XAMPP has some file restrictions


Step 1 ( Setup CURL )

Locate XAMPP install directory
2. open php/php.ini (probably C:\xampp\php\php.ini
or C:\ program files\apachefriends\xampp\php\php.ini)
3. do a search for the word ‘curl’ and uncomment (remove the leading semicolon) that line
before removing ;extension=php_curl.dll
after removing: extension=php_curl.dll
4. save & close
5. open apache/bin/php.ini (probably C:\xampp\apache\php.ini
or C:\ program files\apachefriends\xampp\apache\php.ini)
6. search for curl, uncomment as before (step 3)
7. save & close
8. Do not forget! restart apache

Step 2 (Reset XAMPP MySQL root password through SQL update:)

1.Start the Apache Server and MySQL instances from the XAMPP control panel.
2.After the server started, open any web browser and give phpmyadmin/ (if you are

running XAMPP on 8090 port). This will open the phpMyAdmin interface. Using this interface we can manager the

MySQL server from the web browser.
3.In the phpMyAdmin window, select SQL tab from the right panel. This will open the SQL tab where we can run

the SQL queries.
4.Now type the following query in the textarea and click Go
UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';
FLUSH PRIVILEGES;
5.Now you will see a message saying that the query has been executed successfully.
6.If you refresh the page, you will be getting a error message. This is because the phpMyAdmin configuration

file is not aware of our newly set root passoword. To do this we have to modify the phpMyAdmin config file.
7.Open the file [XAMPP Installation Path] / phpmyadmin / config.inc.php in your favorite text editor.
8.Search for the string $cfg['Servers'][$i]['password'] = ”; and change it to like this, $cfg['Servers']

[$i]['password'] = ‘password’; Here the ‘password’ is what we set to the ‘root’ user using the SQL query.
9.Now all set to go. Save the config.inc.php file and restart the XAMPP server.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...