barteled
Forum Replies Created
-
Forum: Plugins
In reply to: [Sandbox] Broken wordpress sandboxThanks for the suggestion. I’ve added a section to the FAQ.
If you enjoy the plugin, a positive rating would be appreciated. 🙂
Forum: Plugins
In reply to: [Sandbox] Broken wordpress sandboxIf you can get into the admin interface, there should be a banner at the top that has a link to deactivate the sandbox. Should say “Currently in test sandbox. To deactivate sandbox, click here.” If you cannot get into the admin interface, there is a cookie in the browser called “sandbox”. You need to delete this.
Forum: Plugins
In reply to: [Sandbox] array_sliceJudging from your prefix, your sandbox should be fine. Have you tried activating your sandbox? Does it work?
Forum: Plugins
In reply to: [Instruct] user end potentialI’ve responded to this in my comment section of my site here. I may consider adding this feature if there is enough interest. Post with a vote if you have a need for this.
Forum: Plugins
In reply to: [Instruct] Plugin could not be activated because it triggered a fatal error.This has been resolved in the most recent version of the plugin.
Forum: Plugins
In reply to: [Instruct] Problem with hyperlinksMarking as resolved
Forum: Plugins
In reply to: [Instruct] Problem with hyperlinksApologies for being delayed on response. Thanks for the update. I have provided this in the most recent version of the plugin.
Forum: Plugins
In reply to: [Sandbox] You do not have sufficient permissions to access this admin page.Sorry for continued questions without an answer but I’m trying to recreate the issue. Could you provide the contents of you .htaccess file? What version of WordPress are you using? Have you tried the newest version of the plugin (0.2)?
Forum: Plugins
In reply to: [Sandbox] array_slicewow… that is a lot of plugins.
Could you provide the $table_prefix line from the wp-config.php file?
Ex. $table_prefix = ‘wp_’;This is not necessarily a error as much as a warning. The sandbox was still completed. Basically when it copies tables over to the sandbox it only copies ones with the table prefix used by wordpress. It changes the prefix in the process from the existing prefix (ex. wp_user) to a sandbox prefix (wp_test_user) to avoid messing with the live tables. In a perfect world plugins should create tables that use the wordpress prefix and if they don’t there is nothing I can safely do to move those tables over to a sandboxed version. I throw a warning so that the admin knows changes in the sandbox could potentially impact the live site. I hope my ramblings make sense.
The only troubling thing is wp_* tables are wordpress tables and should be converted unless they are from a different/older wordpress install. This is why I want to verify with the table_prefix I requested above.
Forum: Plugins
In reply to: [Sandbox] You do not have sufficient permissions to access this admin page.What is the role of the user you are logging in as?
Forum: Plugins
In reply to: [Sandbox] array_sliceThis warning is resolved in version 0.2. Let me know if you are still experiencing issues. Thanks.
Forum: Plugins
In reply to: [Sandbox] Not playing well for installs in folder0.2 is available and handles wordpress installs in subdirectories. Let me know if you have any other issues. Thanks!
Forum: Plugins
In reply to: [Sandbox] Missing argumentThis warning is addressed in 0.2. Feel free to let me know if you have any further issues through the support forum.
Forum: Plugins
In reply to: [Sandbox] Not playing well for installs in folderOk thanks for bringing this to my attention. This is the first iteration of the plugin and something I didn’t take into consideration. I will resolve it shortly.
Forum: Plugins
In reply to: [Sandbox] array_sliceOk thanks for bringing this to my attention. I will try to recreate it in my testbed and resolve it shortly.