hennyc
Forum Replies Created
-
Forum: Plugins
In reply to: [Issuu PDF Sync] Not syncing or displayingThanks to astranda for the useful post. However, I cannot get ISSU PDF Sync to work on a live non passworded wordpress website!
It does not load the PDF to ISSU, it fails at that point, but just says the file has failed to load. No other error messages?
Forum: Plugins
In reply to: [Issuu PDF Sync] File dropdown list does not showI am on wordpress 3.7.1 with issuu pdf sync 2.2.5 and I dont have any files in the drop down, even though I have even manually loaded one to issu?
Forum: Plugins
In reply to: [WP Photo Album Plus] Photos not loading (v5.1.15)Hi Opa
The next time you get a numpty user posting they cannot load an image via your excellent plugin, tell then to look in their php.ini settings. I had ‘upload images’ turned off.
I feel totally embarrased. Your plugin now works beautifully.
Many thanks for trying to help me with this,
Forum: Plugins
In reply to: [WP Photo Album Plus] Photos not loading (v5.1.15)I am not sure if this helps, but when I use the ‘upload multiple photos’ button, it does not seem to have the images available. The images show in the ‘selected images’ box.
But when the ‘upload multiple images’, when it goes through the wppa_upload.php, the $_FILES array seems empty
// Upload multiple photos
function wppa_upload_multiple() {
global $wpdb;
global $warning_given;$warning_given = false;
$uploaded_a_file = false;$count = ‘0’;
foreach ($_FILES as $file) {
if ( is_array($file[‘error’]) ) {It does not go through the foreach ($_FILES as $file).
(neither does the single image uplaod?)
Forum: Plugins
In reply to: [WP Photo Album Plus] Photos not loading (v5.1.15)That has removed the error, but the photos still do not load. No error messages now?
Forum: Plugins
In reply to: [WP Photo Album Plus] Photos not loading (v5.1.15)Hi
I get the following error when I use the tickbox ‘after upload go to album’
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘`os_wppa_albums’ at line 1]
SELECT * FROM `os_wppa_albumsForum: Plugins
In reply to: [WP Photo Album Plus] Photos not loading (v5.1.15)Hi
I will try your suggestions.
I have found that Import photos does work?!
Forum: Plugins
In reply to: [WP Photo Album Plus] Photos not loading (v5.1.15)Re the above, the site is still being developed as ‘localhost’ so is not available on the web.
I have WPPA debugging switch on, but don’t know how to use it!