PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /www/mysite/public/wp-content/plugins/aceide/src/Modules/FileOps.php on line 749
]]>So I was trying to install this plugin in WordPress plugins store, but I was unable to install it, then I manually downloaded it from the other source, the plugin is installed but cannot active it. It shows this error mentioned below.
Plugin could not be activated because it triggered a fatal error.
Fatal error: Array and string offset access syntax with curly braces is no longer supported in E:\xampp\htdocs\practice\minima\wp-content\plugins\aceide\src\Modules\FileOps.php on line 749
]]>When running PHP 8, I get the following error when attempting to activate the plugin:
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/mysite.com/public_html/wp-content/plugins/aceide/src/Modules/FileOps.php on line 749
Switching
if ( $filePathRel{0} === '/' ) {
to
if ( $filePathRel[0] === '/' ) {
Seems to resolve it. Would be happy to send a PR for that but don’t see this on Github, is there a repo somewhere?
]]>So as to be compatible with PHP 7.4 please can one of the developers update and commit the following on line 749 of “/src/Modules/FileOps.php” from …
if ( $filePathRel{0} === '/' ) {
… to …
if ( $filePathRel[0] === '/' ) {
Also, can they please update the “Tested up to” in the header of readme.txt so that Wordfence stops complaining that “the plugin appears to be abandoned”.
Thank you.
Oliver
]]>Hello. We recently switched our website from a temporary domain to a permanent domain. The switch went well aside from an SSL issue that has since been resolved. However, my ACEIDE plugin now cannot see the file tree (or doesn’t have permissions to it). I checked with the hosting provider and made sure the ACEIDE folder and contents have all the permissions needed. Here’s what the plugin gives me:
–
WordPress version = 5.5.1
Web server user/group = :
Root folder owner/group = u1077-tdfr3hgn3czp:u1077-tdfr3hgn3czp
Root folder exists and contains 8 files
Using the direct method of the WP filesystem API
The root folder IS readable and IS writable by this method
The wp-content/plugins folder IS readable and IS writable by this method
The wp-content/themes folder IS readable and IS writable by this method
–
I have also tried uninstalling, clearing cache, and reinstalling. That hasn’t fixed it either. Is it still somehow trying to access the old domain’s file location? Any ideas how I can fix this?
Thanks so much!
]]>I, personally, never use anonymous functions in PHP, but recently I tried to edit a script with one in it and the plugin would not allow me to save, pointing to an error in line.
]]>Hi!
A past developer or myself must have used this plugin to make changes on my site in the past (probably ‘find and replace’ function).
Now that’s it’s ‘done it’s job’ and I’ve no longer used it for a long time, can I just deactivate it?
Or, if I deactivate it, will the changes it effected revert back to the old code?
]]>Hello,
I am getting this error on my website:
Deprecated: Array and string offset access syntax with curly braces is deprecated in …./wp-content/plugins/aceide/src/Modules/FileOps.php on line 749
Can you please help me out?
Thanks in advance!
]]>If you spend too long editing a file then try to save, it won’t save. It just hangs.
To avoid losing all your hard work, there is a workaround.
CTRL-A to select all content in the editing window,
CTRL-C to copy to paste buffer.
Reload the page (this will lose your edits so be sure you did the copy).
The editor will reset with no open file, so open the file you were editing.
CTRL-A to select the entire contents.
CTRL-V to paste in the edited contents, overwriting the file.
Do a save and your edits are back.
I see this warning in my log:
PHP Warning: Use of undefined constant ACEIDE_FS_METHOD_FORCED – assumed ‘ACEIDE_FS_METHOD_FORCED’ (this will throw an Error in a future version of PHP) in /var/sites/e/example.com/public_html/wp-content/plugins/aceide/src/IDE.php on line 372
A previous web developer used AceIde to edit the website code. Editor is nowhere to be found in the admin panel, nor is AceIde navigation. I need to edit the code.
Do I:
1.) deactivate AceIde in hopes that the Editor will reappear in the admin panel
2.) uninstall all plugins in hopes that AceIde will reappear
3.) any other options?
Stockholm Theme is currently running and WordPress 5.0.3 is installed.
]]>Hi,
I started with AceIDE. Looks very good. The problem I have is that the editor starts in the wp-content directory. How can I change the configuratione that it start in another directory?
for example I have on my site:
/js/
/wordpress/wp-content
I want to edit my js files in the /js/ directory.
Thank you, Wilfried
]]>When enabling last version 2.6.2, we get the following error in the front-end homepage (and a blank screen):
Fatal error: Class ‘ComposerAutoloaderInit4c3174ac4bf370c3acc8c379bef0ab9a’ not found in …\plugins\aceide\vendor\autoload.php on line 7
PHP version 5.4.45
WordPress 5.0
FILE: …/wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
——————————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————————————-
182 | ERROR | Global with variable variables is not allowed since PHP 7.0
——————————————————————————————————————————-
FILE: …/wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
———————————————————————————————————————————-
FOUND 0 ERRORS AND 39 WARNINGS AFFECTING 20 LINES
———————————————————————————————————————————-
777 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
777 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
810 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
810 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
813 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
813 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
818 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
818 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
827 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
827 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
837 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
837 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
840 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
840 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
1089 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1089 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
1117 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1117 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
1122 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1122 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
1131 | WARNING | Function mdecrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
1134 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1134 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
1596 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1596 | WARNING | Function mcrypt_list_algorithms() is deprecated since PHP 7.1; use OpenSSL instead
1675 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1675 | WARNING | Function mcrypt_module_close() is deprecated since PHP 7.1; use OpenSSL instead
1676 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1676 | WARNING | Function mcrypt_module_close() is deprecated since PHP 7.1; use OpenSSL instead
1681 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1681 | WARNING | Function mcrypt_module_close() is deprecated since PHP 7.1; use OpenSSL instead
1795 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1795 | WARNING | Function mcrypt_module_open() is deprecated since PHP 7.1; use OpenSSL instead
1796 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1796 | WARNING | Function mcrypt_module_open() is deprecated since PHP 7.1; use OpenSSL instead
1802 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1802 | WARNING | Function mcrypt_module_open() is deprecated since PHP 7.1; use OpenSSL instead
1807 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1807 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
———————————————————————————————————————————-
FILE: …/wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
———————————————————————————————————————————
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
———————————————————————————————————————————
65 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
65 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
104 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
104 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
———————————————————————————————————————————
FILE: …/wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
————————————————————————————————————————-
FOUND 4 ERRORS AFFECTING 4 LINES
————————————————————————————————————————-
4387 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4412 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4479 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4551 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
————————————————————————————————————————-
I have installed the latest version of the plugin and am trying to use it with WordPress 4.9.8. The menu item does not appear.
I have disabled all plugins and our theme. It still does not appear.
There seems to be an issue with it. Is there a fix available?
]]>Hi Team,
Thank you for your efforts for developing best plugin for editor. i really like the functionalities. I have a suggestion, in normal editor like sublime, Notepad ++ having shortcut option to find the line of the code(such as Ctrl+G). In our editor not showing the line number, while entering with Ctrl+G. if getting this solution will be good for and reduce searching time. please let me know your feedback.
Regards
]]>Hi
I have a problem with your plugin displaying the filetree. I have debugged it and found that its conflicting with another plugin that also used JQueryFileTree.js
Is there a workaround to avoid this as the only way ACEIDE will work is if I disable that other plugin.
Many thanks
Denise
]]>Hi Shane and all AceIDE users,
Since this original topic has been locked for new answers, I’m creating a new one that may help some people with the same issue as mine.
After the 2.6.0 upgrade this plugin stopped working as it should, prompting and error to load the Ajax.php file it requires to handle its core functionalities. Well, six months(!) latter I figured it out what was the cause of this malfunction: the .htaccess file with the following code bellow.
## BEGIN WORDPRESS LOCKDOWN ##
## IMPORTANT - If you customize the rules below, change the line above to read '## BEGIN WORDPRESS LOCKDOWN - CUSTOM ##'
# Rules to protect WordPress from malicious code injections
<FilesMatch "\.(php)$">
# Deny everyone but localhost access to PHP files. See the next stanza for index.php and wp-login.php public access.
Order Deny,Allow
Deny from all
# Append additional IPs to the line below if external web access to PHP files is needed.
Allow from 127.0.0.1
</FilesMatch>
<FilesMatch "index.php|wp-login.php|wp-comments-post.php|wp-cron.php|load-styles.php|edit.php|post.php|wp-tinymce.php">
# Allow anyone to access files listed above.
Allow from all
</FilesMatch>
## END WORDPRESS LOCKDOWN ##
This code was generated by Softaculous, a cPanel module wich does automatic installs of numerous apss, including WordPress. Seems it tries to protect the installation by adding these rules to .htaccess, and at the same time it blocked AceIDE Ajax.php file with a 403 forbiden error. Removing the code solved my problem, but as security measure I’m putting it back on production sites, where I do not use Ace at all.
Hope it helps anyone experiencing issues while trying to use this plugin!
Best regards,
—
Andre
I have a strange problem with this plugin. The plugin strips off many PHP code from the files and once we saved, new version will get save which does not contain many code lines causing the error.
If you don’t have a backup, All of your hardwork gone.
So Team, Please make a real backup as your backup file also misses the original code lines.
]]>Hi, is it possible to Save a file as a new name?
This is a must have for me to keep versioning a file…..
I’ve made sure AceIDE is supposed to show up in the admin menu but it doesn’t appear and possibly due to some permissions on this custom user role. Can you tell me what capabilities must be enabled for the user in order for them to access and use AceIDE?
]]>FILE: ../wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
———————————————————————————————————————————
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
———————————————————————————————————————————
65 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
65 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
104 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
104 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
———————————————————————————————————————————
FILE: ../wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
———————————————————————————————————————————-
FOUND 0 ERRORS AND 39 WARNINGS AFFECTING 20 LINES
———————————————————————————————————————————-
777 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
777 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
810 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
810 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
813 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
813 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
818 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
818 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
827 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
827 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
837 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
837 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
840 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
840 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
1089 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1089 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
1117 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1117 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
1122 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1122 | WARNING | Function mcrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
1131 | WARNING | Function mdecrypt_generic() is deprecated since PHP 7.1; use OpenSSL instead
1134 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1134 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
1596 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1596 | WARNING | Function mcrypt_list_algorithms() is deprecated since PHP 7.1; use OpenSSL instead
1675 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1675 | WARNING | Function mcrypt_module_close() is deprecated since PHP 7.1; use OpenSSL instead
1676 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1676 | WARNING | Function mcrypt_module_close() is deprecated since PHP 7.1; use OpenSSL instead
1681 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1681 | WARNING | Function mcrypt_module_close() is deprecated since PHP 7.1; use OpenSSL instead
1795 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1795 | WARNING | Function mcrypt_module_open() is deprecated since PHP 7.1; use OpenSSL instead
1796 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1796 | WARNING | Function mcrypt_module_open() is deprecated since PHP 7.1; use OpenSSL instead
1802 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1802 | WARNING | Function mcrypt_module_open() is deprecated since PHP 7.1; use OpenSSL instead
1807 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
1807 | WARNING | Function mcrypt_generic_init() is deprecated since PHP 7.1; use OpenSSL instead
———————————————————————————————————————————-
FILE: ../wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
——————————————————————————————————————–
FOUND 4 ERRORS AFFECTING 4 LINES
——————————————————————————————————————–
4387 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4412 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4479 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4551 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
——————————————————————————————————————–
FILE: ../wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
————————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————–
182 | ERROR | Global with variable variables is not allowed since PHP 7.0
————————————————————————————————————————–
FILE: ../wp-content/plugins/aceide/backups/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/File/X509_2018-04-05-09.php
———————————————————————————————————————————————————
FOUND 3 ERRORS AFFECTING 3 LINES
———————————————————————————————————————————————————
4421 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4488 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4560 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
———————————————————————————————————————————————————
How could I resolve the errors being shown (Not too worried about the warnings)
Thanks.
]]>Hi guys, I’m trying to setup and use git and I’m getting this error:
Fatal error: Uncaught Error: Call to a member function getRepositoryPath() on null in /var/www/site/wp-content/plugins/aceide/src/Modules/GitOps.php:433
Stack trace:
#0 /var/www/site/wp-includes/class-wp-hook.php(286): AceIDE\Editor\Modules\GitOps->git_clone('')
#1 /var/www/site/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array)
#2 /var/www/site/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#3 /var/www/site/wp-admin/admin-ajax.php(97): do_action('wp_ajax_aceide_...')
#4 {main} thrown in /var/www/site/wp-content/plugins/aceide/src/Modules/GitOps.php on line 433
My settings are:
/var/www/git/
The Git repository you want to work with.
/usr/bin/git/
Full path to the local Git binary on this server.SSH key path
/var/www/git/ssh/
Full path to the folder that contains your SSH keys
Additional:
/var/www/git/ owner is www:data
/usr/bin/git/ owner is root
/var/www/site/ owner is www:data
Any ideas?
]]>I followed other threads and found out that 2.6.1 wasn’t working because of an issue with the DIVI theme.
This resolved my trouble:
https://www.ads-software.com/support/topic/broken-plugin-after-update-to-2-6-0/page/2/#post-9996677
Is this something that might get fixed permanently?
]]>It is not loading the files after the upgrade, it is pointing to an ajax.php file that does not exist see the attached image.
ERROR
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
/site/wp-content/plugins/aceide/src/Ajax.php
Link Preent Screen
Hi guys,
We’ve reverted back to version 2.5.5 as after updating to 2.6.1 or 2.6.0 PHP code is scrambled, chunks removed, etc.
Have you seen this happen elsewhere?
2.5.5 seems to work fine.
Thanks,
Oliver
]]>Hi,
I still have the blank screen. You have offered to help, but I did not receive any notification about your reply.
Can you please help me solve this, it is really annoying to keep rolling back, since the filters allowing to choose what plugin updates seem not to work at times.
]]>used this plugin many times in the past. Installed on a brand new WP installation, and the plugin isn’t displaying. No link in the menu. Impossible to find. Anyone else is experimenting this?
]]>Hello,
I’m getting a security warning from Vaultpress about the plugin ACEide.
Generic.Hidden.Code.2
This file contains suspicious hidden code, and should be checked for recent changes, or malicious code. Often hackers try to hide their hack attempts by obfuscating their attack code, to make it harder to detect. VaultPress has detected a string of suspicious characters in this file. Please check your backup history for recent changes to this file, or contact a Safekeeper if you are unsure.
DES.php
/wp-content/plugins/aceide/vendor/phpseclib/phpseclib/phpseclib/Crypt
Any ideas if this is just part of the code or something to be worried about
]]>Hi there,
I’m a long time fan of your plugin, but after I updated it to the latest version, many sites using it just reported it don’t work anymore. The code editor loads blank, in place of the system info it used to show. The file tree loads correctly, but fails to open, create, rename or delete the files/folders listed.
Any thoughts?
Best regards,
]]>