28 July 2010

Wp Ecommerce: Sorry your transaction was not accepted

Setelah saya upgrade wp ke versi 3.0 dan wp ecommerce versi 3.7.7 pada saat menggunakan shopping cart muncul:

"Sorry your transaction was not accepted.
Click here to go back to checkout page."


Setelah googling dapet artikel berikut:

I have recently installed WPEC while it was in version 3.7.5.3. Before I had the shop ready and tested I upgraded to version 3.7.6 and later to 3.7.6.1.
The problem is when the payment is completed and the user is sent back to the shop (transaction results) it displays:
"Sorry your transaction was not accepted.
Click here to go back to checkout page."
But the order still goes through and is shown in the admin area and mails are sent as they should be. The cart is cleared.
I have tried experimenting with different payment methods, but it happens both for manual payment and a custom merchant.
I have also played around with enabling/disabling shipping, checkout fields ect.
I also tried to disable, delete the plugin and delete all wpec database tables and then reinstall og start over. That didn't help either.
Please help me as I am getting quite frustrated with this...

Solusinya:


After hours of frustration I was finally able to locate the problem!
It was caused by the plugin called "Permalink Redirect", which is supposed to 'redirect all the crap away from the end of the URL'.
This is why this problem only happend to a few people.
So don't use this plugin along with WP E-commerce.

Kemudian saya update Permalink WP dan Setting WP Ecommerce, akhirnya bisa.


Alhamdulillah
Selengkapnya...

27 July 2010

ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value wordpress

Install wp 3.0 di halaman admin muncul:

ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value ...............

Solusinya: 
1.Utk mengatasi hal ini anda bisa coba rubah line 96 sesuai error yang dimaksud
dari
1
@ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', '256M' ) );
menjadi
1
@ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', '32M' ) );
Atau
2. me-nonaktifkan fitur suhosin melalui spanel di menu *kelola subdomain* > *setting* > *aktifkan suhosin* > *anda set menjadi tidak*

Saya mengambil pilihan yang 1, dan masalah pun selesai.
Selengkapnya...

26 July 2010

Remove Windows Genuine Licence

Ingin Menghilangkan tampilan seperti di bawah ini, pada saat menyalakan komputer?

Berikut langkah-langkahnya:
1. Open System32 by either of the following methods:


  • Click "Start" -> "Run", then type "system32". Click "Okay".
  • Find system32 manually by clicking "Start" > "My Computer" > "(C:)" (or whatever your drive letter is) > "WINDOWS" > "system32".
2. In "system32", go to "Tools" > "Folder options", click on the tab, "View", and uncheck "Hide extensions for known file types" if it is not already.
3. Check to make sure the window that comes up has a full screen of various files. The files are in alphabetical order, which makes it easier to locate the specific file.
4. Find "WgaLogon.dll" and rename it "WgaLogon.dll.bak".
5. Create an empty copy of WgaLogon.dll:



  • Right click on a blank space in system32 and select "New" > "Text Document".
  • Leave the text document empty and label it "WgaLogon.dll". Press Enter (on your keyboard).

  • You may get a warning from the above step that says, "If you change a file name extension, the file may become unusable. Are you sure you want to change it?". Click "Yes" on this warning.
6. Be ready to complete the next two steps very quickly! Find "WgaTray.exe" in "system32" and delete it. You will then have 5 seconds to find "WgaTray.exe" in the Task Manager (the next step). NOTE: If you remove the files mentioned above while you are in "Safe Mode," step #8 is unnecessary.
7. Immediately open Task Manager. You can do this by pressing the Ctrl, Shift, and Esc keys simultaneously, pressing the Ctrl, Alt, and Delete keys simultaneously, or right clicking the Taskbar and selecting "Task Manager". Click on the process tab and click end process when "WgaTray.exe" is selected. Note: If you take longer, do not panic! All that will happen is that "WgaTray.exe" will keep reappearing in the processes list (i.e. you won't be able to delete it as required). To remove the notifications after this, return to system32. You will find two files:"WgaLogon.dll.bak" (the one you renamed) and an Application Extension (0KB) called "WgaLogon.dll". Delete the Application Extension, rename "WgaLogon.dll.bak" to "WgaLogon.dll" and repeat the steps from the fifth one onwards (at a greater speed!!).
8. Restart your computer once you have finished. All the notification messages should be gone.

Selamat Mencoba

referensi: http://www.wikihow.com/Remove-Windows-Genuine-Advantage-Notifications 



Selengkapnya...

22 July 2010

Memperbaiki Judul Halaman SEO Untuk Blogger Beta

Untuk merespon sejumlah pertanyaan dari rekan-rekan blogger yang tidak bisa men-save judul halaman SEO untuk blogger beta/layout, di Mengedit judul halaman blogger agar SEO friendly. Maka pada posting ini saya menuliskan solusinya atau perbaikannya, agar anda bisa mensave dan mempunyai judul halaman SEO friendly.

Sebenarnya saya ingin memposting ini hari senin namun karena blog ini error selama beberapa hari, maka baru kali ini kesempatan ini terwujud. Ok langsung saja.
Dan untuk bloger beta layout:
1. Dashboard.
2. Layout.
3. Edit html
4. Klik widget expand template.
Kemudian temukan ini Dan <data:blog.pageTitle/>
Dan taruhlah kode berikut diatas :






<b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> ~ <data:blog.title/>











<data:blog.pageTitle/>


Fokuskan perhatian anda pada bagian yang saya bold dan garis miringkan, yaitu:

Setelah kemarin saya coba membetulkan, ternyata masalahnya hanya sepele yaitu adanya widget BLOG2 lebih dari satu, seperti ini pesannya:
“More than one widget was found with id: Blog2. Widget IDs should be unique.”
Yang perlu anda lakukan ganti BLOG 2, dengan apapun asal tidak sama dengan widget lainnya di template anda, misalnya dengan blog 3, blog 4…dstnya. Untuk mengecek apakah ada kesamaan maka gunakan ctrl+f dan masukan blog nomornya. Setelah tidak ada kesamaan widget pada nomor Blog, maka save.
Contohnya silahkan lihat di: Fix SEO Title Problem.
Semoga Bermanfaat.
Update: ada cara lain untuk membuat SEO judul untuk blogspot, yakni :
Ok, Triknya gampang bgt:
1. Masuk ke Layout > Edit HTML
2. Cari (gampangnya pake CTRL+F) tag <data:blog.pageTitle/>
3. Ganti tag tadi dengan:

<data:blog.title/>

<data:blog.pageName/> – <data:blog.title/>
cara ini berasal dari http://blogger-holic.blogspot.com/
Selengkapnya...

13 July 2010

Tutorial Cara Setting Blogspot dengan Domain Sendiri

Saat ini dengan hanya membeli domain murah di jagoan hosting indonesia anda dapat mengubah alamat Blogspot anda dengan nama domain anda sendiri, untuk tata caranya silahkan mengikuti cara-cara di bawah ini :

Di dalam domain manager
  • Silahkan anda login ke domain manager domain anda, di jagoandomain.com , klik My Account
  • Masuk kedalam menu Domain >> List Last 10
  • Klik Domain Name – Click To Manage >>
  • Klik DNS
  • Aktifkan DNS anda dengan mengklik Actived
  • Klik auto update, agar name server anda mengarah ke service tersebut sehingga service tersebut benar-benar aktif
  • Klik manage (sebelumnya pastikan tidak ada setting lainnya di dalam A record, Ns record yang mengacu ke ip atau hosting lain).
  • Tambahkan setting cname
  1. Masuk menu CNAME record
  2. Klik add cname record
  3. Hostname: isi dengan WWW
  4. Value (pilih kolom kedua): ghs.google.com
  5. Klik add record
Di dalam Blogspot
  • Login ke control panel Blogspot anda
  • Masuk ke menu setting >> Publishing
  • Pilih “Switch to: • Custom Domain
  • Klik “Already own a domain? Switch to advanced settings*
  • Isi kolom “Your Domain” dengan nama domain anda
  • Verifikasi
  • Save setting
isi-domain
Silahkan akses domain anda, jika tidak ada masa resolve blogspot anda akan langsung bisa diakses :)
silahkan mencoba

Diambil dari: http://www.jagoanhosting.com/blog/2009/10/tutorial-cara-setting-blogspot-dengan-domain-sendiri/

Selengkapnya...

Pencarian Detail

Peluang Usaha

Produk Muslim Online

Mukena Solo

Grosir Gamis Muslimah

Indonesia Now

Peluang Bisnis

 


TDW University Free Website Hosting