Spikeeee
Forum Replies Created
-
Thanks for the reply Matt
Hopefully it is something that will come in, and soon. Not just for reporting for clients so site admins will find it easier to get them to pay for the premium licence, I think standard users would find it useful/interesting too. Site Admins could also see over a period of time if the same IP is trying to access so you could then permanently block it, or for a data nerd like me I love seeing facts/figures.
I hope that this feature request is strongly considered.
Thanks again for the great app
Apologies
wp-config.php was missing the lines telling WordPress what Character encoding it needed which are the following lines:
/** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', '');
Place the above information in your wp-config.php file, so you will need to download the file from the server using a FTP client (like Filezilla), edit it and then reupload it. Make sure you do not change anything in the file.
You want to add the lines underneath the MySQL database login and above the keys so between these two lines as an example of where you will be placing the data.
** Example of where to place the code in your wp-config.php **
define('DB_HOST', 'localhost'); // ...and the server MySQL is running on [ENTER THE TWO LINES HERE] /**#@+ * Authentication Unique Keys and Salts.
I’m not sure if it matters where you place the lines, but looking at the config files on all my other installations this is where it is located.
Hopefully this is clearer?
ha 3 days of trying to figure it out and as soon as I post I figure it out.
wp-config.php was missing the character set. If anyone experiances the same issue, open up the file and add the following two lines under where you login details are:
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);Example:
define(‘DB_HOST’, ‘localhost’); // …and the server MySQL is running on
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);/**#@+
* Authentication Unique Keys and Salts.Hope this helps someone else out ??
Tested solution 3 times and each time the above fixes it. For some reason the db was setting itself to Swedish which was causing the issues
Forum: Plugins
In reply to: [Sync Facebook Events] [Plugin: Sync Facebook Events] Nothing happensAlso the same issue, including using the example, everything runs and I get the message that it has updated, however nothing appears in the Calendar app or on the page.
Really hope that this gets sorted as this looks like an awesome app!
Running latest WordPress
Forum: Plugins
In reply to: [DGallery] [Plugin: DGallery] NextGen GalleryThank you for your super quick response ??
It’s a shame, hopefully it will get included or adapted for NextGen. I will have a look at maybe using the inbuilt gallery but I doubt it as I have quite a few to manage.
Thanks again