Page 1 of 1
Search found 10 matches
Re: Blank contact success page
Revert all the changes from this topic. Then, in catalog/controller/information/contact.php file, find: $this->response->redirect($this->url->link('information/contact/success')); add above : $this->session->data['success'] = true; Then, find: $data['continue'] = $this->url->link('common/home'); ad...
Jump to post- Wed Feb 20, 2019 10:51 pm
- Replies 54
- Views 44778
Re: Error Log - PHP Notice OC 3.0.2.0
Thank you, that is a start... I never considered a module... I think I know which one. I recently added.
Jump to post- Tue Feb 19, 2019 12:42 pm
- Replies 2
- Views 179
Error Log - PHP Notice OC 3.0.2.0
Ver. OC 3.0.2.0 Themed Error Log 2019-02-18 19:21:59 - PHP Notice: Undefined variable: product_id in system/storage/modification/catalog/controller/product/product.php on line 645 Any Idea's what I am looking for? I scanned down my list of 3000 products. products_id, just not sure what I am looking ...
Jump to post- Tue Feb 19, 2019 10:22 am
- Replies 2
- Views 179
Re: Frustrating - getimagesize - Error
Here is how I solved the error... for anyone one else searching for a solution.
My version of OC 1.5.2
I uploaded a new file ...system/library/response.php from 1.5.6+
Its been 24h and not one of these in my error log.
- Fri Jan 15, 2016 11:24 am
- Replies 1
- Views 1688
[Solved] - getimagesize - Error
I recently moved my site from a folder to main directory from a recent back up... I now I am getting many of the same error in my log.. over and over aprox 100/hr opencart Version 1.5.2 2016-01-12 9:22:07 - PHP Notice: getimagesize() [<a href='function.getimagesize'>function.getimagesize</a>]: Read ...
Jump to post- Wed Jan 13, 2016 1:01 pm
- Replies 1
- Views 1688
Re: Frustrating - function.getimagesize
ahh gawd.... I am 1.5.2.... i posted in the wrong forum.
Jump to post- Wed Jan 13, 2016 12:58 pm
- Replies 9
- Views 788
Re: Frustrating - function.getimagesize
I can get a hundred of these errors in an hour.
- Wed Jan 13, 2016 12:52 pm
- Replies 9
- Views 788
Re: Frustrating - function.getimagesize
in my un modified file Line 72 is this.
Code: Select all
$image_info = getImageSize(str_replace('"', '', $imgfile));
I dont have the before, I will upload tomorrow. Jump to post
- Wed Jan 13, 2016 12:38 pm
- Replies 9
- Views 788
Re: Frustrating - function.getimagesize
I have been over it, but fresh eyes never hurt. This is after the move. (main config) <?php // HTTP define('HTTP_SERVER', 'http://www.airassisted.ca/'); define('HTTP_IMAGE', 'http://www.airassisted.ca/image/'); define('HTTP_ADMIN', 'http://www.airassisted.ca/admin/'); // HTTPS define('HTTPS_SERVER',...
Jump to post- Wed Jan 13, 2016 12:03 pm
- Replies 9
- Views 788
Frustrating - function.getimagesize
I recently moved my site from a folder to main directory from a recent back up... I know have many of the same error in my log.. opencart Version 1.5.2 2016-01-12 9:22:07 - PHP Notice: getimagesize() [<a href='function.getimagesize'>function.getimagesize</a>]: Read error! in /home/content/14/6882914...
Jump to post- Wed Jan 13, 2016 1:20 am
- Replies 9
- Views 788
Search found 10 matches