argent41
Forum Replies Created
-
This is the message I get when trying to update Mailpoet 3 Premium (new)
Update failed: Update package not available.
Hi,
I updated and activated Mailpoet 3 (New) without any issues, however, I get this message when trying to update Mailpoet3 Premium (new).Hi,
Can you provide the email address you wish me to contact you on regarding this issue?- This reply was modified 4 years, 2 months ago by argent41.
Forum: Plugins
In reply to: [WP-CRM - Customer Relations Management for WordPress] PHP warningGood point Tony, do you know if server admin can delete these logs?
Best in the long run to find and fix the source of the error messages right?- This reply was modified 4 years, 2 months ago by argent41.
Forum: Plugins
In reply to: [WP-CRM - Customer Relations Management for WordPress] PHP warningThanks for the heads up on that John, good to know.
Forum: Plugins
In reply to: [WP-CRM - Customer Relations Management for WordPress] PHP warningYes, I understand the ramifications of turning a blind eye, but what can you do if your site is marred by a scary warning for the world to see and plugin support won’t do anything.
Stuck between a rock and a hard place – a warning to upgrade your insecure PHP version or put up with graffiti on your website.Forum: Plugins
In reply to: [WP-CRM - Customer Relations Management for WordPress] PHP warningHere is what my host did for me.
This error message suggests that the wp-crm plugin is not compatible with PHP 7.4. If it doesn’t break the website, it is possible to ignore this error. If you want to hide the error message from the website, you should change the following value from:
error_reporting = E_ALL & ~E_STRICT & ~E_NOTICE & ~E_DEPRECATED
to
error_reporting = 0 in the global php.ini file.We also added the following line to the global php.ini for your account to disable the displaying of PHP errors:
display_errors = 0
This worked for me.
Thank you – great prompt support – working now ??
Are you able to give me a quote to fix this problem?
Many thanks for your advice.
If the database wasn’t migrated from local to the remote site, this would explain why the Template drop-down is not showing on the remote version.
If you just want to initialize the Template drop-down in the page editor the following should help.The Template dropdown menu magically appears in the page editor when you create a custom page template.
To create a custom page template:-
1. Copy page.php into your child theme directory from your parent theme directory, then change the filename to page-xxxxxx.php (xxxxxx being your custom name).
2. Add a new comment line above the others at the top of the file saying: Template name: Your template name hereGo back to your page editor and you’ll see your Template drop-down menu has magically appeared and you’ll be able to select your newly created template.
Forum: Plugins
In reply to: [Revisr] Live site not showing commits from dev environmentNo, it’s still not playing!
Revisr in dev site is successfully pushing commits to GitHub but the remote site http:www.temp.impactwroughtiron.com.au is not reading the local database or accepting commits.
Can I send you screenshots of my settings?Forum: Plugins
In reply to: [Revisr] Live site not showing commits from dev environment‘Pull Changes’ using Quick Actions inside local site admin:
Presuming we’re pulling down from remote, the following is the error message in Revisr Dashboard:
fatal: No path specified. See ‘man git-pull’ for valid url syntax‘Pull Changes’ using Quick Actions inside remote site admin:
/usr/lib/git-core/git-sh-setup: line 238: /bin/uname: Permission denied
fatal: No path specified. See ‘man git-pull’ for valid url syntaxForum: Plugins
In reply to: [Revisr] Live site not showing commits from dev environmentTo my hosting support desk:
“I don’t know if I have technically defined my problem accurately for the plugin’s support staff.
My goal with this plugin is simple. I want to develop locally and have my local changes version controlled and implemented on a duplicate live site, whether that be via a remote GitHub account or simply using this Revisr plugin.I am not clear on the relationship with GitHub and the sureserver hosted website (which is a duplicate of my local development site) or if in fact there is any relationship.
Perhaps you may be able to help by correctly forming some questions that I might ask support.
I can provide screenshots, login credentials and a description of what I want to achieve, but I have no aptitude for highly technical programming tasks or the discrete contexts in which they are used.”Forum: Plugins
In reply to: [Revisr] Live site not showing commits from dev environmentFollowed your instructions but no luck unfortunately.
I don’t know what the following means or how it could help me:
“This version passes the error from Git directly to Revisr for pushes and pulls.”Short of step by step instructions, and your analysis of my particular settings I don’t know what else to do.