amc4042 on "running a wp site without its DB"
thanks, and are there any chances that I can access the db using the same user and password I got for the ftp transfer?? At least in my hosting provider, both user/pwd are completely appart (I use...
View ArticleJames Huff on "running a wp site without its DB"
No, just install MySQL on your local server and backup/restore the database to that. Follow this guide: https://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs
View Articlepatmorris on "Problem with uploading mySQL database to copied site"
I am trying to convert a Wordpress website (eacba.com) to a new website (eacba.org) on the same server. Following instructions on Hostgator I attempted to export the SQL database eacbalaw_wrdp1 and...
View Articledustundag on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi As another user trying to use the Form Controls with Mysql Datasource Connection, I have modified cp_calculatedfieldsf_insert_in_database.php, I am stuck at a stage whereas when i preview, I get...
View Articlecodepeople on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi, The cp_calculatedfieldsf_insert_in_database.php file is not used by the "DS" controls in the form, this file is only for saving the submitted data in your own database. Plase, visit the following...
View Articleamc4042 on "running a wp site without its DB"
Ok, thanks I don't have access to the db, so it's just impossible to replicate the wp site only by downloading the code (but not the db, since it is stored in a different place in the hosting provider...
View ArticleJames Huff on "running a wp site without its DB"
You don't have access to the database? Who's your hosting provider?
View Articledustundag on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi However the link page does not give the full information and I am stuck at query structure! Should i fill on the field Type: Radio Btns DS as follows Query Structure Column for values: $field1',...
View Articlecodepeople on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi, You are talking about the Radio Btns DS fields, in this case you don't need the "cp_calculatedfieldsf_insert_in_database.php" file. In the "Column for values" you simply should enter the name of...
View Articlecodepeople on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi, About the "Conditions" attribute, if you are using the query to get for example the published posts, it would be: post_status="publish" You should indicate the columns and the values that satisfy...
View Articledustundag on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi It does not save post_status="publish" but do save as post_status=publish But i do not see any selection button. Do you mean that as a similar example for Field Type: Radio Buttons Using Field Type:...
View Articlecodepeople on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi, Could you send me the structure of your database's table, the name of the column you want use for radio buttons values, and the column to use for label, and please, the column to use for filtering...
View ArticleJon (Kenshino) on "Problem with uploading mySQL database to copied site"
If you're using phpMyadmin, you have to select the new database first, before you run the SQL statements. Also do spend some time on our really informative Codex page -...
View Articledustundag on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
I am just trying to create basic maintenance form similar to excel mainly radio buttons. What will be saved, round selected circles or Yes, No or NA Say Valve 1 1) Radio Button Valve 1 Checked Yes, No,...
View Articlecodepeople on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi, Please, don't change the question, or I cannot help you. In your previous entries, you are requesting my support to configure a Radio Btns DS field to populate its data from a table on database. I...
View Articledustundag on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
I am just after the basic single line report and nothing complicated provide i get the radio buttons for yes, no or n/a! -database's table: my_users radio button, txt -the structure - selection yes,...
View Articlecodepeople on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi, If you need a radio btns field with the options: yes, no, and n/a, then won't be needed the a database connection. However, if you want to populate the values from a database, I will need the...
View Articledustundag on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Well, may be that is what ı misunderstand? I am looking for feature to keep the records in the database rather than populating from. we do inspection quarterly. We want to keep the site inspection...
View Articledustundag on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi Okey, I think calculated fields wp currently does not support saving to database for past records. What i have meant was probably a feature similar to your other mod "Contact Form to Email" Saves...
View Articlepatmorris on "Problem with uploading mySQL database to copied site"
Thank you. I thought I did that but I'm not sure. I'll go back and try it again.
View Article