acy
Forum Replies Created
-
Hey mikko! I just updated to the latest version (problem still occurs) and that is the result after adding var_dump() as mentioned – only var_dump($matches) returned something… The rest was empty.
If you have the PHP skills, figuring out where the search process fails would be most helpful. I can help you with that, if you know PHP enough.
Thanks msaari! I think a have basic php skills… I’ll do my best. ??
I’m looking exactly for the same feature!
I did it with Javascript… Thanks!
Forum: Plugins
In reply to: wp-table-reloaded: Feature request: easy add/edit on pageI’m also looking exactly for such a feature… Any news?
I’m using the wp-table-realoaded plugin as a link database in a restricted area, so it would be cool to simply add a row without going into the backend.
Any tips how to create such a hack?
Really great plugin so far!
Cheers,
GrischaForum: Plugins
In reply to: [Plugin: Register Plus] Error Message on Dashboard Panel DisplayYeah. Fixed it for me too! thx
Forum: Fixing WordPress
In reply to: Getting a 301 redirection in the backendOkay. This helped me. The plugin “Robots Meta” caused the strange behavior. It has an option “Disable the author archives” which disables also the possibility to sort the posts by author in the backend.
cheers, thx for help!
Forum: Fixing WordPress
In reply to: Getting a 301 redirection in the backendNo there is no .htaccess file, but in the main directory is one with the following content:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Seems to be okay for me and not causing the problem…
cheers, acy
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] Shadowbox-js Will Install Failed – Why?Could you install other plugins before or is this the first plugin you are trying to install?
You can upload the plugin manually to /wp-content/plugins/ and then activate it through your admin backend.“Could not create directory.” I had the same problem and did this: Could not create directory – Plugin Install Failed
Forum: Installing WordPress
In reply to: Can’t add themes, or install update 2.8 to 2.8.1-beta!I think chmod 777 is not a good idea… This solution worked for me: https://stuff24.de/blog/wordpress-could-not-create-directory-theme-install-failed/
Forum: Installing WordPress
In reply to: installing themes through the blog admin doesn’t workForum: Fixing WordPress
In reply to: Can’t Install/Upgrade Plugins Through WordPressI also had problems during the installation of plugins and tried your solutions, but did not succeed and I think changing the chmod is not a good solutions.
I found two other solutions: https://stuff24.de/blog/wordpress-could-not-create-directory-plugin-install-failed/Forum: Fixing WordPress
In reply to: Could not create directoryI also had problems during the installation of plugins and tried your solutions, but did not succeed and I think changing the chmod is not a good solutions.
I found two other solutions: https://stuff24.de/blog/wordpress-could-not-create-directory-plugin-install-failed/