ascensionadmin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Unserialize warningThank you for those details. Deep down I knew it couldn’t be that easy.
Forum: Plugins
In reply to: [WP Photo Album Plus] Unserialize warningI commented out the if-else statement on lines 136 – 141 so that the wppa_unserializewppa_unserialize function in wppa-wrappers.php can still be called (obviously does nothing) without faulting. I know this avoids the intended fix to PHP unserialize, but I expect that vulnerability still exists in v6.9.15, which is why these wrappers were written in v6.9.16.009. This way you get benefit of the other improvements of v6.9.16.009 and avoid the unserialize issue until a more robust improvement can be made. What am I missing?
Thanks; Ron
Hi Sunny;
Thanks for reminding me to get back to the basics. This is not my full-time job, so I neglected to try the plug-ins first. Turns out it was the iThemes security plug-in, but figuring out why and how to fix it was the challenge.
When a few hours of staring at the settings pages yielded no results, a few creative Google searches finally revealed the solution on the Time.ly web site (funny how I couldn’t find this post before creating this new ticket). Hopefully this post bubbles the solution up for other to find easier.
https://time.ly/forums/topic/something-went-wrong-while-fetching-events/
Deselecting “Filter Suspicious Query Strings in the URL” solved the problem.
I still don’t know what changed. If it was a new URL string used in the Ai1EC “next month” button that tripped the iThemes filter or did the iThemes filter become more restrictive? Some things may never be known…
FYI, every time I log into my Time.ly account, the Get Help page replies with “Get Help Not Available”. Odd.
Thank you for spending your valuable time helping us keep our sites alive and well.
PS. Don’t forget to backup your database before disabling your plug-ins. You may find that your database gets modified and is not corrected when the plug-in is re-activated. Very disturbing until you remember the basics.
- This reply was modified 7 years, 7 months ago by ascensionadmin.
Sure will. Thanks.
ascensionadmin
Hello;
For some reason I just found this on my website calendar today:
https://churchoftheascension-patuxent.org/calendar/The calendar works fine in FireFox on Win7 and XP and used to be fine on Chrome and IE11. Now both Chrome and IE11 on a Win7 computer shows the following when clicking either the next or previous month button:
Something went wrong while fetching events.
The request status is: 403
The error thrown was: Forbidden
Click here for technical detailsThe details are:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>403 Forbidden</title>
<style type=”text/css”>
<!–
body {
/* If you want to add a background image uncomment the CSS properties below */
/* background-image:url(https://www.example.com/path-to-some-image-file/example-image-file.jpg); /*
/* background-repeat:repeat; */
background-color:#CCCCCC;
line-height: normal;
}#bpsMessage {
text-align:center;
background-color: #F7F8F9;
border:5px solid #000000;
padding:10px;
}p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}
–>
</style>
</head><body>
<div id=”bpsMessage”>
<p>churchoftheascension-patuxent.org 403 Forbidden Error Page</p>
<p>If you arrived here due to a search or clicking on a link click your Browser’s back button to return to the previous page. Thank you.</p>
<p>IP Address: 24.245.97.122</p>
</div></body>
</html>If I refresh the calendar with F5, the header displays properly. Based on this, it looks like my browser settings are OK. I reset the Ai1EC setting to DISABLE Use advanced JS cache and ENABLE Use frontend rendering with no change in response. I also checked that the theme and plugin directories had Read and Execute (755) permissions set.
I hope this info helps with resolving this issue and let me know if you need more info. Thanks!
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] CSS Formatting for TablesOBTW, excellent plug-in. Thank you for all your hard work and timely replies!
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] CSS Formatting for TablesThank you again. I didn’t find that one when searching for posts.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Quantity field entry not acceptedI just updated to v1.12.1 and verified that it works perfectly. Thank you for the detailed explanation and especially the quick fix. I wish I had written to you sooner!