Page 1 of 1
Search found 9 matches
Re: OpenCart 1.4.x and SSL
Ok, I think it's safe to say we are all in support of dedicated ssl, (and it's advantages/security/etc.) I guess my point is that, regardless of what we may prefer, there are many people out there on shared hosting (and vhosts) that want an easy store to work with but don't want to change their host...
Jump to post- Sat Mar 13, 2010 7:07 am
- Replies 23
- Views 6190
OpenCart 1.4.x and SSL
Daniel,
Are you limiting the SSL to only the domain now? no possibility for the shared environment anymore?
- Fri Mar 12, 2010 4:05 am
- Replies 23
- Views 6190
Re: OpenCart 1.4.2
1.4.1 / 1.4.2: Assuming this cuts out the option to modify the https address. You plan to not pursue the shared SSL platforms in the future?
(Sure it may not be the best method for security, but it certainly is a large market.)
- Wed Mar 10, 2010 11:25 pm
- Replies 73
- Views 32104
Re: [1.4.0] Image File Upload Manager
Re: [1.4.0] File Upload Manager Postby eka7a » Sun Feb 21, 2010 2:57 pm admin/controller/common/filemanager.php dosyasının 84.line find Code: Select all $files = glob(rtrim($directory, '/') . '/*.{jpg,jpeg,png,gif}', GLOB_BRACE); replace Code: Select all $files = glob(rtrim($directory, '/') . '/*.{...
Jump to post- Fri Feb 26, 2010 3:35 am
- Replies 90
- Views 41986
Re: Images and filemanager on solaris
from: http://forum.opencart.com/viewtopic.php?f=20&t=9588&p=47495&hilit=glob#p47495 Problem still exists on this end. Seems images upload just fine. getting them to display is more the issue at this point. I've traced this back to the glob_brace flag not working on solaris. filemanager.p...
Jump to post- Sat Jan 23, 2010 1:12 am
- Replies 3
- Views 1768
Re: [1.4.0] Image File Upload Manager
I've already posted that in another thread joomx. Thanks. since this thread is more for people who are having problems with file permissions. If your uploads are working, but images are not showing up, (particularly if the directories are showing.) then Solaris may be the culprit. Daniel, thanks for...
Jump to post- Sat Jan 23, 2010 1:05 am
- Replies 90
- Views 41986
Re: Images and filemanager on solaris
glob is not disabled, just the glob_brace
Jump to post- Fri Jan 22, 2010 12:52 am
- Replies 3
- Views 1768
Images and filemanager on solaris
This problem is related to the image's not showing up in the file manager. The images upload just fine and creating folders works too. Seems possible that creating the list of images to display doesn't work on Solaris systems because the glob_brace flag is used. normally this shouldn't be a problem,...
Jump to post- Thu Jan 21, 2010 10:37 pm
- Replies 3
- Views 1768
Re: [1.4.0] File Upload Manager
Problem still exists on this end. Seems images upload just fine. getting them to display is more the issue at this point. I've traced this back to the glob_brace flag not working on solaris. filemanager.php (line 84) $files = glob(rtrim($directory, '/') . '/*.{jpg,jpeg,png,gif}', GLOB_BRACE); is the...
Jump to post- Thu Jan 21, 2010 6:42 am
- Replies 90
- Views 41986
Search found 9 matches