Thursday, April 28, 2011

Joomla Links index.php

Q: Why Joomla link always go to error index.php folder?

A: Step­By­Step­Introduction

1. Log in as an administrator using the Joomla! Back­end.
2. Click on the “Global Configuration” icon.
3. Locate the right panel called “SEO Settings.”
4. Activate the options desired in the following order.

Friday, April 22, 2011

SpinnerChief Error

Q: SpinnerChief the application failed to initialize properly (0xc0000135). Click on OK to terminate the application

A:

Sunday, March 6, 2011

APLIKASI OTRS

OTRS is an open source software system for managing a wide range of business processes, from Help Desk to Support Center to IT Service Management. Based on a set of functions built on a "trouble ticket," OTRS is built to allow support, sales, pre-sales, billing, internal IT, support desk and many other departments to react quickly and responsibly to inbound inquires. Do you receive many e-mails and want to answer them with a team of agents? You're going to love OTRS!

http://otrs.org/

Wednesday, January 26, 2011

Install Software

Office 2000
VPN Client
SAP GUI
Confiker
Setup Mcafee update
Setup Windows update
7zip
acrobat reader 8
MW Snap
SP Winn XP
Setup Printer
Setup Oulook
Copy data
fortmat d:

Tuesday, January 25, 2011

Create User

CREATE USER 'ps_dev'@'localhost' IDENTIFIED BY 'ps3dev';
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
ON ps_sales_dev.*
TO 'ps_dev'@'localhost';

Monday, January 24, 2011

Toolbar Enable

Sub reset()

Application.CommandBars("Cell").Reset

Application.CommandBars("Cell").enabled = true

End Sub

Wednesday, January 19, 2011

Create password phpmyadmin

1. change the file config.inc.php (c:\xampp\phpmyadmin\

from
$cfg['Servers'][$i]['auth_type'] = 'config';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';

2. change password phpmyadmin from menu phpmyadmin
3. replace new password in config.php in c:\xampp\htdocs