Attention

If your Photo Cart is suddenly getting a 500 error or only displaying a blank page then you or your hosting company has updated the PHP (programming language) to PHP 7 which Photo Cart is not compatible with (and will not be compatible with) mainly because of the removal of the my_sql functions which are replaced with my_sqli functions. 

You would need to have the PHP version downgraded to 5.6 in order for Photo Cart to work. If downgrading the PHP doesn't work then you may have to update Photo Cart to the last version of 7. Download Photo Cart 7 upgrade files. Upgrade instructions.

Photo Cart was retired in 2015. Check out Sytist.

Please log in or Create an account to post or reply to topics.
You will still receive notifications of replies to topics you are part of even if you do not subscribe to new topic emails.

Help! Thumbnails Not Showingup In Gallery

C
9 posts
Sat Jun 20, 15 3:00 PM CST
I just switched my site over to a WordPress site and had to move my photocart folder to a different location. Everything seems to be working fine except non of my galleries show the thumbnails on the client side, you can see the enlarged images but not the thumbnails. In the admins side you can view the thumbnails and everything appears to be normal. I am using version 7.1
16,148 posts (admin)
Mon Jun 22, 15 5:39 AM CST
You probably need to edit the setup.php file in Photo Cart and change the photo_cart_folder value to the name of the new folder.
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
C
9 posts
Mon Jun 22, 15 6:36 AM CST
Thanks for your help Tim. Here is a copy of my setup.php file can you tell me where the change should be made.

$setup['pc_db_location'] = "xxxxxxxxxxxxx"; // database hostname or location
$setup['pc_db'] = "xxxxxxx"; // The name of the database
$setup['pc_db_user'] = "xxxxxxxxx"; // username to the database
$setup['pc_db_pass'] = "xxxxxxxxxxx"; // password to the database

/* ADMIN folder - if you change this you will have to rename the admin folder to this value. */
$setup['admin_folder'] = "admin";


/* ## The PATH and URLs below normally DO NOT need to be changed. ## */
$setup['path']= dirname(__FILE__);

if(!empty($setup['photo_cart_folder'])) {
$setup['url'] = "http://".$_SERVER['HTTP_HOST']."/".$setup['photo_cart_folder']."";
$setup['secure_url'] = "https://".$_SERVER['HTTP_HOST']."/".$setup['photo_cart_folder']."";
} else {
$setup['url'] = "http://".$_SERVER['HTTP_HOST']."";
$setup['secure_url'] = "https://".$_SERVER['HTTP_HOST']."";
}

/* Remove the // at the beginning of the following 2 lines to create
your own PHP session handling */
// ini_set('session.gc_maxlifetime', 1800);
// ini_set('session.save_path', $setup['path']."/sessions");



ini_set('memory_limit', '100M');
// ini_set("log_errors", "on");
// ini_set("error_log", $setup['path']."/errors.txt");
// ini_set('sendmail_from', 'user@domain.com');
// ini_set("smtp","mail.mydomain.com");
// ini_set("smtp_port","25");

// $db_user_array[] = "user_name1"; //enter 1st user name
// $db_user_array[] = "user_name2"; //enter 2nd user name
// $db_user_array[] = "user_name3"; //enter 3rd user name

// date_default_timezone_set('America/Los_Angeles');

// DO NOT EDIT BELOW HERE
$setup['gallery_folder'] = "photos";
?>
Edited Mon Jun 22, 15 7:41 AM by Tim - PicturesPro.com
16,148 posts (admin)
Mon Jun 22, 15 7:41 AM CST
What is the link to your Photo Cart now?
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
C
9 posts
Mon Jun 22, 15 8:21 AM CST
16,148 posts (admin)
Mon Jun 22, 15 9:32 AM CST
You need to add this line of code under $setup['admin_folder'] = "admin";

$setup['photo_cart_folder'] = "html/photocart";
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
C
9 posts
Mon Jun 22, 15 10:48 AM CST
Thank you for your help Tim! the problem has been fixed.
7 total messages
Please log in or Create an account to post or reply to topics.
This post has been viewed 1,172 times
Category: Galleries
 
Loading more pages
Loading more pages

Sign up for email promotions.

Your information is safe with us and won't be shared.

Thank you for signing up!

 
©2003 - 2021 Grissett, LLC. All Rights Reserved.

By continuing to browse or by clicking Accept Cookies, you agree to the storing of cookies on your device necessary to provide you with the services available through our website.

    Accept   Privacy & Cookie Policy
Loading More Photos
Scroll To Top
Close Window
Loading
Close