www.nuneworld.net

May 13, 2010

Magento can’t log into admin after installation

Filed under: Software — admin @ 11:19 am

Some cookie issue, if you are running on a local host than you may experience this problem. So … locate app\code\core\Mage\Core\Model\Session\Abstract\Varien.php
open with ant editor, or notepad, and make comment like this:

// session cookie params
$cookieParams = array(

‘lifetime’ => $cookie->getLifetime(),

‘path’ => $cookie->getPath(),

// ‘domain’ => $cookie->getConfigDomain(),

//’secure’ => $cookie->isSecure(),

//’httponly’ => $cookie->getHttponly()

);

/*

if (!$cookieParams['httponly']) {

unset($cookieParams['httponly']);

if (!$cookieParams['secure']) {

unset($cookieParams['secure']);

if (!$cookieParams['domain']) {

unset($cookieParams['domain']);

}

}

}

 

if (isset($cookieParams['domain'])) {

$cookieParams['domain'] = $cookie->getDomain();

}

*/

May 4, 2010

Post from Microsoft on drupal…

Filed under: Software — admin @ 2:28 pm

 

Administer-> Site Building -> Modules -> Blog API

  • Activate the Blog API module

Administer-> Site configuration->Blog API

select enable external bloging clients…. And save configuratons…

Site COnfiguration-> Full HTml as default

Go to word 2007 select publish ->Blog new post

 

Set up your account:

blog provider ->other ->next

API MetaWebLog

Blog Post URL ->http://localhost/drupal/XMLRPC.php

username:your usser name

pass: your password

Testing Microsoft office for blogging on wordpress

Filed under: Software — admin @ 10:49 am

 

    

Filed under: Software — admin @ 10:39 am

Test from Microsoft Office…

May 3, 2010

Hello world!

Filed under: Uncategorized — admin @ 3:56 pm

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Powered by WordPress