Code Machine
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Config File Editor] Plugin Dashboard not loadingHello,
OK, Good
You’re much welcome
I’m happy you got it worked!
Thanks
AHMeD- This reply was modified 9 years, 2 months ago by Code Machine.
Forum: Plugins
In reply to: [WP Config File Editor] Plugin Dashboard not loadingHello,
Seems to me like Browser Cache Issue.
Please try to clear Your Browser Cache — From Browser Settings — and Refresh the page by pressing Refresh button to force reloading the page and all its related resouorces
Please let me know if you still have issue
Note: You also might need to clear cache from any Cache Plugin you installed
Thanks
AHMeD- This reply was modified 9 years, 2 months ago by Code Machine.
Forum: Reviews
In reply to: [WP Config File Editor] Fantastic tool for Devs – Backup would be niceThank you!
Backup button for Backing up wp-config.php file?
Users might forget to do backup their self.
Backup is currently created automatically whenever wp-config.php file is being modified from either the Form or the Raw Editor.
Also Restore link is displayed in the Save Dialog and another one being send to Current Logged in user Email.
Did you read the Plugin specification?
Thanks!
AHMeDHello,
Unfortunately, the plugin cannot help you after you close the dialog. You now need to use either FTP / CPanel and fix it yourself.
Note: The Emergency Backup created by WPConfig file editor Plugin is automatically deleted when the SAVE dialog is closed by clicking on “Done” button so you also cannot use the emergency backup if that is the case.
Another note: Emergency backup file created by the Plugin is encrypted and you cannot use it directly to fix the Plugin so you need to fix the file yourself by either editing it or getting backup from your server backups.
Few are really always missing to leave the dialog opened so that I added another feature that send User/Admin Mail with the Restore link, I also stopped automatic backup deletion. This feature is available since version 1.6.4
Thanks
AHMeDForum: Plugins
In reply to: [WP Config File Editor] Save button not workingThank you for the error details, it would help me alot
I’m working on this
I will let you know when I get this done
Thanks,
AHMeDThank you!
I expected that !
Seems that your PHP configuration has E_STRICT Flag set so it complains for few incompatible code that i don’t get in my side.
Now, I’m simulate the same configuration you’ve to get the same errors in my PC
I will let you know once get it fixed
Regards,
AHMeDHello,
I just get this issue fixed, however I didn’t primie new release.
So please delete the Plugin and install it again from WordPress repository — not from a local copy you have
Let me know if you still have problem runing the Plugin
Thanks
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Strange files created after latest updateYes, sorry about this, its totally my fault
Version 8.3.1 has the fix
Forum: Plugins
In reply to: [WP Config File Editor] TranslationHello!
I believe you’re talking about localize the Plugin through WordPress languages packs
I’m currently working on this
I will leave note when done
This features will be included in version 1.6.2, I’m about to release
Thanks!!!
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Strange files created after latest updateHello!
Version 8.3 creating development files at production and version 8.3.1 fixed that bug, however those files need to be either deleted manually or by using the following steps:
1. Create new Code Block
2. Set Master Code file type to PHP (click on Master right to block name, Edit and select PHP from code file types)
3. Copy and past the code below inside the file into the code block created in #1$debugginFiles = glob(ABSPATH . DIRECTORY_SEPARATOR . "*.cjtqer"); if (empty($debugginFiles)) { echo "<script type='text/javascript'>alert('CJT Path Message: No Debug Files detected, please remove patch script')</script>"; } else { $deletedCount = 0; foreach ($debugginFiles as $debugFile) { unlink($debugFile); $deletedCount++; } echo "<script type='text/javascript'>alert('CJT Path Message: {$deletedCount} debugging files has been deleted')</script>"; }4. Associate block to any page
5. Save code block
6. Open the page the block is associated with
7. Message should be either saying the number of the files deleted or to note that there is no files to be deleted, in either case remove the code block as this script need to run only onceHope that helps
Thanks
AHMeDForum: Plugins
In reply to: [WP Config File Editor] Line 13 error on activationHello,
WCFE Plugin required PHP version >= 5.3
Thanks
AHMeDForum: Reviews
In reply to: [WP Config File Editor] Can’t save the fileI’m sorry you experienced issue using the Plugin
I will be happy help you getting around the issue
Could you please start a thread https://wordpress.org/support/plugin/wp-config-file-editor so we can discuss this issue there
Thanks!
Forum: Plugins
In reply to: [WP Config File Editor] All site links changeHello,
I need to know how exactly you get things broken
I understand that you installed WCFE plugin, you then was able to reach WPCE Dashboard page, right?
You then updated the config file and then the site broken?
Is this the case or you just got the site broken after installing the Plugin?
Thanks
AHMeDForum: Plugins
In reply to: [WP Config File Editor] TranslationDo you’ve any problem translating the Plugin?
If yes, please let me know what type of issue you’ve
My Plugin is coded using OOP Technology and therefore I don’t use WordPress functions in my code, instead I use it from one location and my code is delegating WordPress API in a centrazlied point. I don’t find any problem from using this as long as you use the bundled PO file or you might config POEditor to read the strings from my Plugin
Thanks
AHMeDForum: Plugins
In reply to: [WP Config File Editor] Save button does not workThanks for the information you provided
Seems like jQuery tabs is not linked
I believe this might be kind of Plugin conflict issues
Could you please provide me a list of the Plugins you are installed in your WordPress installation
You might provide it here or on author@wp-cfe.xptrdev.com
Thanks
AHMeD