
Suoritettu
Julkaistu
Maksettu toimituksen yhteydessä
Our live Kundali plugin is no longer storing information correctly. Right now every form submission reaches the table wp_svgnan_kundali_requests, but the values land in the wrong columns or are lost entirely. I need you to dive straight into the database logic, correct the insert routine, and leave the rest of the plugin untouched. What is going wrong • Data saving incorrectly for Name and Date of Birth, Contact Information, and the full set of Astrological Details. • The export page that reads from this table shows blank or jumbled values because of those bad inserts. Your task – Phase 1 only 1. Trace and fix the insert query/function so every field arrives in the right column. 2. Produce a quick video recording that captures: – one submission before the fix, – your code change, – one submission after the fix, highlighting the corrected rows. 3. Send me the SQL dump or screenshots if I ask, but the video is the primary proof. 4. Confirm that the export page now displays all saved data exactly as entered. Constraints • Do not rebuild or replace the plugin; patch the existing codebase. • Keep the original table name and structure unchanged. • Work must be finished within 2–3 days. • Payment is released only after I watch the proof video and verify the live export page. When you reply, outline the specific approach you will take to locate and repair the faulty insert, any tools you’ll use (phpMyAdmin, WP-CLI, debugger, etc.), and how you will ensure nothing else on the site is affected.
Projektin tunnus (ID): 40349329
35 ehdotukset
Etäprojekti
Aktiivinen 8 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista

Hi, I reviewed your Kundali plugin issue, and it appears to be a field-to-column mapping problem or incorrect insert handling. My approach: • Trace the form submission flow in PHP to identify where data mapping is incorrect before insertion into wp_svgnan_kundali_requests • Verify the database schema using phpMyAdmin and match it with the insert query • Fix the insert logic so Name, DOB, Contact Info, and Astrological Details are stored correctly Testing: • Perform one submission before the fix • Apply correction • Test again to confirm accurate data storage and proper export display Proof: I can provide screenshots or a walkthrough (video if required) showing the issue, fix, and corrected output. Tools: phpMyAdmin, WordPress editor/FTP, Browser DevTools I have experience with SQL data handling and debugging mapping issues, so I’m confident in resolving this efficiently. I will ensure only the insert logic is modified, with no impact on other functionality or table structure. I’m ready to start immediately and can complete this within 2 days. Best regards, Manvith
₹2 000 INR 3 päivässä
0,0
0,0
35 freelancerit tarjoavat keskimäärin ₹2 626 INR tätä projektia

Hello, I can fix the data-saving issues in your Kundali plugin while leaving the rest of the code untouched. My approach will be: =Analyze the Insert Routine – I’ll review the plugin’s PHP functions handling form submissions, identify where data mapping to wp_svgnan_kundali_requests goes wrong, and locate any mismatched or missing assignments. =Test & Debug – Using phpMyAdmin and a local staging copy, I’ll run test submissions, trace SQL queries, and verify each field lands in the correct column. WP_DEBUG and temporary logging will help ensure accuracy without affecting live users. =Apply Fix – Correct the insert statements so Name, DOB, Contact Info, and Astrological Details are stored correctly. =Validation – Submit test entries before and after the fix, confirming data integrity and that the export page now displays everything correctly. =Proof & Documentation – Record a short video showing a pre-fix submission, the code change, and a post-fix submission. I can also provide SQL screenshots or a dump if requested. I will ensure the fix only touches the insert logic and does not alter other plugin functionality or tables. With 8+ years of experience, I’m confident I can deliver quality work on your project. I’d love to discuss the details and get started as soon as possible! Thanks & Regards Sushma S.
₹5 000 INR 3 päivässä
6,3
6,3

Hi, This looks like a **data mapping / insert logic issue**, and I can jump straight into fixing it without disturbing the rest of the plugin. With **10+ years of WordPress + database debugging experience**, here’s exactly how I’ll handle Phase 1: ** Step-by-step approach** * Trace the form submission flow (AJAX/PHP handler) to locate the exact **insert function/query** * Compare **form field names vs database column order** (common cause of misaligned data) * Check whether the query is using **positional inserts vs associative mapping** * Fix the insert using **explicit column mapping** (to guarantee each value lands correctly) * Validate all key fields: Name, DOB, Contact Info, and Astrological Details ** Tools I’ll use** * phpMyAdmin (to inspect table + test inserts) * WP-CLI (for quick DB checks if needed) * Debugging (error logs / var dumps) * Browser network inspector (to verify submitted payload) Safety * No changes to table structure or plugin architecture * Only patching the faulty insert logic * Backup before making any edits I can complete this within **2–3 days** and provide clean, verifiable proof as requested. Let’s fix this properly so your data flow becomes 100% reliable. — Muddasar Zaman
₹2 250 INR 7 päivässä
5,4
5,4

I can resolve it by patching the existing insert logic only, without changing the table structure or rebuilding the plugin. I’ll trace the form handler, compare submitted fields against the wp_svgnan_kundali_requests column order, fix the INSERT/$wpdb->insert mapping, test before/after directly in phpMyAdmin and WordPress, and verify the export page shows every value exactly as entered. I can also provide the proof video showing one broken submission, the code fix, and one successful submission after the patch, while keeping the rest of the plugin untouched so nothing else on the live site is affected.
₹2 000 INR 1 päivässä
5,5
5,5

As both a seasoned Full Stack Developer and a WordPress expert, resolving your Kundali DB issues falls perfectly within my domain. I have over a decade of experience in web application development, MySQL database design, and WordPress customization, which are all crucial for your project's success. My familiarity with tools like phpMyAdmin and WP-CLI enhances my ability to troubleshoot, pinpoint the issue in your insert query/function, and patch it efficiently without causing any adverse effects on your site. The clean architecture of your website is essential to me, so I will ensure to follow your guidelines diligently - refraining from using any workaround solutions such as rebuilding or replacing the plugin. I understand that all data from the submissions must be saved correctly considering every field including Name, Date of Birth and related astrological details. Not only will I fix the data-saving routine but also make sure that the export page displays all retrieved information accurately.
₹2 250 INR 7 päivässä
5,4
5,4

Hi, I recently reactivated my Freelancer profile and I’m currently available to take on new projects. I have 8+ years of experience in WordPress, Shopify, and web development, and I’ve previously delivered 5⭐ work to my clients. I can help you with this task quickly and efficiently, and I’m happy to offer a very competitive rate to build long-term relationships. Let’s get this done perfectly. Thanks
₹2 160 INR 4 päivässä
5,1
5,1

Hi, You’re facing a data-mapping issue where form submissions reach **wp_svgnan_kundali_requests** but fields like Name, DOB, Contact Info, and Astrological Details are being inserted into incorrect columns, which then breaks the export page. I can fix this by auditing the existing insert routine and correcting the field-to-column mapping without modifying the plugin structure or database schema. Approach: • Trace the form submission flow and locate the insert function (likely using `$wpdb->insert` or a custom SQL query) • Compare submitted POST data with the table column order to identify the mismatch • Correct the insert mapping so each field is explicitly bound to the correct column • Test multiple submissions to ensure all values store correctly • Verify the export page reads and displays the stored data accurately • Record the required proof video (before submission → code fix → after submission with corrected rows) Tools I’ll use: • phpMyAdmin to inspect table structure and verify stored records • WordPress debugging / log inspection to trace the insert routine • Direct plugin code review to patch the faulty query safely The fix will be limited strictly to the insert logic so the rest of the plugin and database structure remain untouched. Quick question: is the plugin using `$wpdb->insert()` or a custom raw SQL `INSERT` query? That will help pinpoint the issue faster. Regards, Sagar Lohni
₹2 250 INR 7 päivässä
4,4
4,4

Hello! I am available to dive into fixing the WordPress Kundali DB issue right away. I understand the frustration of having incorrect data stored and displayed. To address your concerns: 1. I will focus on correcting the insert routine to ensure proper storage of Name, Date of Birth, Contact Information, and Astrological Details. 2. I will provide a detailed video recording showcasing the fix process and the corrected data entries. 3. My approach involves using tools like phpMyAdmin and debuggers to trace and rectify the faulty insert query without impacting other site functionalities. 4. I have successfully tackled similar database logic challenges in the past, ensuring precise solutions tailored to your requirements. I am eager to discuss further and demonstrate my expertise in resolving this issue efficiently. Looking forward to collaborating with you on this project.
₹2 300 INR 7 päivässä
4,1
4,1

Hi, I understand your Kundali plugin is saving data incorrectly, causing Name, Date of Birth, Contact, and Astrological Details to land in wrong columns, which also breaks your export page. I will carefully trace the insert routine in your plugin, identify why each field is misaligned, and patch the SQL queries or PHP functions so every submission maps correctly to the existing table without altering its structure. I will test the fix thoroughly, produce a clear video showing before-and-after submissions, and confirm the export page now displays all data accurately. I have extensive experience in WordPress, PHP, and database debugging, ensuring precise fixes without affecting other functionality. You can review my work and credibility here: https://www.freelancer.com/u/mhmamun360 Best regards, Injaazh
₹2 000 INR 30 päivässä
3,8
3,8

I’ve reviewed the issue and understand that the problem lies specifically in the database insert logic where form values are being mapped incorrectly into the `wp_svgnan_kundali_requests` table. I will not modify or rebuild the plugin—only trace and fix the existing insert routine. My approach will be to first locate the exact function/hook handling form submissions and inspect the `$wpdb->insert()` (or SQL query) being used. I will debug the field mapping to identify why values like Name, DOB, Contact Info, and Astrological Details are being misplaced or lost. Using WP_DEBUG logs and phpMyAdmin, I will verify how each form field is being passed and matched against the database columns. Once identified, I will correct the associative array keys so they properly align with the table column names, ensuring all values are inserted accurately without affecting any other part of the plugin. I will test the fix in a controlled environment and confirm that each submission is stored correctly. For verification, I will provide a video showing a submission before the fix, the code correction, and a submission after the fix, along with validation in the database and export page. Tools: WP_DEBUG, phpMyAdmin, browser dev tools, and local/staging testing. Best regards, W3loop
₹3 050 INR 1 päivässä
3,6
3,6

Hi there, I understand the issue perfectly. Your wp_svgnan_kundali_requests table is receiving data, but the mapping logic in the plugin's PHP function is misaligned. This is a classic "Array Key" or "SQL Insert" mismatch. My Step-by-Step Approach: Trace the Source: I will use grep or a file search to locate the exact INSERT or wpdb->insert function within your custom plugin's code. Debug with var_dump: I will intercept a live form request to see exactly how the data array is structured before it hits the database. Database Alignment: I will correct the PHP logic to ensure every field (Name, DOB, Astro details) maps to its corresponding MySQL column accurately. Verification: I will ensure the Export Page pulls the data correctly by verifying the SQL SELECT query logic. Tools I will use: phpMyAdmin: To inspect the table structure and verify data integrity. VS Code / Plugin Editor: To fix the PHP logic. Xdebug / Manual Logging: To track the data flow. I am ready to provide the screen-recorded proof (Before/After) as requested within 48 hours. I guarantee that the rest of your plugin will remain untouched and stable. Best regards
₹2 250 INR 7 päivässä
2,0
2,0

As an experienced web and mobile application developer with a deep understanding of WordPress, MySQL, and PHP, I am well-equipped to solve the issues you're currently facing with the Kundali DB. I've undertaken several projects similar to this one and understand the importance of working diligently within your given constraints. My approach will involve using tools like phpMyAdmin and WP-CLI to trace the faulty insert query/functions in your database setup. To mitigate potential risks, I will focus only on fixing what is necessary, ensuring your site remains unaffected. Throughout my career, I have built a strong proficiency in designing and integrating RESTful APIs, which aligns perfectly with the task at hand. Your request to keep the existing structure of the table unchanged is precisely what differentiates me from other candidates - rather than suggesting a complete rebuild or replacement of the existing plugin, which could lead to further complications. I value clean architecture and reusable components for system optimization and reliable functionality. I commit to delivering your desired outcome within the specified timeframe, backed up by proof of successful implementation through a comprehensive video recording and any other request such as SQL dump or screenshots you may have. Your satisfaction is my priority; your payment will be released only after you have verified that every function works perfectly in your live site in accordance with your requirements.
₹2 250 INR 7 päivässä
1,0
1,0

I saw your project and am confident I can deliver on this. I'm currently working on a similar project and understand the importance of ensuring accurate data storage. By diving into the database logic, correcting the insert routine, and leaving the plugin untouched, I will ensure that every field arrives in the right column, resolving the issue of incorrect data saving for Name, Date of Birth, Contact Information, and Astrological Details. Rest assured, the export page will display all saved data exactly as entered, providing a seamless user experience. I invite you to view my portfolio, which showcases the quality and results of my past work. I look forward to hearing from you. Regards, Sadiya
₹2 000 INR 7 päivässä
0,0
0,0

Hi, I can help fix this quickly without affecting the rest of the plugin. Approach: Trace the insert flow (form → handler → DB query) to identify where field mapping is breaking Check column order vs. insert query (common issue with mismatched indexes or missing keys) Debug using logs / temporary dumps to verify incoming data before insert Fix the insert logic (likely switching to proper associative mapping or $wpdb->insert) Validate data integrity with test submissions and cross-check in DB Tools: phpMyAdmin, WP-CLI, debug logs, and direct code inspection I’ll record: Before issue Code fix After submission with correct DB entries + export page verification Can complete within 2–3 days. Let me know and I’ll start right away
₹2 250 INR 2 päivässä
0,0
0,0

Hi, I’ve worked with WordPress plugins and database debugging before, and I understand the issue you described with the wp_svgnan_kundali_requests table. My plan is to trace the form submission flow inside the plugin and locate the exact function responsible for inserting the data. I’ll review the $wpdb->insert() or SQL query to check how the form fields are mapped to the database columns, then correct the mapping so Name, Date of Birth, Contact Information, and Astrological Details are stored in the correct fields. I will keep the fix minimal and will not change the table structure or rebuild the plugin. After applying the fix, I’ll test submissions before and after, verify the database rows, and confirm the export page displays the correct data. I’ll record a short video showing the issue before the fix, the code change, and the corrected result after submission as proof. I can start immediately and complete this within your 2–3 day timeframe. Looking forward to working with you.
₹2 000 INR 2 päivässä
0,0
0,0

Hello Sir, I’d be happy to help convert your existing static HTML/CSS website into a fully functional WordPress theme or child theme. My approach will ensure your site looks and behaves exactly like your current design on desktop, tablet, and mobile, while keeping it clean, maintainable, and easy to edit from the WordPress admin. What I will deliver: A fully functional WordPress theme/child theme with your two existing pages All CSS and JavaScript properly enqueued, no hard-coded paths Responsive layouts that match your original design perfectly Easy-to-update content areas within the WordPress dashboard Brief hand-off notes explaining where and how to edit content I focus on pixel-perfect conversions that stay true to your original design while following WordPress best practices. No unnecessary features will be added—only what’s needed to match your HTML layout and ensure seamless editing. I’ve completed similar HTML-to-WordPress conversions in the past. Here’s an example of a recent project: [Insert a link or brief description of past work]. I can start immediately and ensure the project is delivered efficiently and with full attention to detail. Looking forward to bringing your design to WordPress exactly as you envisioned. Best regards, Gorav
₹2 250 INR 7 päivässä
0,0
0,0

Hello sir/madam, I can complete your work accurately and on time. I am ready to start immediately. Please give me a chance to prove my skills. Thank you.
₹2 250 INR 7 päivässä
0,0
0,0

Hi! I understand the issue — it’s likely caused by incorrect field-to-column mapping in the insert logic, which is why data is getting misplaced or lost. I’ll trace the submission flow, fix the insert function to correctly map each field, and test it to ensure all values (Name, DOB, Contact, and Astrological details) are stored and displayed properly on the export page. I’ll also provide a clear before/after video showing the fix in action. I’ll keep everything else untouched as required and complete this within 2–3 days. Ready to start immediately.
₹2 250 INR 7 päivässä
0,0
0,0

I will identify and fix the incorrect insert mapping in your WordPress plugin so all Kundali form data is stored in the correct database columns. The fix will be limited to the insert logic only, without modifying the plugin structure or database schema. I will verify the issue with before-and-after submissions, ensure the export page displays accurate data, and provide a screen recording as proof of the fix.
₹2 250 INR 7 päivässä
0,0
0,0

I understand that the critical issue with your Kundali plugin is resulting in lost or misdirected data, which can severely impact user experience and overall reliability. To address this, I will dive into the insert function, using phpMyAdmin to analyze the current SQL queries and identify any mismapping between form fields and database columns. By debugging the existing code, I’ll ensure that each data point—like Name, Date of Birth, and Contact Information—maps correctly to its respective column. My approach minimizes risk by preserving the original structure and functionality of the plugin while focusing solely on the faulty insert logic. This will not only restore the accuracy of data submissions but also enhance the integrity of the export page, leading to a smoother user experience and increased reliability. Once I’ve implemented the fix, I will provide a video demonstrating the before and after, ensuring you see the corrected data flow. Can we schedule a meeting
₹2 250 INR 7 päivässä
0,0
0,0

I've made many sich site repsirs for many such different clients, on different platforms. I'd be thrilled to make your database work flawlessly again!
₹2 250 INR 3 päivässä
0,0
0,0

Hyderabad, India
Liittynyt maalisk. 15, 2026
₹2500-3000 INR
₹2000-3000 INR
₹3500-4000 INR
₹1000-1200 INR
₹2000-2500 INR
₹1500-12500 INR
₹1500-12500 INR
₹12500-37500 INR
$30-250 CAD
$30-250 USD
₹1500-12500 INR
₹12500-37500 INR
$5000-10000 USD
$115-200 HKD/ tunnissa
₹12500-37500 INR
₹75000-150000 INR
₹1250-2500 INR/ tunnissa
₹400000-500000 INR
£250-750 GBP
₹600-1500 INR
$8-15 CAD/ tunnissa
₹400-750 INR/ tunnissa
$2-8 USD/ tunnissa
$30-250 USD
$30-250 USD