9 April 2010 - 22:35PHP: Problem Starting Apache 2.x On Windows

You can see full explanation in Article on php.net about Apache 2.x on Microsoft Windows. What i want to write here is about error:

C:\apache\bin>apache -k start
Syntax error on line 957 of C:/apache/conf/httpd.conf:
Cannot load C:/PHPDEV/test/Debug_TS/php5apache2.dll into server: The specified module could not be found.

That error happened when i was starting apache web server (version 2.0.x).
After searching for 2 days through the web plus trial and error, i have another explanation of how that error can occur and solution which does not exist in an article in php.net. My explanation focus on debugging environment especially when you compile apache and php by yourself.

No Comments | Tags: English, Testing

29 June 2008 - 0:50Livetr theme changelog

You can download the original theme in here.
I have made it custom or remix it..

Here is my changelog :
on 4th December 2008
Main cause of change :

  1. Support to Gravatar in comment area.
  2. Add class wp_caption in css.
  3. Remove border of smilies in post area.

Download here.

on 28th November 2008
Main cause of change :

  1. Make list in sidebar widget tidier : edit style.css
    • Replace : replace : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949; padding:3px;}
      with : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949;}
  2. Fixed tag label attribute in comments.php to satisfy XHTML validator.
    • replace : <label for="author">
      with : <label for="texttt1">
    • replace : <label for="email">
      with : <label for="texttt2">
    • replace : <label for="url">
      with : <abel for="texttt3">

Download here.

on 10th August 2008
Fixed bug : Fatal error: Call to undefined function: wp_pagebar() when in searching.
Download here.

on 21st July 2008
Main cause of change :

  1. add link to post info comment
  2. change behaviour of edit_post_link and edit_comment_link
  3. Invalid id tag in comment form

Previous :
First, user can not click post info in comment section. If there is a comment, user must click post title. This is shortcut.
Second, for admin, there is | before edit this link. This | char is inside first argument, not the second.
Present : User can click post info in comment section. | char is inside second argument.

  1. Edit index.php
    • Edit in this section -> <p class=”info”>
  2. Edit comments.php
    • Edit in this section ->  edit_comment_link
    • Edit to many id="teexttt"

Download here.

on 19th July 2008
Main cause of change : more than one link in sidebar
Previous : If there are more than one links in one <li> tag in sidebar, they displayed in separate line, because of css : display:block;.
Present : They display inline. li:hover replaces a:hover. a:hover is default using underline now.

  1. fixed sidebar design in style.css
    • replace : div#page div#main div#rightside div.box ul li{list-style: none; margin:0; width: 195px;}
      with : div#page div#main div#rightside div.box ul li{list-style: none; margin:0; width: 194px; padding: 3px;}
    • replace : div#page div#main div#rightside div.box ul li a{background: #fff; display: block; width: 194px; color: #494949; padding: 3px}
      with : div#page div#main div#rightside div.box ul li a{width: 194px; color: #494949; padding: 3px}
    • remove : div#page div#main div#rightside div.box ul li a:hover{background-color: #F3F2F0; width: 194px; text-decoration: none}
      replacement : div#page div#main div#rightside div.box ul li:hover{list-style: none; margin:0; width: 194px; background-color:#F3F2F0; padding: 3px;}
    • replace : div#page div#main div#rightside ul#sidebar li ul li{list-style: none; margin:0; width: 195px;}
      with : div#page div#main div#rightside ul#sidebar li ul li{list-style: none; margin:0; width: 194px;padding: 3px;}
    • replace : div#page div#main div#rightside ul#sidebar li ul li a{background: #fff; display: block; width: 194px; color: #494949; padding: 3px}
      with : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949;padding: 3px;}
    • remove : div#page div#main div#rightside ul#sidebar li ul li a:hover{background-color: #F3F2F0; width: 194px; text-decoration: none}
      replacement : div#page div#main div#rightside ul#sidebar li ul li:hover{list-style: none; margin:0; width: 194px; background-color:#F3F2F0;padding: 3px;}
  2. Place design inside folder named : livetr-theme-110-Remix19072008.
  3. Compress folder with zip.

Download here.

on 29th June 2008

  1. Remove sql query counter from footer.
  2. Remove background picture.
  3. Add background-color in css. background-color:#C8C8C8
  4. Modify sidebar.php :
    • Maintain box : about.
    • Recode sidebar.php to make it widget friendly : [base on : Widgetizing Themes]
      • Make sidebar.php tidier.
      • Move the other box in if control structure. Check for dynamic_sidebar() function.
      • Add function.php
    • h2 css add with : border-bottom: 1px #E9E7E2 solid;
    • p add with : text-align:justify;
    • Modifiy css div.box to ul#sidebar li
  5. Add link : valid xhtml 1.0 and calid css in footer.
  6. Modify index.php :
    • Add | in front of edit link.
    • Remove | in front of original edit link.
  7. Add meta tag : author and description
  8. Add logo.

Download here.

No Comments | Tags: English, Testing, ayun.web.id

22 June 2008 - 1:12Testing post

Hello World!!

Testing first post using wordpress with LiveTr theme…

No Comments | Tags: English, Testing