Forum Replies Created

Viewing 11 replies - 121 through 131 (of 131 total)
  • Hi, my all in one classifieds competely crashed, the side bar wasn’t working so i re installed it, now it comes up with this..WordPress database error: [Table ‘./allthing_wrdp1/wp_awpcp_ads’ is marked as crashed and should be repaired]
    ALTER TABLE wp_awpcp_ads ADD is_featured_ad tinyint(1) DEFAULT NULL

    WordPress database error: [Table ‘./allthing_wrdp1/wp_awpcp_ads’ is marked as crashed and should be repaired]
    ALTER TABLE wp_awpcp_ads ADD posterip varchar(15) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL

    WordPress database error: [Table ‘./allthing_wrdp1/wp_awpcp_ads’ is marked as crashed and should be repaired]
    ALTER TABLE wp_awpcp_ads ADD flagged tinyint(1) DEFAULT NULL

    WordPress database error: [Table ‘./allthing_wrdp1/wp_awpcp_ads’ is marked as crashed and should be repaired]
    ALTER TABLE wp_awpcp_ads ADD disabled_date datetime DEFAULT NULL

    WordPress database error: [Table ‘./allthing_wrdp1/wp_awpcp_ads’ is marked as crashed and should be repaired]
    ALTER TABLE wp_awpcp_ads ADD websiteurl VARCHAR( 500 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER ad_contact_email

    WordPress database error: [Table ‘./allthing_wrdp1/wp_awpcp_ads’ is marked as crashed and should be repaired]
    ALTER TABLE wp_awpcp_ads DROP INDEX titdes

    WordPress database error: [Table ‘./allthing_wrdp1/wp_awpcp_ads’ is marked as crashed and should be repaired]
    ALTER TABLE wp_awpcp_ads ADD FULLTEXT KEY titdes (ad_title,ad_details)

    AWPCP SQL Error Errno: [256] SQLError:(145) Table ‘./allthing_wrdp1/wp_awpcp_ads’ is marked as crashed and should be repaired
    Query : ALTER TABLE wp_awpcp_ads ADD ad_fee_paid float(7,2) NOT NULL AFTER adterm_id
    Called by line 562 in file /index.php, error in /home/allthing/public_html/wp-content/plugins/another-wordpress-classifieds-plugin/functions_awpcp.php at line 27, PHP 5.2.17 (Linux)
    Aborting…

    please let me know also when you get it fixed.

    Thanks..

    Thread Starter equinestaff

    (@equinestaff)

    Thanks for your help – however no go- when i do this it comes up with this Parse error: syntax error, unexpected ‘}’, expecting T_STRING or T_VARIABLE or ‘$’ in /home/equinest/public_html/wp-content/themes/studiopress/header.php on line 46

    Thread Starter equinestaff

    (@equinestaff)

    Great little tool this one- thanks heaps.

    Thread Starter equinestaff

    (@equinestaff)

    Thanks Cool700 for the feedback- are you able to send me the errors so i can fix them.

    Thanks heaps.

    Thread Starter equinestaff

    (@equinestaff)

    Thanks Rebelit- i had a look at my Header and can’t seem to find the problem- if you could have a quick look that would be great.

    Header code.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    
    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php if (is_home () ) { bloginfo('name'); echo " - "; bloginfo('description');
    } else { wp_title('',true); echo " - "; bloginfo('name'); }?></title>
    <meta name="robots" content="index,follow" />
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    
    </head>
    
    <body>
    <div id="wrapper">
    
    <div id="header">
    <div class="topright"></div>
    </div> <!-- Closes Header -->
    
    <div class="cleared"></div>
    <div id="underheader">
    <div id="toprss"><a>"></img></a></div>
    
    <h1 align="center" class="sitename"><a href="https://www.equinestaff.com.au"><img src="https://www.equinestaff.com.au/wp-content/uploads/2011/07/banner-equinestaff.jpg" width="884" height="162" alt="Horse Jobs, Equine Staff, equestrian careers, Racing positions" longdesc="https://www.equinestaff.com.au" /></a></h1>
    </div>
    <!-- Closes underHeader -->
    
    <div id="nav">
      <?php function get_the_pa_ges() {
      global $wpdb;
      if ( ! $these_pages = wp_cache_get('these_pages', 'pages') ) {
         $these_pages = $wpdb->get_results('select ID, post_title from '. $wpdb->posts .' where post_status = "publish" and post_type = "page" order by ID');
    
       }
      return $these_pages;
     }
    
     function list_all_pages(){
    
    $all_pages = get_the_pa_ges ();
    foreach ($all_pages as $thats_all){
    $the_page_id = $thats_all->ID;
    
    if (is_page($the_page_id)) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    $output .= '<li' . $addclass . '><a>ID).'" title="'.$thats_all->post_title.'"><span>'.$thats_all->post_title.'</span></a>';
    }
    
    return $output;
     }
    ?>
    
    <ul>
      <p>
        <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a title='Home'><span>Home</span></a>";?>
      </p>
      <p>
        <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a href='https://www.equinestaff.com.au/looking-for-staff"  . "' title='Looking for Staff'><span>Looking for Staff</span></a>";?>
      </p>
      <p>
        <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a href='https://www.equinestaff.com.au/jobs"  . "' title='Looking for Work'><span>Looking for Work</span></a>";?>
      </p>
      <p>
        <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a href='https://www.equinestaff.com.au/visa-services"  . "' title='Visa Services'><span>Visa Services</span></a>";?>
      </p>
      <p>
        <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a href='https://www.equinestaff.com.au/faq"  . "' title='FAQ'><span>FAQ</span></a>";?>
      </p>
      <p>
        <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a href='https://www.equinestaff.com.au/about-us"  . "' title='About Us'><span>About Us</span></a>";?>
      </p>
      <p>
        <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a href='https://www.equinestaff.com.au/contact-us"  . "' title='Contact Us'><span>Contact Us</span></a>";?>
      </p>
      <p>
        <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a href='https://www.equinestaff.biz"  . "' title='Work Outside Australia'><span>Work Outside Australia</span></a>";?>
      </p>
      </ul>
    <div class="cleared"></div>
    </div> <!-- Closes Nav -->
    
    <div class="topcurvewhite"></div>
    <div id="main">

    Thanks heaps

    Thread Starter equinestaff

    (@equinestaff)

    Thread Starter equinestaff

    (@equinestaff)

    Thanks Webjunk, then general settings i changed has done something as it now say “This website returned a 200 which is either not search engine friendly or a redirect.” However i have no idea what this means? however it does seem that the change in the general settings also removed the intial problem.

    Also Your webjunk site is great, i found the SEO Rank Checker great.

    Thread Starter equinestaff

    (@equinestaff)

    I couldn’t find any thing in the htaccess, however in the general settings i changed the WordPress address (URL) from https://equinestaff.com.au/ to https://www.equinestaff.com.au

    How do you check, that this is fixed?

    Thread Starter equinestaff

    (@equinestaff)

    Thanks heaps – i worked out iys the <style type=”text/css”>
    <!–
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;

    i put in the CSS to make the font bigger, now the font has gone small again but the site works in the browser- any ideas on getting the font size bigger now?

    Forum: Fixing WordPress
    In reply to: Font Size
    Thread Starter equinestaff

    (@equinestaff)

    thanks Shane, I have installed this but when i clicked on activate it says “The plugin does not have a valid header” do you know what this means?

    Forum: Fixing WordPress
    In reply to: Link Widget
    Thread Starter equinestaff

    (@equinestaff)

    Thanks Kim, that worked for the links, all i need to go now is move the twitter, facebook etc widget from the right had side of my site and the dates the page was edited- any ideas?

Viewing 11 replies - 121 through 131 (of 131 total)