Forum Replies Created

Viewing 15 replies - 16 through 30 (of 35 total)
  • Thread Starter hedera

    (@hedera)

    The WPLANG definition was there before.

    I added the following 2 lines, just before the “Happy blogging” comment, because that was what GoDaddy suggested. (Shoulda known better!)

    define(‘FORCE_SSL_ADMIN’, true);
    define(‘FORCE_SSL_LOGIN’, true);

    I found a note today that only the FORCE_SSL_ADMIN statement was needed, so I tried again with that statement only and got the same error.

    I now think we may have a plugin conflict, we have the W3TC Browser Cache plugin installed and it has filled the .htaccess file with lines of junk I haven’t had time to analyze. Ever hear of anything like that?

    Thanks for your interest, by the way, help is much appreciated.

    Thread Starter hedera

    (@hedera)

    I’ve now learned that, in a non-flash site, you display the site name with this code:

    <?php bloginfo(‘name’)

    Name is one of the values in the system variable bloginfo. Is there any way for me to take the value out of that variable, reformat it with the middle letters italicized, and put it back?? Where would I do that? I’ve already tried doing it in the Settings page and it didn’t work.

    Thread Starter hedera

    (@hedera)

    Actually, I have now found the header.php; I don’t see anything in it that would format the site title. I did find evidence that you may be right – the header may actually be a flash file. I regret the depth of my ignorance of flash, I have never worked with it and have no tools. If it’s being done in Flash, I probably can’t duplicate it. I was hoping I could find out the name of the variable that holds the site title, and format it myself in a child theme, but I’m still looking.

    Thread Starter hedera

    (@hedera)

    I can’t find the theme’s header.php file. All that flash code isn’t for the title and menu formatting – I commented it out to see what would go away. It’s for the photo display only. Commenting out the flash had zero effect on the title and menu format.

    I found a file which suggests that all those critical files are actually being pulled from the previous support person’s personal server! I’ll try to get the files from her, but I have no idea whether or when she’ll cooperate.

    Thread Starter hedera

    (@hedera)

    Thanks, that’s a very helpful suggestion. We do have a plugin with ‘SEO’ in the title. I’ll check it out.

    Thread Starter hedera

    (@hedera)

    Since this chat, I got a request for a backup of another copy of our site (don’t ask), so I thought I’d try Duplicator. I’ve run into a problem. Duplicator assumes (and doesn’t say this until you get to the scan output) that your site is 150MB or less and your database is 50MB or less; also that you have no files over 5MB in size. We have a big old site with a lot of embedded data and we’re over all those limits (site is >300MB, database is just over 95MB, plus 5 non-backup files which exceed the 5MB limit). When I ran the build I got an error, 500 Internal Server Error (probably a timeout).

    Duplicator support tells me I probably can’t use it on a shared or budget hosting site (it’s on GoDaddy). So is there an alternative, free if possible?

    I still plan to try Backup Buddy for my major task – its next scheduled backup is tomorrow so I thought I’d wait for it. But I would like a tool for this other site, if possible a free tool. Any suggestions?

    Thread Starter hedera

    (@hedera)

    Well, I did try to run it. The build ended with an error:
    500 Internal Server Error
    but when I look in the directory /home/content/16/6136616/html/wp-snapshots/tmp

    I see 2 files

    20140331_liferingtestsite_xxxxx_archive.zip.hPOWX4 (178,766,899)
    20140331_liferingtestsite_xxxxx_database.sql (96,691,950)

    So it looks like it bombed on the file backup because the SQL dump is about the right size. I may try this again without the remaining 5 oversized files.

    But I’m discouraged by the size limitations. It would be nice if I had a small site that duplicator could easily handle but that’s not the real world. Any other suggestions??

    Thread Starter hedera

    (@hedera)

    A little further research tells me that lifering.org, which I want to clone, already has Backup Buddy installed – I’m one of a team of volunteers who maintains the site, and one of the others put it in. I think they put it in just to do site backups but it says it will move the site – and if I use it, I get paid tech support! Do you have any experience with Backup Buddy?

    It’s encouraging to hear that Duplicator is that easy to use. I may try it out on another project I’m working on.

    As a career techie and programmer, I never want to do anything by hand if someone has built a good automation for it!

    Thread Starter hedera

    (@hedera)

    Keith,
    Thanks for the response, I will certainly look into Duplicator, as I actually have 2 sites I’d like to make copies of for test purposes.

    I have reviewed the Codex post on moving WordPress in extreme detail. I’m still confused about the issue of updating the URLs in the database, and as I said, I got conflicting bad advice from my hosting company. If Duplicator will do all this for me, then fine; but I like to understand what’s going on in these moves. Specifically, if the absolute site path changes, do I have to change that in the database? It’s definitely in there and I don’t see how you could not change it, and expect things to work.

    In the move that started all this, both the URL and the absolute path have different lengths on the copy site. Apparently some years ago you could just swap out the URLs, but now this data serialization issue apparently makes that break. What’s a gal to do?

    Thread Starter hedera

    (@hedera)

    Tim, I appreciate the feedback, and you’re probably right. But – that leaves me, once again, with the choice of either running JetPack or running my purchased theme. If I go back to the Modulus support team and say, by the way, can Modulus run on jQuery 1.8.3, what do you think they’d say? Frankly, right now JetPack is turned off so I can work on configuration.

    Thread Starter hedera

    (@hedera)

    It happens in all 3 of those browsers, I tested it. I normally work in either the latest version of FireFox or the latest Chrome. For the record I also tested this in IE9. I can’t manipulate widget boxes in any browser when both JetPack and the Modulus theme (and Gantry plugin) are active. On the other hand, deactivating ONLY JetPack allows me full control of widgets.

    We’ve now turned the Modulus them on. Since I’m not done reconfiguring the theme, JetPack is still off. The site is http://lifering.org.

    Thread Starter hedera

    (@hedera)

    I solved this one with help from the good folks at StackOverflow.com. The rebuild changed some PHP settings, the one at issue was open_basedir:

    open_basedir = "/var/www/vhosts/lifering.org/:/tmp/"

    The solution was to create a hard link called mysql (could have been a symlink) in the /tmp directory and then change the MySQL path in WP-DBManager to /tmp/mysql. The error message immediately went away.

    I thought this was fixed, then I came back from vacation and ran a bunch of plug-in updates on my site, and the error came back:

    Fatal error: Cannot redeclare add_screen_meta_link() (previously declared in /home/content/16/6136616/html/wp-content/plugins/broken-link-checker/includes/screen-meta-links.php:256) in /home/content/16/6136616/html/wp-content/plugins/gantry/admin/screen-meta-links.php on line 205

    I had the solutions from this thread, of course, but they didn’t work this time. As far as I can tell, both Gantry and the Broken Link Checker use the SAME file, screen_meta_links.php, written by Janis Elsts. But Gantry is using a 2010 version, and BLC uses a 2011 update. I compared the files in WinMerge to discover this. The file contents are now so different that moving the endif; no longer corrects the problem. I’ve had a problem open in the RocketTheme forum since August and no one has responded. Anyone here got any suggestions?

    Thread Starter hedera

    (@hedera)

    Stefan, thanks for the response. At least it isn’t just us. As you say, it all seems to work fine.

    I did move the endif; to the file end. It didn’t eliminate the error.

    The error didn’t go away until I removed the last function in the file. It was late and I was trying to finish something, the error was preventing me from doing ANYTHING in my admin console. I didn’t have the energy to debug the php.

Viewing 15 replies - 16 through 30 (of 35 total)