PHPanos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog disappeared on image uploadI suppose your blog content is in the index.php file. Could you try echo out some dummy text just below the get_header function?
Forum: Fixing WordPress
In reply to: I need some serious help with error msgI am talking about the website folder structure. Not the admin. The .htaccess file is within the root folder where the “wp-content” file is located. You need to connect to your webhost through a FTP client and go to the root folder.
Forum: Fixing WordPress
In reply to: I need some serious help with error msgThe root is where your wp-config is located, in the first directory of your wordpress website.
Mywebsite/wp-content/themes/myTheme
Mywebsite is the root.
Forum: Fixing WordPress
In reply to: Blog disappeared on image uploadIs your blog blank? Can you try put the WP debug mode on in the wp-config file?
Forum: Fixing WordPress
In reply to: How to make only one category show on a new pageYou’re welcome ?? Mark this post as “Resolved” on the right side ??
Forum: Fixing WordPress
In reply to: I need some serious help with error msgThere could be something wrong with the .htaccess since it cannot recognize any of the links. Can you try rename the .htaccess which is located in the root to something like _.htaccess just to see if the site acts differently?
Forum: Fixing WordPress
In reply to: I need some serious help with error msgCan you link to your website?
Forum: Fixing WordPress
In reply to: Blog disappeared on image uploadDo you have access to the php error log? Check for errors there.
Forum: Fixing WordPress
In reply to: How to make only one category show on a new pagePut this before the main loop?
query_posts('cat=143');
Forum: Fixing WordPress
In reply to: I need some serious help with error msgCould it be a cache problem? Or .htaccess?
The second error is due to the uploads folder not having the right permissions. Set read & write permissions to that folder recursively. I have never done it on windows, but I think this can help you:
https://koderguru.com/tutorials/phptutorials/permissiondenyiis.php
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_FOR :-plzzzzzzz helpare you missing a semi-colon somewhere? Are you sure the error comes from that line?
Forum: Plugins
In reply to: [WP Super Cache] Turn off WP Super Cache for one blog in network@mikko: Can you see wp-super-cache listed in the settings menu? If not, check if it’s activated in the plugin section for that specific site. If it’s not listed in the plugins list, did you enable it with your network admin?