beacondigital
Forum Replies Created
-
Our web host (SiteGround) claims that there was a huge spike in resources used causing the site to shut down and they seem to feel that SAC was to blame. I am not pointing fingers at all, I am just trying to figure out if what they claim is feasible because I can’t have the site crashing again as it is supporting a live event tomorrow.
What we have is a WordPress site, built with Divi, using Ultimate Member for user registration and access control, WPML for bilingual support (English and French), and a handful of other plugins. We have the chat located in a text module in the footer of the site with a button that toggles the visibility of the row which contains it all.
Any thoughts?
Does this tell you anything?
=== Top 10 Executed Scripts ============================== Count URL Local Path ----- ---------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------ 22523 https://luna-sphere.com/wp-content/plugins/simple-ajax-chat/simple-ajax-chat-core.php /home/u50-dygpfh6df0zx/www/luna-sphere.com/public_html/wp-content/plugins/simple-ajax-chat/simple-ajax-chat-core.php 8013 https://luna-sphere.com/index.php /home/u50-dygpfh6df0zx/www/luna-sphere.com/public_html/index.php 7587 https://staging11.luna-sphere.com/wp-content/plugins/simple-ajax-chat/simple-ajax-chat-core.php /home/u50-dygpfh6df0zx/www/staging11.luna-sphere.com/public_html/wp-content/plugins/simple-ajax-chat/simple-ajax-chat-core.php 4309 https://luna-sphere.com/wp-content/plugins/simple-ajax-chat/resources/sac.php /home/u50-dygpfh6df0zx/www/luna-sphere.com/public_html/wp-content/plugins/simple-ajax-chat/resources/sac.php 3845 https://staging11.luna-sphere.com/wp-admin/admin-ajax.php /home/u50-dygpfh6df0zx/www/staging11.luna-sphere.com/public_html/wp-admin/admin-ajax.php 2667 https://luna-sphere.com/wp-admin/admin-ajax.php /home/u50-dygpfh6df0zx/www/luna-sphere.com/public_html/wp-admin/admin-ajax.php 2424 https://luna-sphere.com/wp-content/plugins/simple-ajax-chat/resources/nonce.php /home/u50-dygpfh6df0zx/www/luna-sphere.com/public_html/wp-content/plugins/simple-ajax-chat/resources/nonce.php 2185 https://staging11.luna-sphere.com/index.php /home/u50-dygpfh6df0zx/www/staging11.luna-sphere.com/public_html/index.php 1250 https://staging11.luna-sphere.com/wp-content/plugins/simple-ajax-chat/resources/sac.php /home/u50-dygpfh6df0zx/www/staging11.luna-sphere.com/public_html/wp-content/plugins/simple-ajax-chat/resources/sac.php 960 https://staging11.luna-sphere.com/wp-cron.php /home/u50-dygpfh6df0zx/www/staging11.luna-sphere.com/public_html/wp-cron.php
————————————————————
- This reply was modified 4 years, 1 month ago by Steven Stern (sterndata).
- This reply was modified 4 years, 1 month ago by Steven Stern (sterndata).
- This reply was modified 4 years, 1 month ago by Steven Stern (sterndata).
Btw, thanks so much for your prompt response!
I don’t know what caused it, it just suddenly came up.
The only thing I can think of is that we added some Google Analytics code to the Head. We are using Divi so we have placed that code in the Integration Tab under <Head>. A troubleshooting guide would be appreciated. Can’t get into WP of course because of the error but I can get in via the host/ftp.
Thank you for the very quick response! I figured it out, I had a second instance on the page and I guess that was interfering with the one in the popup.
Forum: Plugins
In reply to: [Posts Like Dislike] Two missed things and it would be a perfect pluginAny guidance on how I can adapt the above code to display the number of likes a post has on my blog page before the user views the full blog?
Thank you.
Glen
Forum: Plugins
In reply to: [Posts Like Dislike] Show like and dislike on blog main pageI would also be very interested in this functionality and have an urgent need for it! Is there any way to accomplish this? Is there perhaps a hook or action that I could use?
Thank you.
Glen
It appears that the fix might have been pushed out. Both my development site and my test site are no longer exhibiting this issue. Has anybody else found their login working properly this morning?
Good to know I’m not the only one. Please let me know if you find a solution. I will share here as well if I come across anything.
It appears that if I provide a valid login email and password, the form functions fine. However, if I leave either fields blank or if I provide information that doesn’t match a valid login, then it throws the critical error.
I have tried a fresh install of WordPress, no themes, and no-plugins and I am still getting this error. The web host (SiteGround) claims everything is working fine on their end.
A video clip would be difficult but I hope a screen grab will suffice. Both users have a “Registration Type” set in their profiles (Canada and Home Office), but in the member directory, only Aasd’s record displays the Registration Type, Anna’s does not.
https://www.dropbox.com/s/y8sludmip29y81q/UM-Members—Fields-Missing.jpg?dl=0
Thanks @champsupertramp, is there perhaps a hook you can point me to to get me started? Any recommendations how I might customize this to work?
Thanks again for all your help over the last couple weeks.
Hi @champsupertramp,
Thank you but I am actually trying to preset the password, not reset it.
What I want to do is one of the following:
Option 1
Insert a hidden password field in the form that contains a password that I choose, not the registrant. For instance, in html the field in th form would look something like”
<input id="password" name="password" class="input_text" type="password" value="Password" />
Option 2
Use a hook to insert the password, again of my choosing not the applicant, into the database when the form is submitted.The idea is that we are trying to make sure that everybody has the same password. Not a good idea normally but this is what the client insist on unfortunately.
On a related note, I also have to remove the password reset function, and replace it with a password reminder email instead if possible.
@missveronica Worked like a charm,, thank you.