Page 1 of 1

Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWORDS

Posted: Fri Jan 22, 2016 4:25 pm
by clarkhowell
Hi all.... I am viewing the "Install WYSIWYG Webbuilder php Blog extension" video by the owner of www.lucknowwebs.com.

At the point at which one sets up the Blog INSIDE WYSIWYG Webbuilder, in the 'Advanced' tab of the 'PHP Blog Properties' menu, there are TWO passwords required.

The top one says "Administrator Admin Password" and down further, under the "Username" field in the "My SQL Database" area, it requires another "Password."

My question is, are the two passwords the same, or is one to get into the particular Hosting account, and the other to get into the Database?

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Fri Jan 22, 2016 5:40 pm
by maxime
well,

in the My SQL Database section i think you must give credential to get access at your database then it means you have to give the username and the password to be able to connect on your databse on your server. Normally it should also have a field to give the adress of the server!


On the top "Administrator Admin Password, it is the password to be able to enter in your Blog as an administrator.

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Fri Jan 22, 2016 8:33 pm
by clarkhowell
I fixed the 'password' issue, but NOW am having a problem creating a "table."

I'm working in Bluehost.com and each time I go to create the .sql file that the developer suggests, I get a nasty "error" message that says:

Error

SQL query:

CREATE TABLE `blog_categories` (

`id` tinyint( 4 ) NOT NULL AUTO_INCREMENT ,
`category` varchar( 20 ) NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM AUTO_INCREMENT =5 DEFAULT CHARSET = latin1 AUTO_INCREMENT =5;

MySQL said: Documentation
#1046 - No database selected

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Fri Jan 22, 2016 11:04 pm
by maxime
you need to create a database first or select the database if already create before . Look a the error it say no database select.


look here a video who show you how to create a database a bluehost: https://my.bluehost.com/cgi/help/6

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Sat Jan 23, 2016 2:34 am
by clarkhowell
Thank you - I'll take a look!!

Clark

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Sat Jan 23, 2016 3:53 pm
by clarkhowell
Does anyone know of a website(s) that are using this blog extension?

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Sat Jan 23, 2016 4:37 pm
by BaconFries
The only benefit from seeing this online will be its functionality. You wont be able to see any of the files (PHP and the Database) used as these are on the server and are only used for display purpose only.

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Sun Jan 24, 2016 8:44 am
by me.prosenjeet
clarkhowell

I refer to your mails and my reply regarding my tutorial on php Blog WB extension.
Are you still facing any issues? If yes, you may drop a mail to me.

You may check a live instance of the blog here:
Demo Blog

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Tue Feb 09, 2016 2:06 am
by amcm
I have installed the plugin php blog and I have followed all this instructions in the video link, seems all works fine, but when I try to place a post or create a new category never hapends I write down the post then click ok and just return to the main entrance and there is nothing published.. I mean I login then I try to publish anything and there is no possible way to do it, do not make any record, do not acept any new category.... what Im doing wrong... I have followd carefully all the steps in the tutorial however there is not working... propa-ganda.mx/TRES_N/blog

Re: Installing WYSIWYG Webbuilder PHP Blog Extension: PASSWO

Posted: Tue Feb 09, 2016 9:09 am
by BaconFries