Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)
  • Thread Starter skintnation

    (@skintnation)

    Ok – i think another reason was that I tried uploading it on a different domain as well. I’m just going to find someone who knows what they’re doing to do it for me!

    Thanks for helping me!

    Thread Starter skintnation

    (@skintnation)

    Right so i’ve just done it, it was successful and now there’s an error establishing connection to my site, luckily it was just a test site to see if the upload would work. Is there anything else i am meant to do when uploading it?

    Thread Starter skintnation

    (@skintnation)

    Thanks very much.

    Jimmy

    Thread Starter skintnation

    (@skintnation)

    Ok, thank’s very much for the help.

    GoDaddy are awful and I’ll be changing very soon. Thanks for the links.

    Thread Starter skintnation

    (@skintnation)

    The reason why it’s working is because they’ve changed the name of the .htaccess file to “.htaccess.bak”. When I change it back – I get the 503 service error again…

    Thread Starter skintnation

    (@skintnation)

    Right I set up DNS for games.skintnation.com but on that WP dashboard, there’s no access to the network dashboard. help?

    Thread Starter skintnation

    (@skintnation)

    Thanks for the help guys.

    I’ve set up DNS for games.skintnation.com and it’s still not working. Do I need to call my hosting to set up a wildcard subdomain?

    Thread Starter skintnation

    (@skintnation)

    I asked this question 7 months ago, thanks for the prompt reply…

    Thread Starter skintnation

    (@skintnation)

    Ahh ok. I’m not exactly sure how to do that without ruining anymore of my site so i’m just gonna get someone to do that for me.

    Thanks very much for taking time out to help!!

    Much appreciated!!

    Thread Starter skintnation

    (@skintnation)

    It’s just when you get to https://www.skintnation.com/wp-admin/ that the error comes up.

    White screen and the message: Fatal error: Cannot run code from this file in conjunction with non encoded files in /home/content/97/7464297/html/wp-includes/version.php on line 371.

    The thing is, sometimes it works and I have full access to the dashboard for example yesterday I managed to log in. I logged out to see if the problem had gone, and then I got the error message again.

    Thread Starter skintnation

    (@skintnation)

    Hmmm, hta access now looks like this:

    addhandler x-httpd-php5-cgi .php
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    I’ve tried to find the folder: /home/content/97/7464297/html/wp-includes/version.php on line 371

    I’m guessing it’s the same folder as /wp-includes/version.php, but in that folder I get the following code:

    <?php
    /**
     * The WordPress version string
     *
     * @global string $wp_version
     */
    $wp_version = '3.4.2';
    
    /**
     * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
     *
     * @global int $wp_db_version
     */
    $wp_db_version = 21707;
    
    /**
     * Holds the TinyMCE version
     *
     * @global string $tinymce_version
     */
    $tinymce_version = '349-21274';
    
    /**
     * Holds the cache manifest version
     *
     * @global string $manifest_version
     */
    $manifest_version = '20111113';
    
    /**
     * Holds the required PHP version
     *
     * @global string $required_php_version
     */
    $required_php_version = '5.2.4';
    
    /**
     * Holds the required MySQL version
     *
     * @global string $required_mysql_version
     */
    $required_mysql_version = '5.0';

    You’ve been extremely helpful so far, thanks very much!!

    Thread Starter skintnation

    (@skintnation)

    addhandler x-httpd-php5-cgi .php
    
    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
        <IfModule mod_setenvif.c>
            BrowserMatch ^Mozilla/4 gzip-only-text/html
            BrowserMatch ^Mozilla/4\.0[678] no-gzip
            BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
            BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
        </IfModule>
        <IfModule mod_headers.c>
            Header append Vary User-Agent env=!dont-vary
        </IfModule>
        <IfModule mod_filter.c>
            AddOutputFilterByType DEFLATE text/css application/x-javascript text/x-component text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon
        </IfModule>
    </IfModule>
    <FilesMatch "\.(css|js|htc|CSS|JS|HTC)$">
        FileETag None
        <IfModule mod_headers.c>
             Header set X-Powered-By "W3 Total Cache/0.9.2.4"
        </IfModule>
    </FilesMatch>
    <FilesMatch "\.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|XML)$">
        FileETag None
        <IfModule mod_headers.c>
             Header set X-Powered-By "W3 Total Cache/0.9.2.4"
        </IfModule>
    </FilesMatch>
    <FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|WAV|WMA|WRI|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
        FileETag None
        <IfModule mod_headers.c>
             Header set X-Powered-By "W3 Total Cache/0.9.2.4"
        </IfModule>
    </FilesMatch>
    # END W3TC Browser Cache
    # BEGIN W3TC Page Cache core
    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /
        RewriteRule ^(.*\/)?w3tc_rewrite_test$ $1?w3tc_rewrite_test=1 [L]
        RewriteCond %{HTTP:Accept-Encoding} gzip
        RewriteRule .* - [E=W3TC_ENC:_gzip]
        RewriteCond %{REQUEST_METHOD} !=POST
        RewriteCond %{QUERY_STRING} =""
        RewriteCond %{HTTP_HOST} =www.skintnation.com
        RewriteCond %{REQUEST_URI} \/$ [OR]
        RewriteCond %{REQUEST_URI} (sitemap(_index)?\.xml(\.gz)?|[a-z0-9_\-]+-sitemap([0-9]+)?\.xml(\.gz)?) [NC]
        RewriteCond %{REQUEST_URI} !(\/wp-admin\/|\/xmlrpc.php|\/wp-(app|cron|login|register|mail)\.php|\/feed\/|wp-.*\.php|index\.php) [NC,OR]
        RewriteCond %{REQUEST_URI} (wp-comments-popup\.php|wp-links-opml\.php|wp-locations\.php) [NC]
        RewriteCond %{HTTP_COOKIE} !(comment_author|wp-postpass|wordpress_\[a-f0-9\]\+|wordpress_logged_in) [NC]
        RewriteCond %{HTTP_USER_AGENT} !(W3\ Total\ Cache/0\.9\.2\.4) [NC]
        RewriteCond "%{DOCUMENT_ROOT}/wp-content/w3tc/pgcache/%{REQUEST_URI}/_index%{ENV:W3TC_UA}%{ENV:W3TC_REF}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" -f
        RewriteRule .* "/wp-content/w3tc/pgcache/%{REQUEST_URI}/_index%{ENV:W3TC_UA}%{ENV:W3TC_REF}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" [L]
    </IfModule>
    # END W3TC Page Cache core
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    Thread Starter skintnation

    (@skintnation)

    Well the problem was I couldn’t log in to the dashboard before this new error, I was getting the message “Internal Server Error” so decided to just delete the plugin from ftp. Turns out that’s completely ruined the backend of the site.

    I’ve renamed the plugin folder as suggested and still the same error.

    Really can’t afford to pay someone to sort it out. arghhhhhh!!

    Anyway, thanks for the help!

    Thread Starter skintnation

    (@skintnation)

    all 109 of them?>

    Thread Starter skintnation

    (@skintnation)

    If you find something just as good (but without the line breaks) can you share it on this post? Would be greatly appreciated.

    Thanks

Viewing 15 replies - 1 through 15 (of 25 total)