close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

How to make Power CMS install...

Thread began 8/25/2014 9:28 am by Steve | Last modified 8/25/2014 10:15 am by Jason Byrnes | 820 views | 3 replies |

Steve

How to make Power CMS install...

Sounds simple huh?

I usually have to manually upload all files, manually create the tables, etc etc which takes a long time.

Somewhere in this extension is the means to automatically create the base Admin files but the event never fires.

Initially I create a blank DB and a simple recordset in an attempt to start the process.

Then using the Insert Into CMS feature it trys to achieve some goal but repeatedly fails with the error saying that there are insufficient privileges to create tables. But that is not true as I have given more privileges than I would prefer. Also as a test I can create a new table using the same credentials:

<?php // Connects to your Database mysql_connect("your.hostaddress.com", "username", "password") or die(mysql_error()); mysql_select_db("Database_Name") or die(mysql_error()); mysql_query("CREATE TABLE tablename ( name VARCHAR(30), age INT, car VARCHAR(30))");

Print "Your table has been created"; ?>

No problem, table created...

I remember going through the same headaches last time with no resolution than uploading another sites Admin files and creating / populating all the DB tables manually.

Any idea or tips that could make this more painless?

Sign in to reply to this post

Jason ByrnesWebAssist

the error saying that there are insufficient privileges to create tables usually happens a s a result of a problem in the site settings for the testing server.

It is almost always a problem with the webURL and the root directory settings.

make sure that the Web URL is a valid URL for the testing server.

In some cases when using a remote FTP connection to the server, you may need to set the root directory to point to /httpdocs or another folder to get the http site root on the server.


double check the testing server settings for the site definition.

Sign in to reply to this post

Steve

Perfect! Testing server was the issue as we were running a temp duplicate site until we updated the proper domain name to our server.

As always, Thanks Jason for excellent tech support!!!

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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...