Lost your password?

Current Phase Tasks

19 To Do View more
2 In Progress View more
1 Done View more

KeyNameLabelsDescriptionAttachmentsStatusResolutionCurrent EnvironmentDates
SHFL-22 NO HEADER CONNECTIONS TO INDIVIDUAL PAGES ON SHARIEF FOR FLORIDA
  • Delivery
  • Request_to_client
Hi there is no header to connect the About page, Press and n...
Hi there is no header to connect the About page, Press and news and sign up page on the Sharief For Florida Home page
To Do Unresolved --
  • CreatedAugust 20, 2025 7:17 PM
  • UpdatedAugust 22, 2025 3:25 AM
SHFL-21 HEADER IS TOO SMALL AND NUMBER AND EMAIL ADDRESS TOO SMALL SFF
  • Delivery
  • Request_to_client
HEADER IS TOO SMALL AND NUMBER AND EMAIL ADDRESS TOO SMALL O...
HEADER IS TOO SMALL AND NUMBER AND EMAIL ADDRESS TOO SMALL ON SHARIEF FOR FLORIDA WEBSITE HOME PAGE.
To Do Unresolved --
  • CreatedAugust 20, 2025 7:12 PM
  • UpdatedAugust 26, 2025 3:27 AM
SHFL-20 HOME PAGE WORD CORRECTIONS SHARIEF FOR FLORIDA
  • Delivery
  • Request_to_client
DELETE THE WORDS: DISTRICT 35 ISSUES located above the words...
DELETE THE WORDS: DISTRICT 35 ISSUES located above the words: OUR COMMUNITY’S VISION FOR A BETTER FLORIDA
DELETE THE WORD: About Located above the words: MEET DR. BARBARA SHARIEF
DELETE THE WORDS: HEALTHCARE BACKGROUND Located above the word: Education
DELETE THE WORDS: Latest Press Located above the words: Latest News and Press Releases
Done Done --
  • CreatedAugust 20, 2025 7:09 PM
  • UpdatedAugust 22, 2025 3:28 AM
SHFL-19 HOME PAGE SHARIEF FOR FLORIDA CORRECTIONS
  • Delivery
  • Request_to_client
REPLACE RED PICTURE OF ME STANDING WITH THIS PHOTO ATTACHED
In Progress Unresolved --
  • CreatedAugust 20, 2025 7:05 PM
  • UpdatedAugust 26, 2025 3:34 AM
SHFL-18 test task
  • Design
  • Request_to_team
vxfgfdg sdgdfgdfg
To Do Unresolved --
  • CreatedAugust 20, 2025 2:10 PM
  • UpdatedAugust 20, 2025 2:10 PM
SHFL-17 website went down today - resolved
  • Request_to_client
  • Support
Hi Barbara, I hope this email finds you well. I wanted to...
Hi Barbara,
I hope this email finds you well. I wanted to update you on the website issue you reported and let you know that it has been successfully resolved. I have invested 30 minutes in fixing it for you. I will log this time into my system, and we will discuss the payment for it when you are available.
 
What I discovered: After logging into your Siteground hosting account and analyzing the error log files, I identified a critical memory exhaustion problem. The website was running out of allocated memory due to one or more plugins consuming excessive resources, which was causing your site to crash.
 
Steps I took to resolve the issue:
# Analyzed the server logs - The log files clearly showed a fatal memory error where the website exceeded its 805MB memory limit during database operations.
# Increased memory allocation - I temporarily increased the memory limit for your website to provide more resources for proper operation.
# Identified and disabled problematic plugins - I systematically disabled several plugins that were contributing to the memory issues, including the Custom Facebook Feed and YouTube Feed Pro plugins (screenshots attached for your reference).
# Verified the fix - After making these changes, I confirmed that your website is now loading normally and functioning properly.
 
Current status: Your website is back online and operating normally. The memory issue has been resolved, and the site should now load without any crashes.
 
Next steps: I recommend reviewing the disabled plugins to determine which ones are essential for your website's functionality. We can work together to either find alternative solutions or update the problematic plugins to more recent versions that may have resolved these memory issues.
Please test your website and let me know if you notice any missing functionality or if you have any questions about the changes made.
 
Alternative solution for ongoing peace of mind: To prevent issues like this from happening in the future, you might consider signing up for our website maintenance plan. With this service, we would install our comprehensive website monitoring plugin and take care of all ongoing maintenance tasks for you. This means your website will always be kept up to date with the latest security patches, plugin updates, and performance optimizations, so you won't have to worry about unexpected downtime like what occurred today. You can review our maintenance packages and pricing at: https://www.verixity.com/wordpressservices/website-maintenance-packages/
 
!https://mail.google.com/mail/u/0?ui=2&ik=2a30b70350&attid=0.2&permmsgid=msg-a:r3667967876535941062&th=1989a24f2586f88d&view=fimg&fur=ip&permmsgid=msg-a:r3667967876535941062&sz=s0-l75-ft&attbid=ANGjdJ9MLDHYbmrb7V1MybsNCtGxP7dr7tQpH88ix71P3Y3KZ9OocvZJNUi_7oi5WqrNsvqaAD8xV7xTOeaB8iuZfVnCc2N1NFj0uLJc63Bhp74yFPC0LFzMVjGdwrI&disp=emb&realattid=ii_me7dmlcq1&zw|width=562,height=333!
  !https://mail.google.com/mail/u/0?ui=2&ik=2a30b70350&attid=0.3&permmsgid=msg-a:r3667967876535941062&th=1989a24f2586f88d&view=fimg&fur=ip&permmsgid=msg-a:r3667967876535941062&sz=s0-l75-ft&attbid=ANGjdJ9UmEyIYQ8trmAz3kqNL1YrEfI1OzbutIU8OJaGIqAEeyC4H79Vt9A0SmnqhawxucvTjlFiRpGqd8YgSHmfk9grrgQ0ePlwHS5BmxWfqVoPVAQ5ImdQvEKdOTM&disp=emb&realattid=ii_me7dn53w2&zw|width=562,height=366!
 
 
 
 
Looking at this WordPress error log, here's what's happening:
h2. Main Issues Identified:
h3. 1. Translation Loading Problems (Multiple Notices)
* Plugins affected: {{custom-facebook-feed}}, {{politono}} theme, and {{wpmudev}} plugins
* Issue: These are trying to load translations too early in the WordPress loading process
* Impact: Non-critical but indicates poor coding practices in these plugins/theme
* Solution: The plugins/theme need to be updated to load translations at the proper {{init}} action hook
h3. 2. PHP Deprecation Warning
* Plugin: YouTube Feed Pro
* Issue: Using deprecated {{ReflectionParameter::getClass()}} method
* Impact: Will cause errors in future PHP versions
* Solution: Plugin needs updating to use modern PHP reflection methods
h3. 3. Critical Memory Exhaustion (Fatal Error)
* Memory limit: 805MB (which is quite high)
* Location: WordPress database class ({{class-wpdb.php}})
* Impact: Site crash - this is the most serious issue
h2. Root Cause Analysis:
The memory exhaustion is the critical problem causing your site to crash. With a 805MB memory limit being exceeded, this suggests:
# Infinite loop or recursive function calls
# Large database query loading too much data
# Memory leak in one of the plugins
# Corrupted database or extremely large dataset
h2. Immediate Actions Needed:
# Increase memory limit temporarily in {{wp-config.php}}:
 
phpCopy
{{ini_set('memory_limit', '1024M');}}
# Deactivate problematic plugins one by one:
** Custom Facebook Feed
** YouTube Feed Pro
** Any WPMU DEV plugins
# Switch to default theme temporarily to rule out the "politono" theme
# Check for plugin updates - especially YouTube Feed Pro
This appears to be a plugin conflict or poorly optimized code causing excessive memory usage during database operations.
 
 
To Do Unresolved --
  • CreatedAugust 11, 2025 1:21 PM
  • UpdatedAugust 11, 2025 1:22 PM
SHFL-16 Transfer website with UI and plugins from backup to stage Stage access FTP: 148.72.144.199 dev / qWcpku$L^a0l7Rg9 ...
Stage access
FTP: 148.72.144.199 dev / qWcpku$L^a0l7Rg9
WP: https://shariefforflorida.mydevapps.com/wp-admin/ jira_jflvl8k4 / E1q7iEBKCw44!I$M
Prod: https://shariefforflorida.com/wp-login.php shariefforflorida / aGaWCJ6t*CuZ!#87
 
=====
 
We have prod website (we could get ftp and cpanel access more likely. I need to confirm that with client as system could contain sensitive data) - https://shariefforflorida.com/
Then client has a new website there - https://backup.testlinkwebsite.store/barbarasharief-v3/ That website has been developed by 3rd party providers and due to some reasons we don't have access to it, we have UI only.
The task is to make https://shariefforflorida.com/ look like https://backup.testlinkwebsite.store/barbarasharief-v3/ Prod website has some plugins that need to be updated/working properly: The following plugins failed to update. If there was a fatal error in the update, the previously installed version has been restored.
- Hummingbird Pro (from version 3.3.2 to 3.15) : https://wpmudev.com/project/wp-hummingbird/
- SmartCrawl Pro (from version 2.19.1 to 3.14.1) : https://wpmudev.com/project/smartcrawl-wordpress-seo/
- WPMU DEV Dashboard (from version 4.11.10 to 4.11.29) : https://wpmudev.com/project/wpmu-dev-dashboard/
- Defender Pro (from version 2.8.0 to 5.4) : https://wpmudev.com/project/wp-defender/
These plugins are now up to date:
- Essential Addons for Elementor (from version 6.2.1 to 6.2.2) : https://wordpress.org/plugins/essential-addons-for-elementor-lite/
- MetForm (from version 4.0.2 to 4.0.3) : https://wordpress.org/plugins/metform/
Please pay attention that there is "donation" functionality on a https://backup.testlinkwebsite.store/barbarasharief-v3/.
 
About donaton system Donation System Overview
{{1. Primary Donation Platform
• The donation system used is ActBlue.
• ActBlue is the primary fundraising platform for Democratic campaigns.
• It is integrated directly into the campaign website (SharifForFlorida).
2. Websites Involved in Donations
• Sharif for Florida – the main fundraising website.
• This site is connected to ActBlue.
• Visitors can navigate to a donation/contribution page where they select amounts and make contributions.
3. Donation Page Functionality
• Users are redirected to or interact through ActBlue’s secure interface.
• Images and messaging are strategically placed to encourage donations.
• High-resolution photos of Barbara Sharif in action are used on the homepage and donation page to improve trust and appeal.
• Two main visuals:
• One for the homepage hero image.
• Another for the contribution/donation page (more flattering/action-oriented).
4. System for Managing Updates
• A project/task management system is planned for ongoing updates:
• Instead of sending emails, the team can create tasks.
• Tasks include photo updates, donation page adjustments, and link maintenance.
• WeTransfer files are used to share:
• High-resolution photos for the donation pages.
• Logos and branding materials.
5. Other Notes
• Donation pages previously included family pictures but are being updated with professional action shots.
• Design consistency across SharifForFlorida.com and BarbaraSharif.com is intentional to support donations.
• Email notifications and assistant access ensure fast updates if the donation links need to be changed.}}

Summary of Donation Flow
{{1. Visitor lands on website (SharifForFlorida.com or BarbaraSharif.com).
2. Clicks “Donate” → Redirected to ActBlue page.
3. Chooses donation amount & submits via ActBlue’s secure platform.
4. Campaign receives funds directly through ActBlue}}
To Do Unresolved --
  • CreatedAugust 4, 2025 4:32 AM
  • UpdatedAugust 16, 2025 5:27 AM
SHFL-15 Task 11: Contribution Page Background Image Use the provided campaign photo as a full-width background o...
Use the provided campaign photo as a full-width background on the “Contribute to the Campaign” page (24)
To Do Unresolved --
  • CreatedAugust 3, 2025 6:40 PM
  • UpdatedAugust 4, 2025 6:02 PM
SHFL-14 Task 10: Personal Page Replace top photo with one including her children. (21) Rep...
Replace top photo with one including her children. (21)
Replace second image with the photo holding the Home Rule sign (22)
To Do Unresolved --
  • CreatedAugust 3, 2025 6:39 PM
  • UpdatedAugust 4, 2025 6:02 PM
SHFL-13 Task 9: Public Service Page Enlarge the page header. Replace main image with new oath...
Enlarge the page header.
Replace main image with new oath-taking photo.(19 or 20)
To Do Unresolved --
  • CreatedAugust 3, 2025 6:37 PM
  • UpdatedAugust 4, 2025 6:02 PM
SHFL-12 Task 8: About Page Rename “About Me” to About. Remove “Home | About Me” from...
Rename “About Me” to About.
Remove “Home | About Me” from breadcrumb.
Replace photo with:
Portrait in lab coat (16)
Picture with a patient
Increase font size in the Education section.(17)
Add photo with a nursing cap.(6)
To Do Unresolved --
  • CreatedAugust 3, 2025 6:36 PM
  • UpdatedAugust 4, 2025 6:01 PM
SHFL-11 Task 7: Home Page — Footer (Final Section) Replace this entire section with the version from the origin...
Replace this entire section with the version from the original website.
Remove redundant Quick Links and Explore Links
Add social media buttons.
Replace quote with:
“I am looking forward to continuing to serve the people of District 35 in Tallahassee.”
To Do Unresolved --
  • CreatedAugust 3, 2025 6:34 PM
  • UpdatedAugust 4, 2025 6:01 PM
SHFL-10 Task 6: Home Page — Section 6 (News) Enlarge all section headings. Change “Our News” to Latest...
Enlarge all section headings.
Change “Our News” to Latest Press.
Change “Latest News & Articles” to Latest News and Press Releases.
Replace article blocks with items from BarbaraSharief.com > Press and Media Page.
To Do Unresolved --
  • CreatedAugust 3, 2025 6:32 PM
  • UpdatedAugust 4, 2025 6:01 PM
SHFL-9 Task 5: Home Page — Section 5 (Contribute) Remove the heading “The Campaign”. Enlarge “Contribute to...
Remove the heading “The Campaign”.
Enlarge “Contribute to the Campaign” text.
Update donation buttons to match the new style.                           
Replace the quote with:
“IF WE WORK TOGETHER WE CAN ACHIEVE ALL THINGS WHETHER YOU ARE DEMOCRAT, REPUBLICAN OR INDEPENDENT. WE ARE ONE FLORIDA WITH ONE MISSION.” – Dr. Barbara Sharief
To Do Unresolved --
  • CreatedAugust 3, 2025 6:18 PM
  • UpdatedAugust 4, 2025 6:01 PM
SHFL-8 Task 4: Home Page — Section 4 (Education) Rename “Education Overview” to Healthcare Background. Inc...
Rename “Education Overview” to Healthcare Background.
Increase the height of the section.
Add a photo with a white nursing cap. Caption: JMH School of Nursing 1992.(6)
Add caption under the graduation robe photo: Wilkes University 2017.(7)
To Do Unresolved --
  • CreatedAugust 3, 2025 6:16 PM
  • UpdatedAugust 4, 2025 6:00 PM
SHFL-7 Task 3: Home Page — Section 3 (Meet Barbara) Rename “Meet Barbara Sharief” to Meet Dr. Barbara Sharief. ...
Rename “Meet Barbara Sharief” to Meet Dr. Barbara Sharief.
Replace current photo with one where she is wearing a striped blue suit with red blouse.(4)
To Do Unresolved --
  • CreatedAugust 3, 2025 6:11 PM
  • UpdatedAugust 4, 2025 6:00 PM
SHFL-6 Tack 2: Home Page — Section 2 (Issues & Vision) Increase font sizes for headings and section blocks. Chan...
Increase font sizes for headings and section blocks.
Change “The Issues at Hand” to District 35 Issues.
Change “Our Mission & Vision” to Our Community’s Vision for a Better Florida.
To Do Unresolved --
  • CreatedAugust 3, 2025 6:10 PM
  • UpdatedAugust 4, 2025 6:00 PM
SHFL-5 Task 1: Home Page — Header Section Fix the phone number. Correct the spelling of the email a...
Fix the phone number.
Correct the spelling of the email address.
Change the “Donation Now” button to Donate Now.
Replace the right photo with the one of Barbara standing in a red suit. (1)
Enlarge the current logo.
Update the headline to:
Re-elect Dr. Barbara Sharief for State Senate District 35
Add district info below the headline:
Parts of Hollywood, Miramar, Sunrise and ALL of Pembroke Pines, Davie, Cooper City, Weston and SW Ranches.
To Do Unresolved --
  • CreatedAugust 3, 2025 6:07 PM
  • UpdatedAugust 4, 2025 6:00 PM
SHFL-4 Please do it for me
  • Design
  • Request_to_client
Yes, it's first one
In Review Unresolved --
  • CreatedJuly 30, 2025 6:37 AM
  • UpdatedAugust 1, 2025 12:47 PM
SHFL-3 PM task
To Do Unresolved --
  • CreatedJuly 29, 2025 3:44 AM
  • UpdatedAugust 4, 2025 4:50 AM
SHFL-2 Sharief For Website Changes Word Document ( Thu, Jul 24, 3:31 PM )
These are the previous changes I made to the website 
To Do Unresolved --
  • CreatedJuly 27, 2025 11:28 PM
  • UpdatedAugust 2, 2025 11:36 AM
SHFL-1 Website optimization - shariefforflorida.com Optimize the website shariefforflorida.com  ==== # copy...
Optimize the website shariefforflorida.com 
====
# copy website to DEV
# optimize the website for fast loading time.
** Optimize pictures
** optimize the code (Js, CSS)
** remove un-used plugins
** update/remove plugins that are active but do not produce anything good. 
** add cache plugin.
# copy website back to the production.
## finalize the optimization on production
To Do Unresolved --
  • CreatedAugust 4, 2024 3:37 PM
  • UpdatedAugust 9, 2024 4:20 AM
- Summary Progress View more

Summary Progress

Key Subject Labels Request Attachments Status Dates
6 Tasks Assign to Client View more

Tasks Assign to Client

Key Subject Request Attachments Priority Comments Status Resolution Current Environment Labels Dates
SHFL-22 NO HEADER CONNECTIONS TO INDIVIDUAL PAGES ON SHARIEF FOR FLORIDA Hi there is no header to connect the About page, Press and n...
Hi there is no header to connect the About page, Press and news and sign up page on the Sharief For Florida Home page
Highest
 Issue is fixed. Please review it. !image-2025-08-22-12-25-05-880.png!
To Do Unresolved --
  • Delivery
  • Request_to_client
  • CreatedAugust 20, 2025 7:17 PM
  • UpdatedAugust 22, 2025 3:25 AM
SHFL-21 HEADER IS TOO SMALL AND NUMBER AND EMAIL ADDRESS TOO SMALL SFF HEADER IS TOO SMALL AND NUMBER AND EMAIL ADDRESS TOO SMALL O...
HEADER IS TOO SMALL AND NUMBER AND EMAIL ADDRESS TOO SMALL ON SHARIEF FOR FLORIDA WEBSITE HOME PAGE.
Highest
 It is fixed. !image-2025-08-26-12-27-40-414.png!
To Do Unresolved --
  • Delivery
  • Request_to_client
  • CreatedAugust 20, 2025 7:12 PM
  • UpdatedAugust 26, 2025 3:27 AM
SHFL-20 HOME PAGE WORD CORRECTIONS SHARIEF FOR FLORIDA DELETE THE WORDS: DISTRICT 35 ISSUES located above the words...
DELETE THE WORDS: DISTRICT 35 ISSUES located above the words: OUR COMMUNITY’S VISION FOR A BETTER FLORIDA
DELETE THE WORD: About Located above the words: MEET DR. BARBARA SHARIEF
DELETE THE WORDS: HEALTHCARE BACKGROUND Located above the word: Education
DELETE THE WORDS: Latest Press Located above the words: Latest News and Press Releases
Highest
 This issue is fixed. Please review it.
Done Done --
  • Delivery
  • Request_to_client
  • CreatedAugust 20, 2025 7:09 PM
  • UpdatedAugust 22, 2025 3:28 AM
SHFL-19 HOME PAGE SHARIEF FOR FLORIDA CORRECTIONS
REPLACE RED PICTURE OF ME STANDING WITH THIS PHOTO ATTACHED
Highest
It is my personal suggestion that this image will be more suitable for the header image
!https://shariefforflorida.mydevapps.com/wp-content/uploads/2023/11/fdsv.png!
 is this how you wanted it? I will share how it looks like in the homepage
 Let me know if it is fine. !image-2025-08-26-12-34-21-995.png!
In Progress Unresolved --
  • Delivery
  • Request_to_client
  • CreatedAugust 20, 2025 7:05 PM
  • UpdatedAugust 26, 2025 3:34 AM
SHFL-17 website went down today - resolved Hi Barbara, I hope this email finds you well. I wanted to...
Hi Barbara,
I hope this email finds you well. I wanted to update you on the website issue you reported and let you know that it has been successfully resolved. I have invested 30 minutes in fixing it for you. I will log this time into my system, and we will discuss the payment for it when you are available.
 
What I discovered: After logging into your Siteground hosting account and analyzing the error log files, I identified a critical memory exhaustion problem. The website was running out of allocated memory due to one or more plugins consuming excessive resources, which was causing your site to crash.
 
Steps I took to resolve the issue:
# Analyzed the server logs - The log files clearly showed a fatal memory error where the website exceeded its 805MB memory limit during database operations.
# Increased memory allocation - I temporarily increased the memory limit for your website to provide more resources for proper operation.
# Identified and disabled problematic plugins - I systematically disabled several plugins that were contributing to the memory issues, including the Custom Facebook Feed and YouTube Feed Pro plugins (screenshots attached for your reference).
# Verified the fix - After making these changes, I confirmed that your website is now loading normally and functioning properly.
 
Current status: Your website is back online and operating normally. The memory issue has been resolved, and the site should now load without any crashes.
 
Next steps: I recommend reviewing the disabled plugins to determine which ones are essential for your website's functionality. We can work together to either find alternative solutions or update the problematic plugins to more recent versions that may have resolved these memory issues.
Please test your website and let me know if you notice any missing functionality or if you have any questions about the changes made.
 
Alternative solution for ongoing peace of mind: To prevent issues like this from happening in the future, you might consider signing up for our website maintenance plan. With this service, we would install our comprehensive website monitoring plugin and take care of all ongoing maintenance tasks for you. This means your website will always be kept up to date with the latest security patches, plugin updates, and performance optimizations, so you won't have to worry about unexpected downtime like what occurred today. You can review our maintenance packages and pricing at: https://www.verixity.com/wordpressservices/website-maintenance-packages/
 
!https://mail.google.com/mail/u/0?ui=2&ik=2a30b70350&attid=0.2&permmsgid=msg-a:r3667967876535941062&th=1989a24f2586f88d&view=fimg&fur=ip&permmsgid=msg-a:r3667967876535941062&sz=s0-l75-ft&attbid=ANGjdJ9MLDHYbmrb7V1MybsNCtGxP7dr7tQpH88ix71P3Y3KZ9OocvZJNUi_7oi5WqrNsvqaAD8xV7xTOeaB8iuZfVnCc2N1NFj0uLJc63Bhp74yFPC0LFzMVjGdwrI&disp=emb&realattid=ii_me7dmlcq1&zw|width=562,height=333!
  !https://mail.google.com/mail/u/0?ui=2&ik=2a30b70350&attid=0.3&permmsgid=msg-a:r3667967876535941062&th=1989a24f2586f88d&view=fimg&fur=ip&permmsgid=msg-a:r3667967876535941062&sz=s0-l75-ft&attbid=ANGjdJ9UmEyIYQ8trmAz3kqNL1YrEfI1OzbutIU8OJaGIqAEeyC4H79Vt9A0SmnqhawxucvTjlFiRpGqd8YgSHmfk9grrgQ0ePlwHS5BmxWfqVoPVAQ5ImdQvEKdOTM&disp=emb&realattid=ii_me7dn53w2&zw|width=562,height=366!
 
 
 
 
Looking at this WordPress error log, here's what's happening:
h2. Main Issues Identified:
h3. 1. Translation Loading Problems (Multiple Notices)
* Plugins affected: {{custom-facebook-feed}}, {{politono}} theme, and {{wpmudev}} plugins
* Issue: These are trying to load translations too early in the WordPress loading process
* Impact: Non-critical but indicates poor coding practices in these plugins/theme
* Solution: The plugins/theme need to be updated to load translations at the proper {{init}} action hook
h3. 2. PHP Deprecation Warning
* Plugin: YouTube Feed Pro
* Issue: Using deprecated {{ReflectionParameter::getClass()}} method
* Impact: Will cause errors in future PHP versions
* Solution: Plugin needs updating to use modern PHP reflection methods
h3. 3. Critical Memory Exhaustion (Fatal Error)
* Memory limit: 805MB (which is quite high)
* Location: WordPress database class ({{class-wpdb.php}})
* Impact: Site crash - this is the most serious issue
h2. Root Cause Analysis:
The memory exhaustion is the critical problem causing your site to crash. With a 805MB memory limit being exceeded, this suggests:
# Infinite loop or recursive function calls
# Large database query loading too much data
# Memory leak in one of the plugins
# Corrupted database or extremely large dataset
h2. Immediate Actions Needed:
# Increase memory limit temporarily in {{wp-config.php}}:
 
phpCopy
{{ini_set('memory_limit', '1024M');}}
# Deactivate problematic plugins one by one:
** Custom Facebook Feed
** YouTube Feed Pro
** Any WPMU DEV plugins
# Switch to default theme temporarily to rule out the "politono" theme
# Check for plugin updates - especially YouTube Feed Pro
This appears to be a plugin conflict or poorly optimized code causing excessive memory usage during database operations.
 
 
Highest To Do Unresolved --
  • Request_to_client
  • Support
  • CreatedAugust 11, 2025 1:21 PM
  • UpdatedAugust 11, 2025 1:22 PM
SHFL-4 Please do it for me
Yes, it's first one
Highest
 Thank you for that!
 this is the test comment
I am replying to this ticket, as it appered in my assigned to client, but it's not resolved. image ais attached
Test from max
505356378_10232755305739376_1434220547652288087_n.jpg
  again this is the test for comments. to be sure that comments get sent in the email 
I have not recieved the email with your latest comments.
 let's do some test
In Review Unresolved --
  • Design
  • Request_to_client
  • CreatedJuly 30, 2025 6:37 AM
  • UpdatedAugust 1, 2025 12:47 PM
1 Tasks Assigned to Team View more

Tasks Assigned to Team

Key Subject Request Attachments Priority Comments Status Resolution Current Environment Labels Dates
SHFL-18 test task
vxfgfdg sdgdfgdfg
Lowest To Do Unresolved --
  • Design
  • Request_to_team
  • CreatedAugust 20, 2025 2:10 PM
  • UpdatedAugust 20, 2025 2:10 PM

Tasks by Label

Key Subject Request Attachments Priority Comments Status Resolution Current Environment Labels Dates

Access Credentials

https://shariefforflorida.com/wp-admin/
user: shariefforflorida
new password: aGaWCJ6t*CuZ!#87

user: barbara
pass: P%iU&Aa)9nv0^%B%Fcl@0oyO

Feedback