Peter
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Connection error during new theme installationIt means you haven’t uploaded all of the files.
If your ftp is timing out as well you really need to contact your host and have them sort it out.
Forum: Fixing WordPress
In reply to: Slow Loading WP Page+ You can combine & minify your JavaScript and CSS files, for example.
Forum: Fixing WordPress
In reply to: Width of admin text editor boxclick on the tab top right of post editor help or options or something it’s called.
Then choose 2 columns or more.
Forum: Fixing WordPress
In reply to: Tried to Move WordPress, Site BrokenYou seem to be calling the theme from /test/assets/ is that right?
Or should it be /wp-content/THEMENAME/ ??
If you’ve corrupted all the entries in your database you’ll want to run some SEARCH and replace SQL .
Forum: Fixing WordPress
In reply to: Troubleshooting pictures in blog post emailsHow are you sending out the e.mails ?
If youre using a plugin and it doesn’t support that you will have to add some code to include images from hte post content.
Forum: Fixing WordPress
In reply to: How do I add html code in functions.phpYou can’t add html directly to a PHP file.
You will need to do some more research on how to implement what you want I can’t see that snippet of html doing jack
Forum: Fixing WordPress
In reply to: Unable to access login page.htaccess could be written to 404 the admin and wp-login.php .
Site could be cached can you see /wp-admin/ in the root public html directory?
Forum: Fixing WordPress
In reply to: Files no longer visible unter /wp-adminGood news!
The first part “PHP warning” is just that php parser is telling you that ‘register_globals’ is deprectaed and will be removed from future releases of PHP as it is a warning you needent worry about it too much it’s like the check engine light on the car.
I would recommend in production turning warnings off ask your host!
The deprecated function see hear:
http://php.net/manual/en/security.globals.phpThe second part “PHP Parse error” that was the bit causing all your problems the file must have been corrupted when you intially uploaded it..
Obviously this is all conjecture regarding the error as via the forum we can only see what you tell us about.
It’s like asking your mechanic over the phone theirs a loud clicking noise..Pleased you got sorted
Forum: Fixing WordPress
In reply to: Internal Server Errordeleting the .htaccess file won’t stop the site working altogeteher. Where are the wordpress files located?
Forum: Themes and Templates
In reply to: Connection error during new theme installationFTP info would be from your host / web guy …
Usually when you go to install a theme it asks you to input your ftp info..
So it would be that info you need and a ftp program such as cyberduck
Forum: Fixing WordPress
In reply to: Internal Server Errordelete :
.htaccessdelete:
.htaccess.oldtry again
Forum: Themes and Templates
In reply to: Connection error during new theme installationSounds like you’re connection is being reset due to PHP Script time out or similar.
You will have to uncompress your theme and upload it via FTP to /wp-content/themes/
If it’s going on the same domain:
1) Download your database from php Myadmin .
2) Download your entire public_html directory via ftp.
3) Reverse the process to your new host.
Their will be some tutorials for you via: google!
Forum: Fixing WordPress
In reply to: Moving image files to a new sub-directory1) You will have to run some SQL commands on your database..
Don’t attempt that unless your capable, and I personally don’t have the time to write them in for you see: google!!2) You can do this in Settings > Media in wp-admin :
/wp-admin/options-media.phpForum: Fixing WordPress
In reply to: Collecting Data from FormThe simplest plugin that does exactly what you’re asking for is:
http://wordpress.org/extend/plugins/wp-email-capture/