Go Game Guru
Forum Replies Created
-
Forum: Plugins
In reply to: [Glift Go Game] Blank space after board and post textThanks for reporting the issue Luciano, and sorry about the slow reply. We’re working on it here: https://github.com/gogameguru/glift-go-game/issues/7
Forum: Plugins
In reply to: [Glift Go Game] co-ordinatesHi Todd, not yet but it’s one of our top priorities and coordinates are coming very soon. I noticed that over on Antti’s blog, he’s added coordinates to the background image as a temporary workaround: https://gooften.net/2014/07/21/glift-viewer/
OK, I have some things myself I have to deal with right now, so the next few days I’ll be travelling and won’t be able to respond immediately. I’ll do my best to help you though.
I’m assuming your server is running on a LAMP (Linux, Apache, MySQL, PHP) setup? If not, you might need to change some things in my instructions to fit your setup.
If my instructions below don’t make any sense to you, get a friend who knows a bit about how to use Linux to read them, or show them to a technical support person at your webhost.
Firstly some questions:
1. Do you have a backup of your database from before you installed the plugin? (If you don’t you’re going to need someone else to help you, preferably the plugin author because he might know what he’s broken.)
2. Do you have access to/know how to access PHPMyAdmin on your server? (If you don’t know ask your webhost for help with this)
3. Do you have FTP access to the server?If you answered yes to all those questions, then one process to fix this is:
1. Connect to your server by FTP or SSH.
2. Open your wp-config.php file to find out what the name of your WordPress database is.
3. Log in to PHPMyAdmin.
4. Backup your current WordPress database to a new file and then drop that database (that means delete it – don’t drop the database user – we still need them).
5. Import your old backup file from before you installed the plugin to recreate the database (if it says the file is too big, see below).
6. Edit wp-config.php to change the database prefix back to what it was before – the default is “wp_”.
7. Save the file and upload it back to the server, then try logging in again.
8. You might need to restart some services if you can?
If things aren’t working, try restarting Apache by typing:
service httpd restart
if that doesn’t work… try
/etc/init.d/apache2 restartBy default PHPMyAdmin doesn’t allow very large files to be uploaded through the web interface. If your backup is too big you may need to edit /etc/php5/apache2/php.ini on your server. Change the following values to:
memory_limit = 64M
post_max_size = 64M
upload_max_filesize = 64MThen save the file and restart Apache.
(this assumes that 64MB is enough for you to upload the file)I hope this helps.
Forum: Plugins
In reply to: [W3 Total Cache] Java executable "not valid" for YUI minify in W3TCI’m having this problem too. No matter what I do I can’t work out how to get YUI compressor to work.
I installed OpenJDK via yum and have extracted the YUI compressor jar file.
When I click test W3TC keeps saying:
JAVA executable (/usr/bin/java) is not a valid file.
Just like it did for psbook.
I can run YUI compressor no problem (as root) when I SSH in.
I also checked that open_basedir wasn’t configured and that apache is running under apache.
I’m not sure how to check whether system() or shell_exec() are disabled and is it safe to enable those?
Also, turning PHP safe mode off doesn’t help. I feel like a bashing my head against a wall.
Does anyone have any advice please?
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] wp.me resolves to local test environmentOk, I’ve fixed this to some extent by removing the stats plugin from my real blog and reinstalling it. When I reconfigured it from scratch, it let me add a new blog to ‘my blogs’ on WordPress.com and shortlinks are working again.
However, if anyone else is going to do this, bear in mind that you’ll lose all your stats. Also, there’s probably no way to update the handful of shortlinks that were published on twitter before I noticed this problem, is there? They still point to the wrong server.