All Questions
744 questions
1
vote
3
answers
48
views
Wordpress pages do not appear after transfer to new host
Somewhat of an amateur here: I moved a wordpress site from one host to another. This involved me backing up the old site, and uploading all of the material from the wp_content folder into the ...
0
votes
0
answers
64
views
meta value in database
in empror theme we have some custom field what I want to add to my custom fields in DOKAN plugin product editor for seller, I added codes in my function.php of theme what dokan said we can used, see ...
0
votes
0
answers
92
views
WP Multisite: The plugin 0 has been deactivated due to an error: Plugin file does not exist
Something happened with our Multisite installation that broke everything. So in an attempt to find the problem we deleted all the plugins and themes it showed the warning "The plugin 0 has been ...
0
votes
2
answers
124
views
How to query revisions of learndash courses, lessons and chapters in SQL
I have a database backup from where I would like to get all revision for a course, then for its lessons and for each lessons the chapters.
The revision of a course was easy enough: SELECT * FROM ...
0
votes
0
answers
20
views
How to Replace Search Result Titles with Employer Categories in WordPress?
I have a WordPress site with a custom search bar on my homepage, provided by the Apus service search bar plugin. When users search for services, the results currently display the titles of the ...
1
vote
1
answer
55
views
How to add the dynamic new rows from my registration form in my database?
My issue is that I want to create a registration form where the registrant can add as many delegates as he wants by clicking on "Add delegate". The problem is that the form works perfectly ...
1
vote
0
answers
77
views
Issues with Products after Data Migration
Following my Woocommerce site's data migration to a new hosting provider, I seem to have a few issues with my product - seems like a potential issue with the database.
To fix it, I simply have to open ...
0
votes
0
answers
82
views
DB Error: constraint violation in Civicrm
SQL query: Copy
INSERT INTO `civicrm_activity_contact`
(`activity_id` , `contact_id` , `record_type_id` )
VALUES ( 21102 , 0 , 3 );
MySQL said: Documentation
#1452 - Cannot add ...
0
votes
1
answer
37
views
retrive the data from database code add the custom function from the plugin file
$donorQuery->joinRaw("JOIN ({$donationQuery->getSQL()}) AS sub ON donors.id = sub.donorId");
if ($this->shouldIncludeAddress()) {
$donorQuery->attachMeta('...
0
votes
1
answer
67
views
Get list of products from wordpress table using Laravel
I'm working on a Laravel project where I need to retrieve products from a WordPress database based on a specific attribute value. The attribute in question is "brand," and I'm trying to ...
0
votes
1
answer
59
views
Improve PHP code to store values of an array in a database
I have 2 multidimensional arrays and I want to insert its values into a database table.
Array
(
[menu_categorie] => Array
(
[0] => Array
(
...
0
votes
1
answer
65
views
After data inserting some data get removed automatically from database table from my WordPress site
I am using WordPress for my website. After some days randomly some data get removed automatically from database table. what could be the possible reason for this issue?
I have already checked Cron ...
0
votes
0
answers
30
views
Show post from other database in admin page wordpress
I have a database that stores shared data (DB2) like posts and some other things and a website using wordpress. I want to display all posts from DB2 according to query filter in the custom post type ...
0
votes
1
answer
459
views
error establishing a database connection and Error Invalid default value for type datetime
am facing a very serious and mysterious issue with mySQL database. Could any body help me at the earliest?
Let me elaborate the issue -
Its a WordPress website running on Godaddy VPS having php 7.4 ...
0
votes
1
answer
176
views
Hosting two wordpress sites on MAMP local host
I have been trying to host two wordpress sites of MAMP, and the tutorials I have seen - https://www.youtube.com/watch?v=25ole-BzQcA, already have the wordpress files inside a folder that was already ...