Showing posts with label wordpress. Show all posts
Showing posts with label wordpress. Show all posts

Tuesday, September 21, 2010

Wordpress for BlackBerry version1.3-



Depending on your region or country, you might not see the latest version in the BlackBerry App World, but on your device you should now already see the latest version 1.3.



These features have been added in version 1.3:



    * Option to load more comments, not just the latest 100

    * Ability to load comments by status (all/spam/pendings)

    * You can now edit the comment details (Author Name/E-mail/URL)

    * Option to manually set the video-size when using VideoPress service

    * A much requested formatting toolbar that allows you to bold text for example

    * A new word count feature is shown on the post/page write screen

    * You can now submit bug reports and feedback from within the app

    * Multiple improvement to how Stats are handled

    * Improvements on the photo resizing options and a new jpeg encoder is now being used

 

For more information click on the link - Wordpress for BlackBerry version1.3







Use Postie plug-in for Post blog using black berry phone as email



To download Postie,click on the link - Download Posties Plugin


Tags:-wordpress,blackberry,wordpress help, wordpress 

Wordpress getting " Fatal error: Allowed memory size of xxxxxxxx bytes exhausted"

If deactivating plug-ins doesn't work try one of these methods for increasing the amount of memory a PHP script may consume



1. If you have access to your PHP.ini file, change the line in PHP.ini

If your line shows 32M try 64M:

memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)



2. If you don't have access to PHP.ini try adding this to an .htaccess file:

php_value memory_limit 64M



3. Try adding this line to your wp-config.php file:

Increasing memory allocated to PHP

define('WP_MEMORY_LIMIT', '64M');



4. Talk to your host.


Tags:-wordpress trick and tips, linux cPanel,cPanel server help,Linux admin ,Wordpress errors,Wordpress Issues and Fix

How to upgrade Wordpress Manually



                                               
                                                      

Step 1. Go to the " Download latest version of wordpress"  page in google


Step 2. Copy the link address



Step 3. Wget link [ From the server and also in the folder where wordpress installed ]



step 4. unzip Download file



step 5. remove or rename wp-admin and wp-includes [currently installed ]



Step 6. GO to download folder and remove wp-content [from the file,above we download ]



step 7. copy the files in the download download folder to the wordpress installation folder

         { # cp -pr * ../- command used to copy to the parent dir }



Steo 8 change ownership of files and folders



step 9 go to www.domainname.com/wp-admin/upgrade.php

       {for upgrading database }



[ Refer to the url for more information - http://codex.wordpress.org/Updating_WordPress ]




Tags:-Linux server Admin Help,cPanel,wordpress,wordpress manual installation 

Tuesday, July 6, 2010

Wordpress Issues[Not able to login to wordpress]


Please check the .htaccess file in the public_html folder,where the word press has installed and check the below lines are missing . If it missing please create a .htaccess file and enter

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-
RewriteRule . /index.php [L]

# END WordPress


Tags:-wordpress,wordpress issues,linux,cPanel,wordpress error,Linux cpanel admin,WHM,webhosting troubles,.htaccess