gazzanewpy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can I add a photo to a profile?And one last thing. When I download the plugin the PHP is corrupt so I need to go into Dreamweaver and reformat correctly (primarily the carriage returns are all corrupted). I have downloaded three times now and same thing. Maybe more is corrupt and that is my problem. The corruption is obviously in the images2post.php file!
Forum: Fixing WordPress
In reply to: Can I add a photo to a profile?Could this be down to rights not being set correctly?
If I remove the plugin the system works but when I reinstall it the same faults occur.
Forum: Fixing WordPress
In reply to: Can I add a photo to a profile?Okay, I have recognised one error in that I dd not have a media folder within the wp-admin/images folder. However, when I try to log in I get the login boxes but the header section displays the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home/gazzanew/public_html/wordpress/wp-content/plugins/image2post/image2post.php:1) in /home/gazzanew/public_html/wordpress/wp-login.php on line 9
then when I log in I get the following errors and nothing else:
Warning: Cannot modify header information – headers already sent by (output started at /home/gazzanew/public_html/wordpress/wp-content/plugins/image2post/image2post.php:1) in /home/gazzanew/public_html/wordpress/wp-login.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /home/gazzanew/public_html/wordpress/wp-content/plugins/image2post/image2post.php:1) in /home/gazzanew/public_html/wordpress/wp-includes/pluggable-functions.php on line 274
Warning: Cannot modify header information – headers already sent by (output started at /home/gazzanew/public_html/wordpress/wp-content/plugins/image2post/image2post.php:1) in /home/gazzanew/public_html/wordpress/wp-includes/pluggable-functions.php on line 275
Warning: Cannot modify header information – headers already sent by (output started at /home/gazzanew/public_html/wordpress/wp-content/plugins/image2post/image2post.php:1) in /home/gazzanew/public_html/wordpress/wp-includes/pluggable-functions.php on line 247
Any ideas?
Forum: Fixing WordPress
In reply to: Can I add a photo to a profile?Yeah, that’s the one I used. Going to try it again!
Forum: Fixing WordPress
In reply to: Can I add a photo to a profile?I believe it uses the images folder within WP-Admin?
This message now appears if I try to log in to my WordPress admin so the problem is extensive. I am going to remove the plug-in but would love to know why it doesn’t work.
Forum: Fixing WordPress
In reply to: Can I add a photo to a profile?Thanks red-star for saving me again. Only issue is that when I run this plug-in to edit an existing post I get the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home/gazzanew/public_html/wordpress/wp-content/plugins/image2post/image2post.php:1) in /home/gazzanew/public_html/wordpress/wp-admin/post.php on line 122
Any ideas? Or, more importantly, any solutions?
Forum: Fixing WordPress
In reply to: Sidebar div settingsI run firefox but didn’t know about this tool. I have got to try that out. Thanks!
Forum: Fixing WordPress
In reply to: Sidebar div settingsFF and the Dev Toolbar?
And yeah, simpler would be better but I don’t like easy lives!
Forum: Fixing WordPress
In reply to: Sidebar div settingsNo, in fact I set the margin to 500 and the width to 200 (making it run up to the 700 required. I then set the content 0 with wdith 500. Yet nothing
Forum: Fixing WordPress
In reply to: Sidebar div settingsyour right! I’ll go try.By the way, the CSS is called style.css
Forum: Fixing WordPress
In reply to: Sidebar div settingsokay, here’s the link (though remember this is a work in progress and the site is actually hidden behind another one)
Forum: Fixing WordPress
In reply to: Sidebar div settingsOh, I’ve done most of it and made the whole PHP look similar to my main site but I liked the idea of including it in an iFrame so it was identical. I’ve butchered most of the CSS and the header.PHP, footer.PHP and some of the index.PHP has changed but this part stumps me. I thought DIVs were floating boxes
Forum: Everything else WordPress
In reply to: Using WordPress PHP in iFrameGot it working by using the full URL. Thanks
Forum: Everything else WordPress
In reply to: Using WordPress PHP in iFrameOkay, yes I moved the files to the worpress root (rather than in the themes section where they were). I still get the white rectangle but I get this text now:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>why?
Forum: Everything else WordPress
In reply to: Using WordPress PHP in iFrameNope, closed the tags:
<iframe src=”index.php” scrolling=”auto” width=”700″ height=”300″ frameborder=”0″>
I am sorry but either your browser does not support inline frames or you have this option disabled.
</iframe>But all I get is a big white rectangle in the middle of my page (where the iFrame is) and a notice telling me I am looking for something that is not there.