terrencegatsby
Forum Replies Created
-
I opened a case at https://advancedfilemanager.com/contact/
I suggest everyone else does as well. I did hear from them.
Forum: Plugins
In reply to: [LiteSpeed Cache] LinkedIn Compatibility – Rewrite og:img link?I’m a bit puzzled about how this report fits into our discussion. You’re the best judge here – does your plugin is change the image URL link for og:img from a jpg to a webp file?
Just so you know, I recently deactivated the webp options, namely “Image WebP Replacement” and “WebP For Extra srcset”, while I get to the bottom of this.
- This reply was modified 1 year, 5 months ago by terrencegatsby.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] SchedulingI understand that. I want to know how to do so manually. The ability to define a date & time is a basic function of backups.
- This reply was modified 6 years, 3 months ago by terrencegatsby.
Forum: Plugins
In reply to: [Under Construction / Maintenance Mode from Acurax] Plugin stopped working[22-Mar-2018 21:11:26 UTC] PHP Notice: Uninitialized string offset: 1 in /wp-content/plugins/coming-soon-maintenance-mode-from-acurax/function.php on line 1244 [22-Mar-2018 21:11:26 UTC] PHP Notice: Uninitialized string offset: 1 in /wp-content/plugins/coming-soon-maintenance-mode-from-acurax/function.php on line 1244 [22-Mar-2018 21:11:26 UTC] PHP Warning: Illegal string offset 'acx_csma_show_progressbar4' in /wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/4/index.php on line 502 [22-Mar-2018 21:11:26 UTC] PHP Notice: Uninitialized string offset: 0 in /wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/4/index.php on line 502 [22-Mar-2018 21:11:26 UTC] PHP Notice: Uninitialized string offset: 4 in /wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/4/index.php on line 529 [22-Mar-2018 21:11:26 UTC] PHP Warning: Illegal string offset 'acx_csma_show_timer4' in /wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/4/index.php on line 529 [22-Mar-2018 21:11:26 UTC] PHP Notice: Uninitialized string offset: 0 in /wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/4/index.php on line 529
[moderated: removed giant paste. Please use pastebin.com or gists.github.com for large pastes.]
- This reply was modified 6 years, 8 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Compatible with PHP 7I too found this issue.
FILE: /wp-content/plugins/plugins-garbage-collector/includes/lib.php
————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————-
22 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
————————————————————————————————————-Forum: Plugins
In reply to: [Search Everything] It doesn’t search in my PDF/Word/Excel attachmentsgoyaltarun7 can you explain to me where I install tika?
Here is what I’ve done so far:
cd /root
echo “deb https://ppa.launchpad.net/webupd8team/java/ubuntu trusty main” | tee /etc/apt/sources.list.d/webupd8team-java.list ;
echo “deb-src https://ppa.launchpad.net/webupd8team/java/ubuntu trusty main” | tee -a /etc/apt/sources.list.d/webupd8team-java.list ;
apt-get update
apt-get install oracle-java8-installer
wget https://www.apache.org/dyn/closer.cgi/tika/tika-1.14-src.zip
apt-get install unzip
unzip tika-1.14-src.zip
cd tika-1.14/
apt-get install maven3
export MAVEN_OPTS=’-Xmx512m -XX:MaxPermSize=128m’
mvn clean install -UIt installs but i don’t know how to get it going.
Yes, this would be great!
Forum: Plugins
In reply to: [The Events Calendar] URLs for the venues, organizers and events not workingThanks Shelby! I do this shortly.
Forum: Plugins
In reply to: [The Events Calendar] URLs for the venues, organizers and events not working- This reply was modified 7 years, 10 months ago by terrencegatsby.
Forum: Fixing WordPress
In reply to: Blank Visual EditorForum: Fixing WordPress
In reply to: WordPress Visual Default Editor not workingHere is what fixed it for me.
https://bobmckay.com/i-t-support-networking/plesk/wordpress-editor-blank-error-and-not-working-since-4-2-plesk-hosting/Forum: Fixing WordPress
In reply to: Visual Editor is blank following 4.2 updateHere is what fixed it for me.
https://bobmckay.com/i-t-support-networking/plesk/wordpress-editor-blank-error-and-not-working-since-4-2-plesk-hosting/Forum: Fixing WordPress
In reply to: visual editor not functioningHere is what fixed it for me.
https://bobmckay.com/i-t-support-networking/plesk/wordpress-editor-blank-error-and-not-working-since-4-2-plesk-hosting/Forum: Fixing WordPress
In reply to: Visual Editor is blank following 4.2 updateI’ve tried Firefox, Safari, & chrome as well. It is not working for me either.
Forum: Fixing WordPress
In reply to: visual editor not functioningAlso i deleted all files and directories except wp-config.php file & wp-content directory. Upload fresh copies of all files from the latest version of wordpress. Did not solve the issue. Then I add the following to the wp-config.php file:
/** Disable JavaScript concatenation */
define(‘CONCATENATE_SCRIPTS’, false);
This did not solve the issue either.