Monday, March 1, 2010

SQL Server error

Connections to SQL Server Files (*.mdf) require SQL Server Express 2005 to function properly. Please verify the installation of the component or download from the URl: http:go.microsoft.com/fwlink/?linkID=49251.

1. Open the “Add or Remove Programs” from the control panel.

2. Select “Microsoft SQL Server 2005” or “…ServerExperss 2005” and click on the Change button

3. On the “Microsoft SQL Server 2005 Maintenance” window you will see the

SQL Server 2005 instances:

: Database Engine

4. Copy the of your database engine.

5. Cancel and get out of the “Microsoft SQL Server 2005” or “…ServerExperss 2005”

6. Close the “Add or Remove Programs” window.

Open Microsoft Visual Studio

1. Select Tools-Options-Database Tools-Data Connections

2. Enter the copied earlier into the “SQL Server Instance Name” field.

3. Click OK


OR I actually download the sql server 2005 sp3 from the website provided and install it, then ok.

After that, error still occurs:
Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance

Delete C:\Documents and Settings\USERNAME\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS.



Saturday, September 19, 2009

"3" Australia Carrier Operator Settings

To get mobile internet
Go to settings -> Connections -> Connections
Add a new modem connection
Name the connection Three (or anything else)
Use Cellular Line (GPRS, 3G) as your modem
Access point name is "3services"
NO USERNAMES OR PASSWORDS JUST CLICK FINISH

Pocket PC:
# Connect Using : 3Services
# Internet mode: HTTP
# Use proxy: No
# Proxy address: Blank
# Port number: 8080(Default)
# Username: Blank
# Password: Blank


On Multimedia message> Multi msg centre> 3 MMS>View i've got
This is all the important info there
Title: 3 MMS
MMSC URL: mmsc.three.net.au:10021/mmsc
MMS Proxy: mmscprox.three.net.au:10021

Monday, July 27, 2009

control userpasswords2

run -> control userpasswords2 to set users in xp

Sunday, July 12, 2009

Joomla 中文search 既時有句野係上面

Warning: sprintf() [function.sprintf]: Too few arguments in xxx/libraries/joomla/methods.php on line 138


replace as follow, add @ after return

function sprintf($string)
{
$lang =& JFactory::getLanguage();
$args = func_get_args();
if (count($args) > 0) {
$args[0] = $lang->_($args[0]);
return @call_user_func_array('sprintf', $args);
}
return '';
}

Wednesday, June 24, 2009

optus manually internet setting

FROM http://debii.curtin.edu.au/~pedram/ppc/3-ppc/65-optus-internet-and-mms-settings-for-any-pdas.html

I liked to have Internet and MMS on my PDA/PPC (Gigabyte G-Smart 64) but it was not listed on Optus website and I called customer service to get support they said that "Unforetunetly we can not support your phone in our network!!!".

So I treid my best to set in manually and today I finally got it worked! I shared the information regarding to how to setup and configure MMS and Internet on any pdas with optus service. Hope guys in technical department of Optus see my page ;)

For Internet:
1. Tap on the Start button.
2. Tap on Settings.
3. Tap on Connections.
4. Tap on the Connections Icon.
5. Tap on Add a new modem connection under My Work Network.
6. Enter Optus WEB in the Enter a name for the connection field.
7. Select Cellular Line (GPRS) in the drop down list of Select a modem.
8. Tap Next.
9. Enter internet in the Access point name field.
10. Tap Next.
11. Enter in the User name field or otherwise leave it blank.
12. Enter in the Password field or otherwise leave it blank.
13. Tap Advanced.
14. Select Use server-assigned IP address.
15. Tap OK.
16. Tap Finish.

for some pdas it is compulsary to set proxy for internet connetion if so in step 9 instead of "internet" put "wap.optus.net.au" and for proxy setting put "202.139.83.152" and port "8070".

For MMS:
1. Tap on the Start button.
2. Tap on Settings.
3. Tap on Connections.
4. Tap on the Connections icon.
5. Under My ISP, tap on Add a new modem connection.
6. Enter Optus MMS in the Enter a name for the connection field.
7. Select Cellular Line (GPRS, 3G) in the drop down list of Select a modem.
8. Tap on Next.
9. Enter mms in the Access point name field. Tap on Next.
10. Enter in the User name field.
11. Enter in the Password field.
12. Tap Advanced.
13. Select Use server-assigned IP address. Tap OK.
14. Tap Finish.
15. Tap OK.
16. Tap on Settings.
17. Tap on Messaging.
18. Tap on Menu which is located at the bottom right corner.
19. Tap on MMS Configuration.
20. Under Servers, tap on New.
21. Enter Optus MMS in the Server name field.
22. Enter 61.88.190.10 in the Gateway field.
23. Enter 9201 or Permanent, non-secure in the Port number field.
24. Enter http://mmsc.optus.com.au:8002 in the Server Address field.
25. Select My ISP in the Connect via drop down selection.
26. Select WAP 2.0 in the WAP Version drop down selection.
27. Tap on OK.
28. Tap on Set As Default.
29. Tap OK.
if setting above doesnt work change the port address on step 23 to "8070" then try again.

Cheers,
Pedi

Saturday, May 30, 2009

Joomla suddenly edit or link to wrong article and create article having finish publishing date

Joomla suddenly edit or link to wrong article and create article having finish publishing date.

damn, at that time , suddenly all articles in article manager are all wrongly linking when u click the title to edit as i can see the wrong id. and also, when u add new articles, the finish publishing is not never, so it will not post by default..., so strange, and can't find solution,

finally, i reinstall the whole joomla , everything need to type again.....damn...it still doesn't solve it, i thought my component was crashed, then reinstall again, still no luck. try IE and ie tab, got javascript error when perform same action, so i realize that may be the browser problem.

so solution is simply restart the firefox or ie or browser. =.=

Joomla open_basedir

Joomla, if host joomla in own or synology server, you got error (open_basedir) when you try to install components.

solution1: set up the FTP of joomla, by global or by manually in configuration.php (this work at that time)
solution2: remove some lines of the folder.php in /administrator/libraries/joomla/filesystem.
forgot which lines.....