Jump to content

Check Out Options Not Working After Update to 6.4.6


slic535

Recommended Posts

"They still show in Manage Extensions."

This suggests these "checkout options" are provided by a plugin? What plugin?

If so, and if your active skin is actually named 'Foundation', then the upgrade overwrote your skin, and you will need to re-apply any skin customizations that the plugin requires.

 

Link to comment
Share on other sites

i am using karuto and it happened. i changed to foundation but i got the same thing. my authorize.net, manual credit card, postal order form, dont work. i have tried to manualy upgrade the extentions but its not working. i only get this when going through checkout. 

 

Many thanks for your order! The order status is currently pending but it will automatically update to processing once payment is confirmed. Normally this is automated and will happen within the hour but please do contact us if you require more information.

 

i think there is something wrong with the update. the only thing i can do is have my hosting company revert me back to 6.4.5.

Edited by slic535
Link to comment
Share on other sites

There are two database calls that I do not like.

In /classes/cubecart.class.php, near line 1934, find:

if($gateways = $GLOBALS['db']->select('CubeCart_modules', false, $where, array('position' => 'ASC')) == false) {

Change to:

if(($gateways = $GLOBALS['db']->select('CubeCart_modules', false, $where, array('position' => 'ASC'))) === false) {

Near line 2280, find:

if($gateways = $GLOBALS['db']->select('CubeCart_modules', false, array('module' => 'gateway', 'status' => '1'), array('position' => 'ASC')) == false ) {

Change to:

if(($gateways = $GLOBALS['db']->select('CubeCart_modules', false, array('module' => 'gateway', 'status' => '1'), array('position' => 'ASC'))) === false ) {

I am still installing CC646 in my dev environment, so I cannot, as yet, test if this is the problem.

 

Link to comment
Share on other sites

after checking on this, i have an ini.inc.php and an error log above it for today when i did the update. here is the top part of the error_log

 

[10-Aug-2022 15:28:33 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 113
[10-Aug-2022 20:30:10 UTC] PHP Warning:  Illegal string offset 'method' in /home3/slic535/public_html/setup/index.php on line 240
[10-Aug-2022 15:30:11 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 15:30:19 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 203
[10-Aug-2022 20:30:31 UTC] PHP Warning:  Illegal string offset 'method' in /home3/slic535/public_html/setup/index.php on line 240
[10-Aug-2022 20:31:06 UTC] PHP Notice:  Undefined index: db_converted in /home3/slic535/public_html/setup/setup.upgrade.php on line 114
[10-Aug-2022 20:31:06 UTC] PHP Notice:  Undefined index: config_converted in /home3/slic535/public_html/setup/setup.upgrade.php on line 145
[10-Aug-2022 20:31:15 UTC] PHP Notice:  Undefined index: db_converted in /home3/slic535/public_html/setup/setup.upgrade.php on line 114
[10-Aug-2022 20:31:15 UTC] PHP Notice:  Undefined index: config_converted in /home3/slic535/public_html/setup/setup.upgrade.php on line 145
[10-Aug-2022 20:31:15 UTC] PHP Notice:  Undefined variable: updates in /home3/slic535/public_html/setup/setup.upgrade.php on line 247
[10-Aug-2022 20:31:15 UTC] PHP Notice:  Undefined index: autoupgrade in /home3/slic535/public_html/setup/index.php on line 615
[10-Aug-2022 15:34:05 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5bprice%5d" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 15:40:45 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170

 

if this isnt it let me know i will try the link you sent. also i erased the setup folder after install. should i try to reinstall the update?

Edited by slic535
Link to comment
Share on other sites

Let me research the errors. A couple of them look interesting.

I also ask that you try making the edits to the database calls I published above.

I did verify that the list of gateways gets destroyed (that is, the query succeeds, but the if/then expression is faulty). Fixing the expression does solve that.

Please examine the ini-custom.inc.php file. The 'max_execution_time' should let PHP run for a max of 60 seconds. I fear your hosting provider may have locked your site to a max of 30 seconds.

Still, 30 seconds is a ridiculously long time unless CubeCart has to rebuild derivatives of hundreds/thousands of source images, or on very large image files (causing the timeouts in the GD class).

 

Link to comment
Share on other sites

i have made a new folder ini-custom.inc.php. it doesnt do anything though and there is no new error log shown. i have also edited the database calls and it made my website front end blank. also in my classes folder there is another folder named classes inside it with the same stuff.

Edited by slic535
Link to comment
Share on other sites

ok i made a file and placed it in the folder. i checked the error log and turned on debug. here is the first page of it

 

Date Message
select_all.gif Check/Uncheck all With Selected:     Mark as Read    Mark as Unread      
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5c33102b1785812aea62efd6497906e9b31e3ad2_0.file.box.sale_items.php.php:41 - Undefined index: saving
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2








 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5ecfdea7d03d100ed27480dc73397e7bada42da0_0.file.main.php.php:77 - Undefined index: FBOG
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2






 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5ecfdea7d03d100ed27480dc73397e7bada42da0_0.file.main.php.php:77 - Trying to get property 'value' of non-object
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2






 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/069d5787e31c2f30368e63186ea8374095103d68_0.file.content.recaptcha.head.php.php:24 - Undefined index: RECAPTCHA
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2











 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/069d5787e31c2f30368e63186ea8374095103d68_0.file.content.recaptcha.head.php.php:24 - Trying to get property 'value' of non-object
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2











 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/069d5787e31c2f30368e63186ea8374095103d68_0.file.content.recaptcha.head.php.php:24 - Undefined index: RECAPTCHA
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2











 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/069d5787e31c2f30368e63186ea8374095103d68_0.file.content.recaptcha.head.php.php:24 - Trying to get property 'value' of non-object
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2











 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/069d5787e31c2f30368e63186ea8374095103d68_0.file.content.recaptcha.head.php.php:29 - Undefined index: RECAPTCHA
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2











 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/069d5787e31c2f30368e63186ea8374095103d68_0.file.content.recaptcha.head.php.php:29 - Trying to get property 'value' of non-object
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2











 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5ecfdea7d03d100ed27480dc73397e7bada42da0_0.file.main.php.php:104 - Undefined index: LANGUAGE
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2






 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5ecfdea7d03d100ed27480dc73397e7bada42da0_0.file.main.php.php:104 - Trying to get property 'value' of non-object
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2






 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5ecfdea7d03d100ed27480dc73397e7bada42da0_0.file.main.php.php:220 - Undefined index: COOKIE_DIALOGUE_FAIL
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2






 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/5ecfdea7d03d100ed27480dc73397e7bada42da0_0.file.main.php.php:220 - Trying to get property 'value' of non-object
https://www.directknifesales.com/index.php?act=viewCat&catId=2&__=&product_id=2683&page=9&_a=category&cat_id=2






 
Today, 21:43 [<strong>Notice</strong>] /home3/slic535/public_html/cache/skin/7f6a465e0542f83cdbe9263f9510df201ca44fc8_0.file.content.product.php.php:251 - Undefined index: REVIEWS
https://www.directknifesales.com/special-ops-karambit-orange-combat-knife-full-tang.htmlhandleError() (7f6a465e0542f83cdbe9263f9510df201ca44fc8_0.file.content.product.php.php:251)
content_62f46ca6442e60_20489634() (smarty_template_resource_base.php:123)
getRenderedTemplateCode() (smarty_template_compiled.php:114)
render() (smarty_internal_template.php:216)
render() (smarty_internal_templatebase.php:238)
_execute() (smarty_internal_templatebase.php:116)
fetch() (catalogue.class.php:484)
displayProduct() (cubecart.class.php:2812)
_product() (cubecart.class.php:448)
loadPage() (controller.index.inc.php:90)
include() (index.php:20)
Edited by slic535
Link to comment
Share on other sites

here is the error log on the front end before you go into the public files.

 

10-Aug-2022 15:28:33 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 113
[10-Aug-2022 20:30:10 UTC] PHP Warning:  Illegal string offset 'method' in /home3/slic535/public_html/setup/index.php on line 240
[10-Aug-2022 15:30:11 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 15:30:19 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 203
[10-Aug-2022 20:30:31 UTC] PHP Warning:  Illegal string offset 'method' in /home3/slic535/public_html/setup/index.php on line 240
[10-Aug-2022 20:31:06 UTC] PHP Notice:  Undefined index: db_converted in /home3/slic535/public_html/setup/setup.upgrade.php on line 114
[10-Aug-2022 20:31:06 UTC] PHP Notice:  Undefined index: config_converted in /home3/slic535/public_html/setup/setup.upgrade.php on line 145
[10-Aug-2022 20:31:15 UTC] PHP Notice:  Undefined index: db_converted in /home3/slic535/public_html/setup/setup.upgrade.php on line 114
[10-Aug-2022 20:31:15 UTC] PHP Notice:  Undefined index: config_converted in /home3/slic535/public_html/setup/setup.upgrade.php on line 145
[10-Aug-2022 20:31:15 UTC] PHP Notice:  Undefined variable: updates in /home3/slic535/public_html/setup/setup.upgrade.php on line 247
[10-Aug-2022 20:31:15 UTC] PHP Notice:  Undefined index: autoupgrade in /home3/slic535/public_html/setup/index.php on line 615
[10-Aug-2022 15:34:05 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5bprice%5d" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 15:40:45 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 15:44:12 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 15:49:08 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 15:49:17 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 203
[10-Aug-2022 15:53:39 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 203
[10-Aug-2022 15:55:37 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 15:55:55 America/Chicago] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 15:59:56 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.b86185d23e703bccda78759f1ba38921.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 15:59:56 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.7d79bcd02432bc5cbd11a52e7204c3da.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:04:49 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 16:04:57 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 16:05:22 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 16:08:39 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 16:09:50 America/Chicago] PHP Warning:  Invalid argument supplied for foreach() in /home3/slic535/public_html/classes/user.class.php on line 346
[10-Aug-2022 16:17:53 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.f395b8b70b2cacab1f76f5ee931ef4e6.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:17:54 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.a7bf068326e8c6b07a5ff32ba275972e.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:17:57 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.6c7e3703f56acce1f2ec5243821b0b43.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:00 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.adcf69edd0d05ff04b8bbcc38152005b.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:01 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.69ec279b2345381b590ef6aebac3c8d2.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:05 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.0f02ef6159c322cc882911387287ea8e.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:07 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.1f6eb02cc01916ca806c80358b5c0711.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:26 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.5c21cb7e7c3068947d4fc1d8246a35a2.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.0c72b4557f5cd26151921c5647f1e56d.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.5de96bc8b115165a3cedfbe1eab2b7c8.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.623c8502339adbdfd3cad10a8b622f57.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.623c8502339adbdfd3cad10a8b622f57.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.1911f2bbb2f20e460358796686482e22.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.2cf6e2336f4eeb2c6eda3fc6b8d32d7c.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.2cf6e2336f4eeb2c6eda3fc6b8d32d7c.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.a4ed94e26530967a4a8b3b5daac89b7f.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.ec7f0483f080768a5bf86fc03be29107.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:28 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.6c1da3a0ad6542b7d3c091c6736286aa.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:29 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.1661602642ede68ddc1e607151bec282.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:29 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.0bfb917f7800f0c5f0fbc92bcd59dccb.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:29 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.38295c1adbeebaf4a3241b7c5c40c8c0.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:30 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.538932aa7acfced74ec852998f64e75e.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:34 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.8df90ff0aef64e331b40dd48fd13ca78.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:18:34 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.26ff466e893df55a1bb9f8537364a341.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:19:39 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 113
[10-Aug-2022 16:20:26 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 113
[10-Aug-2022 16:28:11 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 16:30:59 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 16:32:23 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 16:37:08 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 16:48:14 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 16:48:51 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 203
[10-Aug-2022 16:49:20 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 113
[10-Aug-2022 16:49:33 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 16:56:37 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bprice%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 16:58:16 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.1911f2bbb2f20e460358796686482e22.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 16:58:54 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 17:00:20 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 17:00:57 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bprice%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 17:12:34 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 17:13:31 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 203
[10-Aug-2022 17:27:23 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 17:33:49 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 17:35:35 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bprice%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 17:37:16 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 17:37:21 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 113
[10-Aug-2022 18:00:41 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.a8fc8cdeb153881bd32fb83cead3ad67.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:01:43 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 18:06:56 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.124c6cc05c7b1efb893718cc87f71c6a.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:06:56 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.a8fc8cdeb153881bd32fb83cead3ad67.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:06:57 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.d455045779009a74761f6973e4a76b90.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:09:54 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.7797f1dc9013e167fdfc4c0d401d1d8b.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:09:55 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.039979662b26f29ec5bd17ea608ddb7c.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:09:56 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.33c6bf60b877af52b7637495c65563db.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:10:21 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.443a590d2ecd5bdbb32bfe311d41534a.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:13:39 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.8066932eca47387f8be7fe9e6bbc79e9.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:13:39 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.54f2eba7addca37c8339894587cfc87d.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:13:40 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.efbac4d6ebf627c38ce08139c7e909b3.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:13:42 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.d60e11573811cb10cf2e1fa47464a48a.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:13:42 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.ab5994edb9348768a3aff398317a5f4b.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:14:27 America/Chicago] PHP Warning:  Invalid argument supplied for foreach() in /home3/slic535/public_html/classes/user.class.php on line 346
[10-Aug-2022 18:15:15 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 203
[10-Aug-2022 18:17:33 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 18:17:33 America/Chicago] PHP Warning:  mysqli::query() [<a href='http://docs.php.net/manual/en/mysqli.query.php'>mysqli.query.php</a>]: (HY000/2006): MySQL server has gone away in /home3/slic535/public_html/classes/db/mysqli.class.php on line 217
[10-Aug-2022 18:17:33 America/Chicago] PHP Warning:  mysqli::query() [<a href='http://docs.php.net/manual/en/mysqli.query.php'>mysqli.query.php</a>]: (HY000/2006): MySQL server has gone away in /home3/slic535/public_html/classes/db/mysqli.class.php on line 217
[10-Aug-2022 18:17:34 America/Chicago] PHP Warning:  mysqli::query() [<a href='http://docs.php.net/manual/en/mysqli.query.php'>mysqli.query.php</a>]: (HY000/2006): MySQL server has gone away in /home3/slic535/public_html/classes/db/mysqli.class.php on line 132
[10-Aug-2022 18:17:34 America/Chicago] PHP Notice:  `log_hash` is not allowed as a key in 'CubeCart_cookie_consent' table! in /home3/slic535/public_html/classes/db/database.class.php on line 959
[10-Aug-2022 18:17:34 America/Chicago] PHP Notice:  `session_id` is not allowed as a key in 'CubeCart_cookie_consent' table! in /home3/slic535/public_html/classes/db/database.class.php on line 959
[10-Aug-2022 18:17:34 America/Chicago] PHP Warning:  mysqli::query() [<a href='http://docs.php.net/manual/en/mysqli.query.php'>mysqli.query.php</a>]: (HY000/2006): MySQL server has gone away in /home3/slic535/public_html/classes/db/mysqli.class.php on line 217
[10-Aug-2022 18:17:37 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.d1ae871b8e03192df5f9fb187160838f.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:02 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.5b0c9be541646f8c93ffd9fb7b387694.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:03 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.ecf0ed76275216b103a3f6d9f2b391ff.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:04 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.dc795a0bb72121d069234e4009806f84.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:04 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.61a680cb6a4422176608a161a8d21463.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:04 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.c2a47dc1e936b6bfd6902176a92d6ffd.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:05 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.69ec279b2345381b590ef6aebac3c8d2.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:06 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.c5c9fe69db815ca81aedc72b7164d5f9.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:06 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.13c9ab49d84accc8ea05e49113215620.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:06 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.f2c339c02a02c4b54caa39c87c3717c1.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:06 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.f2c339c02a02c4b54caa39c87c3717c1.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:06 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.a3b15566f2a4c8fe2d983e3d34ad568a.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:19:07 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.f4fbba40cf5adcbbdf1afaa6b62da01b.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:43 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.a0c685d425f6e7332558d6e9afc9fde9.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:44 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.37d279d88913ab2ecbcb600b13b272f4.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:47 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.92fc7101c92af7d3a796e94e1087c08f.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:48 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.69ec279b2345381b590ef6aebac3c8d2.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:48 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.7924838bf65ca29dee060bfe33e64448.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:48 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.5abdb827544cd21dbd5203b5ab94eeee.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:48 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.5abdb827544cd21dbd5203b5ab94eeee.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:50 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.3727977defd6db2ba0e8ad515afc570b.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:50 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.65ba5867a4603cd27c4b600a7a578894.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:51 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.8cfae4b45a01f545a80f8d676e17cdff.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:51 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.2a98c4d723c17f8dd73f945bc7d8c83a.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:51 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.da15121754936a0cb6e95f3feaeadaec.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:52 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.3eda095f4a843e03370eaf88647d1859.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:52 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.1f6eb02cc01916ca806c80358b5c0711.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:21:52 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.29e2aed7e5b28eaf01ef02e93d33c464.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 18:23:22 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bname%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 23:24:54 UTC] PHP Fatal error:  User slic535_ccr already has more than 'max_user_connections' active connections in /home3/slic535/public_html/classes/db/mysqli.class.php on line 42
[10-Aug-2022 18:28:09 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 18:28:28 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 18:28:43 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 18:46:39 America/Chicago] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in /home3/slic535/public_html/classes/gd.class.php on line 170
[10-Aug-2022 18:49:16 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.ef6bf412314b860a72d7f2a2ba445901.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 19:02:56 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%25255Bprice%25255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 19:13:46 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 19:26:42 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 19:33:27 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 19:40:53 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.12e0f2e13e6653b3ab40a401aca93736.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 19:48:03 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 19:56:56 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 19:58:11 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 20:22:13 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bprice%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 20:22:52 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bname%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 20:27:51 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 20:39:44 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.402fec1fd812f339c80c31f1bb2ac7fd.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[11-Aug-2022 01:40:04 UTC] PHP Notice:  Undefined index: ADMIN_URL in /home3/slic535/public_html/cache/skin/cac140cac2070deb186ef70d8c79bd4ddf137de7_0.file.skin.install.php.php on line 350
[11-Aug-2022 01:40:04 UTC] PHP Notice:  Trying to get property 'value' of non-object in /home3/slic535/public_html/cache/skin/cac140cac2070deb186ef70d8c79bd4ddf137de7_0.file.skin.install.php.php on line 350
[11-Aug-2022 01:40:04 UTC] PHP Notice:  Undefined index: ADMIN_URL in /home3/slic535/public_html/cache/skin/cac140cac2070deb186ef70d8c79bd4ddf137de7_0.file.skin.install.php.php on line 351
[11-Aug-2022 01:40:04 UTC] PHP Notice:  Trying to get property 'value' of non-object in /home3/slic535/public_html/cache/skin/cac140cac2070deb186ef70d8c79bd4ddf137de7_0.file.skin.install.php.php on line 351
[11-Aug-2022 01:40:04 UTC] PHP Notice:  Undefined index: STORE_URL in /home3/slic535/public_html/cache/skin/cac140cac2070deb186ef70d8c79bd4ddf137de7_0.file.skin.install.php.php on line 357
[11-Aug-2022 01:40:04 UTC] PHP Notice:  Trying to get property 'value' of non-object in /home3/slic535/public_html/cache/skin/cac140cac2070deb186ef70d8c79bd4ddf137de7_0.file.skin.install.php.php on line 357
[11-Aug-2022 01:40:04 UTC] PHP Notice:  Undefined index: STORE_URL in /home3/slic535/public_html/cache/skin/cac140cac2070deb186ef70d8c79bd4ddf137de7_0.file.skin.install.php.php on line 358
[11-Aug-2022 01:40:04 UTC] PHP Notice:  Trying to get property 'value' of non-object in /home3/slic535/public_html/cache/skin/cac140cac2070deb186ef70d8c79bd4ddf137de7_0.file.skin.install.php.php on line 358
[10-Aug-2022 20:50:48 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bname%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 20:57:56 America/Chicago] PHP Warning:  Security Warning: Illegal array key "search%5Bkeywords%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 20:59:36 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bprice%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 21:19:19 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bprice%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 21:33:59 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 21:42:24 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.8a9d3ef35333a16ad960a36841c680fd.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 21:42:24 America/Chicago] PHP Warning:  filesize() [<a href='http://docs.php.net/manual/en/function.filesize.php'>function.filesize.php</a>]: stat failed for /home3/slic535/public_html/cache/244cf.sql.7eb01479546942abdc318fb89a143a6e.cache in /home3/slic535/public_html/classes/cache/file.class.php on line 167
[10-Aug-2022 21:42:25 America/Chicago] PHP Warning:  count(): Parameter must be an array or an object that implements Countable in /home3/slic535/public_html/classes/catalogue.class.php on line 870
[10-Aug-2022 21:42:26 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:42:27 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:42:28 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:42:44 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:43:20 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:43:21 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:43:26 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:43:31 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:43:32 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:43:57 America/Chicago] PHP Notice:  Undefined index: options_identifier in /home3/slic535/public_html/classes/cart.class.php on line 1208
[10-Aug-2022 21:43:59 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:43:59 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:44:20 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:44:33 America/Chicago] PHP Notice:  Undefined index: _g in /home3/slic535/public_html/classes/ssl.class.php on line 39
[10-Aug-2022 21:44:45 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:44:45 America/Chicago] PHP Notice:  Undefined index: _g in /home3/slic535/public_html/classes/ssl.class.php on line 39
[10-Aug-2022 21:44:48 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:44:50 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:44:51 America/Chicago] PHP Notice:  Undefined index: _g in /home3/slic535/public_html/classes/ssl.class.php on line 39
[10-Aug-2022 21:45:23 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:45:49 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:45:51 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:46:22 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 21:46:25 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:46:29 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:46:51 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:46:57 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:47:31 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:48:00 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:48:07 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:48:28 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:48:38 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:48:51 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:49:28 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:49:29 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:49:40 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:49:46 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:50:02 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:50:22 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:50:22 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:50:23 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:50:32 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:50:32 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:50:33 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:51:21 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:51:23 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:52:02 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 21:52:18 America/Chicago] PHP Notice:  Undefined index: session in /home3/slic535/public_html/classes/db/database.class.php on line 979
[10-Aug-2022 21:52:18 America/Chicago] PHP Notice:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13) in /home3/slic535/public_html/classes/session.class.php on line 725
[10-Aug-2022 22:02:12 America/Chicago] PHP Warning:  mysqli::query() [<a href='http://docs.php.net/manual/en/mysqli.query.php'>mysqli.query.php</a>]: (42000/1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Legal Auto Knife' - Vampire Slayer Dagger Style Cross%'' at line 1 in /home3/slic535/public_html/classes/db/mysqli.class.php on line 217
[10-Aug-2022 22:02:13 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%5Bprice%5D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114
[10-Aug-2022 22:02:22 America/Chicago] PHP Warning:  mysqli::query() [<a href='http://docs.php.net/manual/en/mysqli.query.php'>mysqli.query.php</a>]: (42000/1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Legal Auto Knife' - Vampire Slayer Dagger Style Cross%'' at line 1 in /home3/slic535/public_html/classes/db/mysqli.class.php on line 217
[10-Aug-2022 22:04:32 America/Chicago] PHP Warning:  Security Warning: Illegal array key "sort%255Bname%255D" was detected and was removed. in /home3/slic535/public_html/classes/sanitize.class.php on line 114

Link to comment
Share on other sites

Other than the timeouts working with an image, the next thing that needs fixed is the "Permission Denied" messages with respect to session garbage collection. Your hosting provider should be able to assist with that.

There is no other message logged that would explain the blank screen.

Do you have any image larger than 350KB filesize in the /images/source/ folder?

Edited by bsmither
Link to comment
Share on other sites

i missed something in the coding. i did it again and it shows now but after you pick a payment option it takes you to another screen to pick the same option again and then it wont goto the next screen for payment. i have 2 pics that are just over 350kb

Edited by slic535
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...