buggerlugs
Forum Replies Created
-
Forum: Installing WordPress
In reply to: blank install.phpFurther to this i have just looked at raw error logs and see the following;
‘
[Wed Sep 20 07:39:03 2006] [error] PHP Fatal error: main() [function.require]: Failed opening required ‘/home/me/public_html/mywebsite/blog//wp-admin/admin-functions.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/me/public_html/mywebsite/blog/wp-admin/upgrade-functions.php on line 3[Wed Sep 20 07:39:03 2006] [error] PHP Warning: main(/home/me/public_html/mywebsite/blog//wp-admin/admin-functions.php) [function.main]: failed to open stream: No such file or directory in /home/me/public_html/mywebsite/blog/wp-admin/upgrade-functions.php on line 3
[Wed Sep 20 07:35:01 2006] [error] PHP Fatal error: main() [function.require]: Failed opening required ‘/home/me/public_html/mywebsite/blog//wp-admin/admin-functions.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/me/public_html/mywebsite/blog/wp-admin/upgrade-functions.php on line 3
[Wed Sep 20 07:35:01 2006] [error] PHP Warning: main(/home/me/public_html/mywebsite/blog//wp-admin/admin-functions.php) [function.main]: failed to open stream: No such file or directory in /home/me/public_html/mywebsite/blog/wp-admin/upgrade-functions.php on line 3
‘
Why are there 2 // in that?A second error i see is:
‘
[Wed Sep 20 07:32:04 2006] [error] PHP Fatal error: Call to undefined function: wp() in /home/me/public_html/mysite/blog/wp-blog-header.php on line 14
[Wed Sep 20 07:32:04 2006] [error] PHP Fatal error: Call to undefined function: wp() in /home/me/public_html/mysite/blog/wp-blog-header.php on line 14
‘Forum: Installing WordPress
In reply to: blank install.phpToday i have also experienced this problem on a new hosting package.
Php is: 4.4.4
mysql is: 4.1.21-standardWhen wrong db info is entered i get the cannot connect page, when proper info is entered the page is blank and the code reads;
‘
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<HTML><HEAD>
<META http-equiv=Content-Type content=”text/html; charset=windows-1252″></HEAD>
<BODY></BODY></HTML>
‘I just looked at the permission on install.php and its currently set at 644 – is that okay?
Forum: Fixing WordPress
In reply to: Wierd Rich Text Editor MalfunctionI have this problem on my site too.
I find that if I click ‘save and continue editing’ then the text and wysiwyg bar appear correctly.
Its a pain, but a workaround.
Forum: Themes and Templates
In reply to: categories and parents for a total noobbumping 🙁
Forum: Themes and Templates
In reply to: Help me to find outyou mean this?
http://themes.wordpress.net/Forum: Themes and Templates
In reply to: categories and parents for a total noobok i will try “backticks” – sorry if i get it wrong as it isnt very clear. You say put code between “these” and below it says put code between
these
So applologies if this is wrong but here is my sidebar code after changing the <br> tags
<div class="left">
<div class="sub_left">
<div class="left_header"><strong>Categories</strong></div><br>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=1&children=1&hide_empty=0'); ?>
</ul><br>
<div class="left_header"><strong>Archive</strong></div><br>
<ul>
<?php get_archives('monthly','10','custom','<li>','</li>'); ?>
</ul><br>
<?php
$link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
foreach ($link_cats as $link_cat) {
?>
<div class="left_header"><strong><?php echo $link_cat->cat_name; ?></strong></div><br>
<ul>
<?php get_links($link_cat->cat_id, '<li>', '</li>', '<br />', FALSE, 'id', TRUE,
TRUE, -1, TRUE); ?>
</ul><br>
<?php } ?>
<div class="left_header"><strong>Meta</strong></div><br style="line-height:15px "/>
<ul>
<?php wp_register('<li>', '</li>'); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
</div>
</div>
The problem with the triangles is still therewhat i am after is to make the parents a different colour and bold and also to remove the extra triangles that have appeared
Forum: Themes and Templates
In reply to: categories and parents for a total noobno one can help?