Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter davebos

    (@davebos)

    There were a few things I needed to deal with manually, but no big deal. Site is now fully static sitting on bitbucket and served by Netlify.

    I re-ran the export using just the base url without the www and that didn’t cause any additional issues. The nice part is that once the site is static I can do a control shift F in VS Code and make changes as necessary.

    I was playing with stuff so I overwrote the logs that I used to create the export that I actually used for the production site. I had since moved the original wordpress site to old.baseurl.com to keep while I am letting the static live site burn in. I just re-ran the export. I am emailing you a link to download the logs and export zip.

    Note that on this run, it did properly create index.html. On my prior run, moving the page/1 thing to index.html at the root worked perfectly, so no big deal once I found where the page was hiding.

    It does seem that some of the Yoast produced site maps aren’t gettin download. /sitemap-index gets exported fine, but seems that wpstatic doesn’t crawl everything referenced in the index. For example, /x-portfolio-sitemap.xml which has a lot of important stuff.

    Of course, there was no attachment sitemap as the attachment pages didn’t download, but I didn’t find much value in those pages anyway (I am talking about the WP produced attachment html pages not the attachments themselves that worked fine).

    I have since moved the original site to a new temporary url so not sure if I rerun the export it will give you useful info.

    Anyway for my purposes of a one time move, it worked great. I would need to play with it a lot more if I needed to sync a wordpress staging area to a static live site.

    Thread Starter davebos

    (@davebos)

    Ok, I found the home page at /page/1/index.html. I am going to see if I can move it to the root and make it work.

    Thread Starter davebos

    (@davebos)

    Ok, I upgraded to php 7.2 and now it works. Except it still doesn’t create the homepage.

    Thread Starter davebos

    (@davebos)

    Jan: sorry about that.

    I put my export log on dropbox (too big for pastebin), please replace the dashes below with “dropbox”:
    __________.com/s/ql2ectiop3um0ao/WP-STATIC-EXPORT-LOG.txt?dl=0

    WP-STATIC-PROGRESS.txt: 79
    WP-STATIC-INITIAL-CRAWL-TOTAL.txt: 1145
    404 log: 10 pages
    Export log (debug mode): 3.5 megs
    Theme: X-Code

    I did some of the suggestions to debug.
    – I bypassed cloudflare
    – I uninstalled any unnecessary plug in and theme.
    – I set max execution time to 600
    – I set memory limit to 1024M
    – I added www to the site url (I still don’t understand why the plugin requires the old url to be different then the new url. My plan is to create a static site once, deploy it at netlify, shut down the wordpress server and move the domain name.
    – pretty sure that zip is enabled.

    What I haven’t yet tried
    – browser stuff – how would that affect a server process?
    – php7.2. I am using 7.1. I got an error about mysql when I tried to switch to 7.2. I probably would need to figure out a bunch of dependencies to make it happen. How important is this?
    – modsec – I haven’t yet turned it off as this seems to take some doing on WHM.
    – modpagespeed – need to figure out if I have this
    – not sure if curl is enabled
    – didn’t disable all plugins as certain ones are needed to render the site
    – didn’t try switching the theme.

    I can do more of the steps, but maybe some are a lot of work, maybe there is an obvious solution before I do?

    Any help would be great. Thanks!

    Tried using it but can’t seem to get the sidebar on the side on
    SBAA dot GUARD9 dot COM.

    Not sure if the plugin is active as I am trying to use it on a static home page that is using the eventbrite API template. Effectively, I want events to auto load as the primary content and a twitter feed and some other stuff next to it in a sidebar.

    Note, I get the exact same errors. I did a one click install of wordpress from “Site Software v0.9.8” on cpanel. It is actually part of a private VPS that I control so not exactly sure why this is happening. Seems that the wordpess installer program want’s to control updates instead of allowing wordpress to do it. Not quite sure why. I will look for a way to undo this as I would prefer to keep wordpress up to date.

    having a similar issue. I am new to git so it may be something I am doing wrong. I can’t push or pull from the revisr admin interface, but it seems to work fine locally on the server and I can push to bit bucket manually from the server.

    I have git 1.7.1 installed. Is that the issue?

    ADMIN SCREEN
    —–
    Recent Activity
    The daily backup was successful. 13 mins ago
    Error pushing changes to the remote repository. 13 mins ago
    Successfully backed up the database. 13 mins ago
    Error pushing changes to the remote repository. 24 mins ago
    Error pulling changes from the remote repository. 24 mins ago
    Error pushing changes to the remote repository. 45 mins ago
    Commmitted #bba6713 to the local repository. 45 mins ago

    SUCESSFUL GIT PUSH ON LINUX
    —-
    !!!MY-LINUX-USER-NAME!!! [~/public_html/.git]# git push -u origin –all
    Counting objects: 4233, done.

    Delta compression using up to 2 threads.
    Compressing objects: 100% (4137/4137), done.
    Writing objects: 100% (4233/4233), 65.49 MiB | 8.29 MiB/s, done.
    Total 4233 (delta 621), reused 0 (delta 0)
    To [email protected]:!!!MY-GIT-USER-NAME!!!/!!!MY-REPOSITORY-NAME!!!.git
    * [new branch] master -> master
    Branch master set up to track remote branch master from origin.
    !!!MY-LINUX-USER-NAME!!! [~/public_html/.git]#

    WordPress 4.0.1
    Theme: X from theme.co
    CENTOS 6.6 x86_64 virtuozzo – server
    WHM 11.46.1 (build 4)
    PHP 5.5.19 (cli) (built: Dec 20 2014 23:11:02)
    git version 1.7.1

    [~/.ssh]# cat known_hosts
    bitbucket.org,131.103.20.167 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y…

    [~/.ssh]# cat config
    Host bitbucket.org
    IdentityFile ~/.ssh/id_rsa

    [~/public_html/.git]# cat config
    [core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    [user]
    name = !!!MY-BITBUCKET-USER-NAME!!!
    email = !!!MY-BITBUCKET-EMAIL-ADDRESS!!!
    [revisr]
    token = !!!!REDACTED!!!
    auto-push = true
    auto-pull = true
    [remote “origin”]
    url = [email protected]:!!!MY-BITBUCKET-USER-NAME!!!/!!!MY-BITBUCKET-REPOSITORY!!!.git
    fetch = +refs/heads/*:refs/remotes/origin/*
    [branch “master”]
    remote = origin
    merge = refs/heads/master

    I can’t find the “Import CSV” menu. Where is it?

    I just moved my site to another host using WordPress’s import/export feature. While I was happy that CF7’s data was properly transferred, CFDB seems to be incompatible with that process. So, I went to the old host, exported the database, but I can’t figure out how to insert it back where it belongs.

    Thanks!
    http://acq1.com/u

    Jagan, there is something named “Pro” on the website. Is that the Enterprise plan or is that different.

    Thread Starter davebos

    (@davebos)

    Thanks. Do you happen to have any ideas for a plugin that could help me out. Ideally I would want to store the info in some type sortable database which is why tablepress came to mind, more for its backend storage of the information in a database and ability to call it without advanced programming.

    I’ve been toying with the concept of installing Magento Community Edition storefront, but that seems like overkill. I’m thinking I need to do something like this:
    http://papermashup.com/json-and-php-product-gallery/

    Sorry, this is probably not the right place to ask. I just don’t even know where the right place would be.

    Thanks.

    Wooops. I just realized that this was a discussion related to a plug-in, Digg Digg. Funny thing is that I am having the same issue without having that plug in installed. So I have no idea what is causing it. It occurs on one website that is almost the same as another that doesn’t have the problem. I will go through and see if there are any additional plug ins. In the meantime, does anyone know how to do a full text search of all code using wordpress or cpanel? My thought is to search for string “rawurlencode” to get a clue where this is happening. I believe the standard cpanel file manager search seems to be for file names only.

    Anyone know how to do that using filters in functions.php? I don’t want to mess with the core code.

    And this fixed it?

    Is that easy to put into functions.php?

    Will facebook fix this instead?

    same here, but I am already using get_permalink() and added http:// Funny thing is that it works on one site and not on this one that are basically identical except for the app id.

    Still can’t get it to work.

    I am going to have the same issue as greencode. I was hoping to use WPML, but maybe I will need to switch to a translation engine that does it right in the html or figure out some other method.

    Tobias, do you have a preferred translation system?

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