A non-numeric value encountered
-
In the course of uploading pics to the gallery following message appears:
Warning: A non-numeric value encountered in /home/.sites/72/site4252024/web/wp-content/plugins/wp-photo-album-plus/wppa-common-functions.php on line 1343 . The bold line is the 1343…
????// If no data, assume yes
????if ( ! $memory_limit ) {
????????return true;
????}
????// Calculate the free memory
????$free_memory = $memory_limit - memory_get_usage( true );
????// Substract filesize
????$free_memory -= filesize( $file );
????// Compute required memorysize
????$imagesize = getimagesize( $file );
????$source_pixels = $imagesize[0] * $imagesize[1];Fotos are uploaded, but message appears.
Can you give me a hint what it could be?
- This topic was modified 9 months, 2 weeks ago by .
- This topic was modified 9 months, 2 weeks ago by .
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘A non-numeric value encountered’ is closed to new replies.