Forum Replies Created
-
AuthorPosts
-
WebitectMember
Thanks for the help wzp and Peter.
Peter, I’m not sure what I’m saying I’m just relaying info from my host. I’m pretty sure there are more than one session ID. Tech support has since purged the records but sent me one log file of one instance. If you want I can send it to you.
wzp, I’m pretty sure plenty of people don’t like me, lol.
I guess the current fix of banning the offending IP is the only fix…
Once again, thank you guys for the all the help and patience!
WebitectMemberHi Peter,
Thanks for the quick reply. Here’s the latest (I haven’t been able to find the log in question tho).
“If you go into phpmyadmin (bravenet, databases), and find the wp_EventPhotos_RSIwps_sessions table, take a look for a entry named “PMW3MJ2AM6SUY4A1IKTTGMPDH6L0YRHJ5E1TJ2XZ” (I just used find J2XZ to find it). But that entire blob was being written to the database repeatedly over and over.”
At the moment, the fix is blocking the IP address causing this issue. Thanks for any insight you can provide.
WebitectMemberAwesome, Thank you!
WebitectMemberI was trying to set the “Albums” page to be the static page but I can’t because the page shows:
Warning: getimagesize(): http://wrapper is disabled in the server configuration by allow_url_fopen=0 in /misc/19/133/769/758/user/web/eventphotos.rayshiuimages.com/wp-content/plugins/wp-photo-seller/views/album/album-home/template-2/album-home template-2.php on line 65
Warning: getimagesize(http://eventphotos.rayshiuimages.com/wp-content/uploads/2016/09/Transportation_Thumb): failed to open stream: no suitable wrapper could be found in /misc/19/133/769/758/user/web/eventphotos.rayshiuimages.com/wp-content/plugins/wp-photo-seller/views/album/album-home/template-2/album-home template-2.php on line 65
For each album that I’ve made (so far only 2). The Curl php stuff my host provider sent is supposed to fix it.
Thanks for looking into this, Peter.
WebitectMemberHi again Peter,
My Host guys have this solution:
Curl Example:
header(‘content-type:text/plain’);
// define the URL to load
$url = ‘http://project64.c64.org/misc/assembler.txt’;
// start cURL
$ch = curl_init();
// tell cURL what the URL is
curl_setopt($ch, CURLOPT_URL, $url);
// tell cURL that you want the data back from that URL
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// run cURL
$output = curl_exec($ch);
// end the cURL call (this also cleans up memory so it is
// important)
curl_close($ch);
// display the output
echo $output;
?>
Or:
ch = curl_init(‘http://example.com/image.php’);
$fp = fopen(‘/my/folder/flower.gif’, ‘wb’);
curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
fclose($fp);
But I don’t know what to do with that…and they said you would…Please advise.
WebitectMemberRe-creating the galleries fixed one thumbnail after 2 tries. One is still not showing, will try again later.
Is there a way to edit product numbers? After so many re-do’s I don’t want my product numbers starting so high.
Please advise.
WebitectMemberHi again,
I was trying to bypass the photo gallery page by making an album. The good news is, all 3 thumbnails for the galleries showed up within the album. The bad news is, the album thumbnail does not show up. I got this message:
Warning: getimagesize(): http://wrapper is disabled in the server configuration by allow_url_fopen=0 in /misc/19/133/769/758/user/web/eventphotos.rayshiuimages.com/wp-content/plugins/wp-photo-seller/views/album/album-home/template-2/album-home template-2.php on line 65
Warning: getimagesize(http://eventphotos.rayshiuimages.com/wp-content/uploads/2016/09/Transportation_Thumb): failed to open stream: no suitable wrapper could be found in /misc/19/133/769/758/user/web/eventphotos.rayshiuimages.com/wp-content/plugins/wp-photo-seller/views/album/album-home/template-2/album-home template-2.php on line 65
I sized the thumbnail to 150 x 150.
Please advise.
WebitectMemberSorry I meant “did not” in the above post. I uploaded another gallery and a thumbnail was generated and present, but the other 2 didn’t, I even picked a new image for the thumbnail for both galleries.
Please advise.
WebitectMemberHi Peter,
Thanks for the quick response. I did modify the plugin (wouldn’t know how). I checked the thumbnail size and it was 600 x 600 so I changed it to 150 x 150.
What do I need to do to get the thumbnails regenerated and showing up?
Thanks for you help!
WebitectMemberHi,
I’ve built 2 galleries and both do not have thumbnail images representing them in the Photo Gallery page. Some browsers show the missing/broken image link icon and others just show the gallery name. Clicking the gallery text opens the gallery and everything shows up fine.
Photon in Jetpack is not on.
php memory in htaccess increased to:
php_value max_file_uploads 100
php_value max_input_vars 5000
php_value post_max_size 512M
php_value upload_max_filesize 512M
Emailed my host regarding the http_referer. But don’t know what to do with it, or if that’s the issue but asked just in case you need that info.
website: eventphotos dot rayshiuimages dot com /
Please advise.
WebitectMemberHi Peter,
Thanks for the quick response. Is there a way to have the embedded IPTC caption imported to the description field? Or can a different IPTC field be mapped to import into the description field?
I have over 1000 images to move over to this software and cutting and pasting from caption to description is going to take me forever.
Thanks for the help.
WebitectMemberIs it possible to have BOTH captions and descriptions show up beneath the title on image details page?
-
AuthorPosts