momomojo54
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What eats up my memory? Fatal error: Allowed memory sizeI upgraded my memory with a bigger package
Forum: Fixing WordPress
In reply to: What eats up my memory? Fatal error: Allowed memory sizeI just ran a test to see how much memory my Basic wordpress installation takes up. It takes up about 42mb of memory, just for WP (4.0). Is that normal? It seems excessive.
Thank you so much for the quick support. I got it to work now. Danke!
Have a great day!
Forum: Fixing WordPress
In reply to: Forbidden 403 – You don´t have permission to access /I think I got it now resolved. Indeed the permissions were wrong on many levels. Right now i´m changing them and it seems to do the trick. Thanks Krishna for all your help! Your amazing!
Forum: Fixing WordPress
In reply to: Forbidden 403 – You don´t have permission to access /I think this is the route to go by now. Thanks Krishna. So I basically delete everything BUT wp-content and do a reinstall? I got a backup of everything.
Forum: Fixing WordPress
In reply to: Forbidden 403 – You don´t have permission to access /I got hacked, then my provider set the permissions of my html to 700. I deleted everything but my html/blog folder off my webspace and changed the permissions back to 750. Anyways now I can´t access the site anymore.
Forum: Fixing WordPress
In reply to: Forbidden 403 – You don´t have permission to access /I just contacted my web-hoster. They told me my permissions were not right. Some files weren´t set to 644 but to 750. So I changed that but still the same issue.
Forum: Fixing WordPress
In reply to: Forbidden 403 – You don´t have permission to access /WordPress is installed in html/blog. The above file lies in “blog”
Forum: Fixing WordPress
In reply to: Forbidden 403 – You don´t have permission to access /There are currently two index php files. One lies inside the “blog file”, the other lies one level above in the “html file”.
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./html/blog/wp-blog-header.php'); ?>Forum: Fixing WordPress
In reply to: Forbidden 403 – You don´t have permission to access /Thanks for chiming in, Krishna.
Just to clarify, am I correct, assuming I have to add the index.php file to the same file level where the html/blog/wp-content folder lies?
Forum: Fixing WordPress
In reply to: Forbidden 403 – You don´t have permission to access /Thanks for the prompt reply!
The file structure is as following:
In my root folder is a folder called html. Inside that folder is a folder called blog (contains my blog). If I try to add “index.php” to the same folder level where the html folder is I get the error message “index.php: no permissions”. I was able to upload the index.php to the “html” folder, but that didn´t solve the problem.
Any other ideas?Forum: Plugins
In reply to: [Resize images before upload] Does not work…for some reason.Cool, thanks!
I am using WordPress 3.5 (latest version) and version 1.1 of your plugin.
I use Chrome as a Browser.
The only way your plugin takes effect is via drag and drop.
When uploading in any other way the picture is still fully sized.Please let me know, if you want me to test something.
Forum: Plugins
In reply to: [Resize images before upload] Does not work…for some reason.It took me a while to find out, it only works with “drag and drop”.