Posts Tagged ‘upgrade blog’
Bagaimana Upgrade Blog Ke Versi Terkini? Siri 4
Isu #2 – Page Tidak Muncul
Nampaknya walaupun blog saya sudah boleh di access, semua pages saya masih lagi menunjukkan error 404 – page not found.
Apabila saya google masalah ini, didapati memang WordPress version 2.5 menghadapi masalah pages ini. Bukan saya seorang yang menghadapi masalah ini, tetapi hampir 100,000 ++ lagi pengguna wordpress 2.5 turut menghadapi masalah ini..
Lega sedikit hati saya.. Ada juga yang mengatakan bahawa solution untuk masalah ini telah dicari, dan akan diberitahu melalui WordPress 2.5.1 . Tetapi pada masa saya menghadapi masalah ini, tidak diketahui bila wordPress 2.5.1 akan dikeluarkan.
Mujurlah, saya jumpa juga solution nya di laman web nelson seperti yang berikut.. Anda hanya perlu cari code berikut dalam file rewrite.php (folder wp-includes).
if ( 0 === strpos($structure, ‘%postname%’) ||
0 === strpos($structure, ‘%category%’) ||
0 === strpos($structure, ‘%tag%’) ||
0 === strpos($structure, ‘%author%’) )
$this->use_verbose_page_rules = true;
Dan gantikannya dengan yang berikut:
if ( 0 === strpos($structure, ‘%postname%’) ||
0 === strpos($structure, ‘%category%’) ||
0 === strpos($structure, ‘%tag%’) ||
0 === strpos($structure, ‘%author%’) ||
$this->using_index_permalinks() )
$this->use_verbose_page_rules = true;
InsyaAllah segalanya akan berjalan dengan lancar.
WordPress 2.5.1.
Bagaimanapun, semasa anda membaca post ini, WordPress 2.5.1 telahpun dikeluarkan. Jadi saya rasa tidak timbul isu pages ini.. Saya belum lagi upgrade wordPress ini. Penat lelah upgrade wordpress 2.5 pun belum lagi hilang.. Takut upgrade ke 2.5.1 lain pula yang jadinya.. Huhu.. Penat lagi nanti..
Video Panduan Upgrade Blog
Jika anda tertanya-tanya bagaimana saya dapat upgrade blog dengan mudah dan yakin, saya sebenarnya dibantu oleh video panduan upgrade blog yang dikeluarkan oleh SmartZul..
Reorganising Categories
As I mentioned in my previous post about upgrading session, I will make a few changes to this. Among of it are upgrading the WordPress system to the latest version 2.3.1 and a new fresh theme. I believe the changes will be beneficial for both of us – me as the blogger and you as the reader.
While cooking today, I’ve realized that since now I have a permanent day job, I can’t spend hours on the internet as usual. There are times whenever I don’t even check my e-mail for several days. Furthermore, next year I will be going for practicum in a place where I couldn’t have streamyx. Yeah, I know it sucks
. But I guess I have no choice, and it will be only for about 3 months. I am trying to figure out how I could turn my 3G phone into a modem so that I wouldn’t have to buy that celcom broadband modem which can cost me a fortune.
Because of that, I wouldn’t have enough time to keep all my blogs up and running. I don’t want to receive another disappointed remarks from my blog readers about my blogs. It’s not good, you know.
So, I’ve decided to maintain only one blog and post everything there. Yes, I know that niche is important, but what’s the point of having several niche blogs when you can’t keep it well? Afterall, this blog holds my name, so it’s not a big issue if I wrote about a few niche here. Don’t you agree?
However, I will concentrate on 3 or 4 things only. Of course, learning to blog in english would be my prior niche. Therefore, I would have to reorganise the categories. What I am trying to say is that I am sorry if you have put a link to any of my posts, there would have changes in the links. I am really sorry about that. I am sure in a long way, this step would benefit us all.
See ya!

