To post a new support question, click the Post New Topic button below.
Current Version: 4.7.1 | Sytist Manual | Common Issues | Feature Requests
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.
Error Code To View Pictures
B
Bill Curry
5 posts
Fri Sep 02, 22 1:48 PM CST
I've had two customers so far tell me that they are receiving this error code (see attached) after they create an account and are no longer able to view any of their photos. I tried re uploading the photos with a different keyword and if I try from my end it works fine but they are still getting the same error.
Tim - PicturesPro.com
15,854 posts
(admin)
Sat Sep 03, 22 4:44 AM CST
Nothing attached, no error code.
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
My Email Address: info@picturespro.com
B
Bill Curry
5 posts
Tue Sep 06, 22 2:07 PM CST
Sorry I'm not sure why the photo wasn't attached I'm going to re upload in in this message. The problem seems to only happen when someone either creates an account or signs into their existing account, otherwise other people who have not created an account were able to order with no issues.
Attached Photos
Tim - PicturesPro.com
15,854 posts
(admin)
Wed Sep 07, 22 5:07 AM CST
That says you are missing a database table from the database for some reason.
To recreate it click Settings in the Main Menu then UNDERNEATH the left menu click MySQL query.
Copt & Paste the following and click run
CREATE TABLE `ms_gallery_free` (
`free_id` int(11) NOT NULL AUTO_INCREMENT,
`free_person` int(11) NOT NULL,
`free_product` int(11) NOT NULL,
`free_gallery` int(11) NOT NULL,
`free_sub` int(11) NOT NULL,
PRIMARY KEY (`free_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1000;
To recreate it click Settings in the Main Menu then UNDERNEATH the left menu click MySQL query.
Copt & Paste the following and click run
CREATE TABLE `ms_gallery_free` (
`free_id` int(11) NOT NULL AUTO_INCREMENT,
`free_person` int(11) NOT NULL,
`free_product` int(11) NOT NULL,
`free_gallery` int(11) NOT NULL,
`free_sub` int(11) NOT NULL,
PRIMARY KEY (`free_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1000;
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
My Email Address: info@picturespro.com
B
Bill Curry
5 posts
Sun Sep 11, 22 11:00 AM CST
Tim - PicturesPro.com
15,854 posts
(admin)
Mon Sep 12, 22 4:46 AM CST
You are missing another database table.
To recreate it click Settings in the Main Menu then UNDERNEATH the left menu click MySQL query.
Copt & Paste the following and click run
CREATE TABLE `ms_free_downloads` (
`free_id` int(11) NOT NULL,
`free_pic` int(11) NOT NULL DEFAULT '0',
`free_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`free_date_id` int(11) NOT NULL DEFAULT '0',
`free_person` int(11) NOT NULL DEFAULT '0',
`free_ip` varchar(30) NOT NULL DEFAULT '',
`free_prod` int(11) NOT NULL DEFAULT '0',
`free_zip` int(11) NOT NULL,
`free_zip_number` int(11) NOT NULL,
`download_credits` int(11) NOT NULL,
`free_background` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
To recreate it click Settings in the Main Menu then UNDERNEATH the left menu click MySQL query.
Copt & Paste the following and click run
CREATE TABLE `ms_free_downloads` (
`free_id` int(11) NOT NULL,
`free_pic` int(11) NOT NULL DEFAULT '0',
`free_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`free_date_id` int(11) NOT NULL DEFAULT '0',
`free_person` int(11) NOT NULL DEFAULT '0',
`free_ip` varchar(30) NOT NULL DEFAULT '',
`free_prod` int(11) NOT NULL DEFAULT '0',
`free_zip` int(11) NOT NULL,
`free_zip_number` int(11) NOT NULL,
`download_credits` int(11) NOT NULL,
`free_background` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
My Email Address: info@picturespro.com
B
Bill Curry
5 posts
Mon Sep 12, 22 2:59 PM CST
That worked thank you so much!!
Please log in or Create an account to post or reply to topics.

Loading more pages