Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

Webitect

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • May 18, 2017 at 1:11 pm in reply to: Insight on SQL high disk usage on Host server… #75697
    Webitect
    Member

    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!

    May 17, 2017 at 6:29 pm in reply to: Insight on SQL high disk usage on Host server… #75694
    Webitect
    Member

    Hi 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.

    October 4, 2016 at 3:19 pm in reply to: WP Photo Seller Album font size too small #74281
    Webitect
    Member

    Awesome, Thank you!

    September 14, 2016 at 12:59 pm in reply to: Gallery Home Page Thumbnails not showing #71074
    Webitect
    Member

    I 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.

    September 13, 2016 at 5:21 pm in reply to: Gallery Home Page Thumbnails not showing #71071
    Webitect
    Member

    Hi 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.

    September 12, 2016 at 10:20 am in reply to: Gallery Home Page Thumbnails not showing #71070
    Webitect
    Member

    Re-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.

    September 9, 2016 at 8:14 pm in reply to: Gallery Home Page Thumbnails not showing #71068
    Webitect
    Member

    Hi 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.

    September 9, 2016 at 7:24 pm in reply to: Gallery Home Page Thumbnails not showing #71067
    Webitect
    Member

    Sorry 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.

    September 9, 2016 at 3:57 pm in reply to: Gallery Home Page Thumbnails not showing #71066
    Webitect
    Member

    Hi 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!

    September 8, 2016 at 5:30 pm in reply to: Gallery Home Page Thumbnails not showing #71064
    Webitect
    Member

    Hi,

    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.

    September 8, 2016 at 2:41 pm in reply to: Photo details page captions ot extra details #69246
    Webitect
    Member

    Hi 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.

    September 8, 2016 at 6:25 am in reply to: Photo details page captions ot extra details #69244
    Webitect
    Member

    Is it possible to have BOTH captions and descriptions show up beneath the title on image details page?

  • Author
    Posts
Viewing 12 posts - 1 through 12 (of 12 total)

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ