mizar5
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit Comment Gives a Blank Pageok, so i deleted more than 8000 (!) comments, but the problem still exists. i still draw a blank page when i try to change the options for discussion… i can’t post neither, blank pages.
i can get in the options.php pages and read the code, but have no idea what to change in that code in order to make the changes…
it’s close to midnite, have to go offline, but will check back tomorrow and hope someone can help me and finds a solution.
cheers
Forum: Fixing WordPress
In reply to: Edit Comment Gives a Blank Pageaha, i have had the same problem for ages on the family reunion site.
and one of the contributors just mailed me she got loads of trackback mails every day… i did try to undo all of that but whenever i wanted to edit, i struck blank pages. i logged out and tried to log in again, but everything turned blank on me.
so i didn’t bother trying until this evening, because my relative had to empty her junkfolder every day, hundreds of mails.i tried to get in and it worked. still when i try to edit comments, i can only delete them one by one.. now up to 368 pages of them. ouch.
i will try the database and do as suggested here. will be back to let you know if it worked.
Forum: Installing WordPress
In reply to: No input file specified.hi, i have a website named https://www.mizar5.net (now directed to its guestbook) and it runs on WordPress since 2005. since yesterday, the ‘no input file specified’ message shows up and nobody’s done anything to cause that. all i did was post an entry, as usual. that was it.
i can’t fix codes, can only reproduce and copy/paste, but have no clue what’s what, where and why.so, i am looking for a solution to get it fixed.
also, when i try to download the folder that has this whole wordpress mizar5 module, (as a back-up), it says access denied, i have no permission of the server to download the index.php.but there is no index.php.
if i look via my FTP/Fetch, i see nothing. if i look via Presentations and editor via the dashboard (i still have access to that area and see every post as in how to edit), i can see the code to the index.php page. but it doesn’t show in the folder in the FTP….every solution i see in here, is for problems that occurred when people changed stuff, or renewed and such. i haven’t changed or updated anything. i still intend to, but Mizar5 worked fine the way it was. until yesterday.
i hope someone can help me,
cheers,
Gina/Mizar5Forum: Fixing WordPress
In reply to: “No input file specified” solutionhi, i have a website named https://www.mizar5.net (now directed to its guestbook) and it runs on WordPress since 2005. since yesterday, the ‘no input file specified’ message shows up and nobody’s done anything to cause that. all i did was post an entry, as usual. that was it.
i can’t fix codes, can only reproduce and copy/paste, but have no clue what’s what, where and why.so, i am looking for a solution to get it fixed.
also, when i try to download the folder that has this whole wordpress mizar5 module, (as a back-up), it says access denied, i have no permission of the server to download the index.php.but there is no index.php.
if i look via my FTP/Fetch, i see nothing. if i look via Presentations and editor via the dashboard (i still have access to that area and see every post as in how to edit), i can see the code to the index.php page. but it doesn’t show in the folder in the FTP….every solution i see in here, is for problems that occurred when people changed stuuf, or renewed and such. i haven’t changed or updated anything. i still intend to, but Mizar5 worked fine the way it was. until yesterday.
i hope someone can help me,
cheers,
Gina/Mizar5Forum: Fixing WordPress
In reply to: Cannot Add Category on Blogrollyep!!
great Otto, thanks. i had reactivated the plug-in and had deleted the original blogroll code but the font was still too big and the links were in hiding, there are also a lot of elderly folks visiting who need to see at once where to click.
so this solution is just what i needed, thanks!!outstanding support forum here ??
Forum: Fixing WordPress
In reply to: Cannot Add Category on Blogrollmaybe this helps: here is the code from the right sidebar.php:
<!– begin r_sidebar –>
<div id=”r_sidebar”>
<ul id=”r_sidebarwidgeted”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?><h5></h5>
<p><img src=’https://www.vodegel.info/reunion/wp-content/uploads/2007/12/sjefyol.thumbnail.jpg’ title=’SjefYol’ alt=’SjefYol’ /><p>
This is the Vodegel Digital Reunion site for everyone in the Vodegel family. It all started with Sjef van Dongen (the Netherlands), who is married to Yolanda, her grandmother was a Vodegel. He decided to look into the family tree of his wife and one thing led to another. We hope you have a pleasant stay! If you have just a drop of Vodegel-blood running through your veins, don’t hesitate to register and participate!<p>Dit is de Vodegel Digitale Reunie site voor iedereen in de Vodegel familie. Het begon allemaal met Sjef van Dongen (Nederland) die getrouwd is met Yolanda, haar oma was een Vodegel. Hij besloot haar stamboom uit te pluizen en van het een kwam het ander. We hopen dat je het hier naar je zin hebt en heb je Vodegel-bloed, aarzel dan niet om je te registreren en mee te doen!
</p>
<div class=”feedarea”>” title=”<?php _e(‘Syndicate this site using RSS’); ?>”> Grab my feed</div>
<h5>Blogroll</h5>
-
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘ – ‘); ?>
<h5>Admin</h5>
<?php endif; ?>
</div>
<!– end r_sidebar –>
and here is the code from the sidebar.php
<!– menu –>
<div id=”menu”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘leftsidebar’) ) : ?><h5>Categories</h5>
-
<?php wp_list_categories(‘title_li=’); ?>
<p><span class=”feedarea”></span>” title=”<?php _e(‘Syndicate this site using RSS’); ?>”> Grab my feed
</p>
<div id=”sidebarSearch”>
<div class=”BlogSearch”><h5>Quick search</h5>
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<input type=”text” name=”s” id=”s” size=”20″ value=””/></form></div>
</div>
<h5>Archives</h5>-
<?php wp_get_archives(‘type=monthly’); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<h5>Links</h5>-
<? php wp_list_bookmarks(‘title_li=O&categorize=0’); ?>
<? php }?>
there is some code missing at the bottom of this last one, i did change it around for the plug-in code but copied it right back and when i took a look again, half a sentence was missing and two lines of the code.
i changed it back because it didn’t seem to show up on the page.Forum: Fixing WordPress
In reply to: Cannot Add Category on BlogrollOtto42, been a long time since i was in here, but you’re all the FASTEST, lol. thanks!
i only somewhat know how to apply codes and not necessarily ‘read and get’ them that fast, but i’ll try.
i saw that code in the regular ‘sidebar’ sheet but in the right sidebar.php sheet it has a different code. i’ll read it all carefully and try to figure it out. i did try to install an enhanced links plug-in and inserted the plug-in code in the right sidebar, that plug-in code worked fine (except the font was too big but that is something i had to look for in the plug-in code i guess), it showed as title ‘Links’ and the subcategories ‘Blogroll’ and ‘Links’ which sorted them fine, but the long original ‘Blogroll’ list was also still on the page and i didn’t want to just remove the code for it.
will try to figure it out.will be back to either say “thanks it works” or for a new solution ??
Forum: Fixing WordPress
In reply to: Cannot Add Category on BlogrollMy ‘problem’ is similar. Recently i created a website using the Bluebird theme. it’s a 3 column design which works fine for the purposes of a family/genealogy site. but the only category in the right sidebar is the Blogroll. i tried to add categories ‘backstage’ and i could, at least, ‘backstage’, i added a new one besides Blogroll, i created Links. but this doesn’t show up in a different section on the sidebar, it all shows up under Blogroll.
i should either enter code in the sidebar.php or make use of a widget, but i don’t even have that option in the presentation menu. i did contact the designer of Bluebird and the suggestions i was given all don’t work because my dashboard ain’t the same, apparently.
anyway, would appreciate any help.
https://www.vodegel.net is the site, on the right sidebar is a long list of blogroll links, but i want to separate the blogs from the genealogy sites etc etc.
how???
Forum: Installing WordPress
In reply to: Error: Already Installedsorry, whatever was wrong seems fixed again.
Forum: Installing WordPress
In reply to: DB_HOST connection string Erroralready solved the problem!
Forum: Installing WordPress
In reply to: String error: need the code for wordpress 1.2 bottomlinesPiu, problem solved!!!!!!!!!!!!!!!!!!!!
Forum: Installing WordPress
In reply to: DB_HOST connection string Errorps, i found the template in my ftp files, and i need the right code for just 1 line ..
the part that says “Powered by WordPress” …. what is the exact code for that? i’ll try to get the default template page somewhere but if anyone can help me with just that one line it would be great .. it now looks like this ..:
<p class=”credit”><!–<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. –> <cite><?php echo sprintf(__(“
copyright ???? 2005 Mizar5. All rights reserved. Powered by ************>WordPress“),
__(“Powered by WordPress, state-of-the-art semantic personal publishing platform”)); ?></cite>
</body>and where the ****** something got deleted …
Forum: Installing WordPress
In reply to: DB_HOST connection string Errorgeez, i have a huge problem, i tried ti edit something in the template for my website, down in the bottom where the default also says ‘powered by wordpress’ … i think i deleted something very essential, it was after the https://www.wordpres.org and now my website is offline and i also closed the window, so no way of retrieving the window in which all of it happened…
tried to get into the website using my bbedit ftp program but don’t know where to look, because i never go there ..
anyone????!!!!Forum: Themes and Templates
In reply to: change the font? (Newbie)i also have a question about changing fonts. the way it is now, the font is different when put in italics, i managed to switch the font in headers and such, but the font in the posts is template standard font i guess. i would love the font to remain the same when i use italics ..
how and where can i change that to the default font used for regular posting?
thanks!Forum: Fixing WordPress
In reply to: Changing the name of my blog and other statically defined elementshi!
To change to name of your blog you simply log in, then go to the Options section and fill in the name of your blog where it says Weblog title … no need to open the template for that one