this fix is here:
Code: Select all
if ($config->get('config_ssl')) {
define('HTTPS_SERVER', 'https://' . substr($config->get('config_url'), 7));
define('HTTPS_IMAGE', HTTPS_SERVER . 'image/');
} else {
define('HTTPS_SERVER', HTTP_SERVER);
define('HTTPS_IMAGE', HTTP_IMAGE);
}
OpenCart®
Project Owner & Developer.
I get notice:
Code: Select all
<b>Notice</b>: Undefined index: 1 in <b>C:\wamp\www\pretex_new\admin\view\template\catalog\product_form.tpl</b> on line <b>341</b>

I didn't add anything to this fields but the notice is bug I think.
Also I think enabling and disabling languages in route=localisation/language/update is acting weird (not only in 1.4.4) Setting disabled on languge has no affect on admin. Disabled language keep showing in editing products etc. I don't thing that it is right.
I think that
ModelCatalogManufacturer
Code: Select all
12 if (!$manufacturer) {
13 $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "manufacturer m LEFT JOIN " . DB_PREFIX . "manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) WHERE m2s.store_id = '" . (int)$this->config->get('config_store_id') . "' ORDER BY m.name");
Code: Select all
12 if (!$manufacturer) {
13 $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "manufacturer m LEFT JOIN " . DB_PREFIX . "manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) WHERE m2s.store_id = '" . (int)$this->config->get('config_store_id') . "' ORDER BY sort_order, m.name ASC");
Some clients work closely with one or two large vendors that they want to push to the top of the selection.
Dear daniel, i met the same problem, and you said it's a bug. have you fixed it? Or when you fixed it? Thanks for your great work.allenshea wrote:What should I do with "Approve" in customer, should I Approve all the customer here?
But when I try to Approve customer, I gotis this a bug?Code: Select all
Error: E-Mail sender required!
I think my mail works, I can got info of Update Order and New Customer mail(added some code in create.php). But I can not got new order, Why?
Thanks,
Allen
I can receive the mail send from Admin, other links, like below, are working fine,
Code: Select all
http://myweb.com/index.php?route=product/product&path=35_74&product_id=808
Original link is
Code: Select all
http://myweb.com/image/data/enginec100.jpg
Code: Select all
cid:4893ec1bd601657a59ab921f70403614.jpg
Let me know if this is a Bug. Hope can revise it in next version.
Thanks
Allen
I know nothing about PHP and SQL, but I still try my best to understand it.
"Problem" solved by my host. Works fine now..!ThanksToDaniel wrote:Thanks, I´ve done that know, and they will do it as soon as possible!Daniel wrote:SAFE MODE Restriction in effect.
contact your host.![]()
Damn good work you´re doing !
Best Rgds
Change s% to {start}
I don't need to revise it!allenshea wrote:I have picture problem in Admin -> Mail.
I can receive the mail send from Admin, other links, like below, are working fine,but inserted the link of picture and inserted image doesn't show right,Code: Select all
http://myweb.com/index.php?route=product/product&path=35_74&product_id=808
Original link isI gotCode: Select all
http://myweb.com/image/data/enginec100.jpg
The inserted picture doesn't show, it is a blank space, Why?Code: Select all
cid:4893ec1bd601657a59ab921f70403614.jpg
Let me know if this is a Bug. Hope can revise it in next version.
Thanks
Allen
I don't know why its not working for you. it works fine for me. the image name has been changed to remove any spaces or weird characters in the filename can disrupt the header.
OpenCart®
Project Owner & Developer.
I did a fresh install of 1.4.4 with no issues or errors. Permissions are set and everything passed on install validation.
The problem I'm having is that when I change templates, nothing changes. It reverts to the default every time. I've tried several different templates and keep encountering the same problem.
Any ideas or fixes?
1.4.4 templates?noxqs wrote:I've tried several different templates and keep encountering the same problem.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
If I add new product...
In the file manager:
- Does not add images (all the time is loading)
- I can not rename folders (SUBMIT button is not responding)
- Do not open the tree IMAGES, at the time of loading is shown - then disappears
where to find the error?
this is down to permissions problem on you images directory!DoctorQ wrote:I test version 1.4.4
If I add new product...
In the file manager:
- Does not add images (all the time is loading)
- I can not rename folders (SUBMIT button is not responding)
- Do not open the tree IMAGES, at the time of loading is shown - then disappears
where to find the error?
its not a bug because mine works fine.
OpenCart®
Project Owner & Developer.
/Jacob_chan wrote:Dear daniel, i met the same problem, and you said it's a bug. have you fixed it? Or when you fixed it? Thanks for your great work.allenshea wrote:What should I do with "Approve" in customer, should I Approve all the customer here?
But when I try to Approve customer, I gotis this a bug?Code: Select all
Error: E-Mail sender required!
I think my mail works, I can got info of Update Order and New Customer mail(added some code in create.php). But I can not got new order, Why?
Thanks,
Allen
Hello Daniel,have you fixed this bug?I seems nobody care about it. or when will you release the new version?
I have the same problem when approving customers I get Error: E-Mail sender required!Jacob_chan wrote:/Jacob_chan wrote:Dear daniel, i met the same problem, and you said it's a bug. have you fixed it? Or when you fixed it? Thanks for your great work.allenshea wrote:What should I do with "Approve" in customer, should I Approve all the customer here?
But when I try to Approve customer, I gotis this a bug?Code: Select all
Error: E-Mail sender required!
I think my mail works, I can got info of Update Order and New Customer mail(added some code in create.php). But I can not got new order, Why?
Thanks,
Allen
Hello Daniel,have you fixed this bug?I seems nobody care about it. or when will you release the new version?
Quality Opencart Website Design - we don't just tweak a colour or two we build a fully bespoke design for OpenCart tailored for your business and target audience.
View our latest websites at: http://www.web2works.co.uk/portfolio
Users browsing this forum: No registered users and 28 guests