RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : December 03, 2008, 11:44:52 pm
+  RSGallery2 Support Forums
|-+  Developers corner
| |-+  Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! (Moderators: Daniel Tulp, Chef Groovy)
| | |-+  [SVN630] - Unable to view images with a resolution higher than 1024x768
Advanced search
  « previous next »
Pages 1 2
Author
Topic: [SVN630] - Unable to view images with a resolution higher than 1024x768  (Read 12788 times)
« on: March 15, 2007, 05:25:28 am »
Paul Offline
Newbie
*
Posts: 5



[SVN630] - Unable to view images with a resolution higher than 1024x768

Is this a known issue?
I'm Using Joomla 1.0.12 / PHP5 / GD2.8 Bundle
Logged
 
Reply #1
« on: March 15, 2007, 01:54:50 pm »
asd Offline
Newbie
*
Posts: 2



i think so... i have the same problem
Logged
 
Reply #2
« on: March 17, 2007, 01:36:18 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

Just updated to SVN:635, but this problem had not been solved.

Did this problem arise develop team's attention?
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #3
« on: March 17, 2007, 04:24:53 pm »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Guys,

Yes it does. We are looking into this.
Can you tell me exactly what isn't working. Do you get any error messages?

On my development setup I uploaded an image with a resolution of 2592 x 1944.
It uploads normally, I can see the display image and if I click on that it shows the original image full size.

Any more information you have, would be helpfull.

Cheers,
« Last Edit: March 17, 2007, 04:30:39 pm by Ronald Smit » Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #4
« on: March 18, 2007, 12:11:59 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW



The page stopped loading at a particular point:
Code:
<script language="javascript" type="text/javascript" src="http://www.xxx.com/includes/js/overlib_mini.js"></script>
<script language="javascript" type="text/javascript" src="http://www.xxx.com/includes/js/overlib_hideform_mini.js"></script>
<link href="http://www.xxx.com/components/com_rsgallery2/rsgallery.css" rel="stylesheet" type="text/css" />

<!--  Hide status bar information -->
<script type="text/javascript">
function hidestatus(){
window.status='';
return true;
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
document.onmouseover=hidestatus;
document.onmouseout=hidestatus;
</script>
<link rel="stylesheet" href="http://www.xxx.com/components/com_rsgallery2/tpl/default/css/template_css.css" type="text/css" />
<table width="100%">
<tr>
<td>
<link rel="stylesheet" href="http://www.xxx.com/components/com_rsgallery2/js_highslide/highslide.css" type="text/css" />
<script type="text/javascript" src="http://www.xxx.com/components/com_rsgallery2/js_highslide/highslide.js"></script>
<script type="text/javascript">   
hs.graphicsDir = 'http://www.xxx.com/components/com_rsgallery2/js_highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'drop-shadow';
window.onload = function() {
hs.preloadImages();
}
</script>
<div style="float: right;">
<ul id='rsg2-navigation'>
<li>
<a href="http://www.xxx.com/component/option,com_rsgallery2/Itemid,145/page,slideshow/catid,6/id,332/">
Slide Show </a>
</li>
</ul>
</div>
<div class='rsg2-clr'>&nbsp;</div>

<table border="0" cellspacing="0" cellpadding="0" width="100%">
    <tr>
        <td><h2 class='rsg2_display_name' align="center">060701-064</h2></td>
    </tr>
    <tr>
    <td>
    <div align="center">
    <div id="highslide-container">
    <a href="
« Last Edit: March 18, 2007, 02:13:34 pm by mikeho1980 » Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #5
« on: March 18, 2007, 01:13:36 pm »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Ok.

I see your problem. What kind of popup are you using, fancy or normal? Does it fail in both options?
What if you select "No popup"?
DO you use watermarking?

Can you try all three options for me? (well, actually 6 including watermarking and no watermarking)

Thanks!

Cheers,

« Last Edit: March 18, 2007, 01:16:07 pm by Ronald Smit » Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #6
« on: March 18, 2007, 01:57:33 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

OKay, let me try these combination one by one:
No popup      +watermarking    =thumbnail okay, display okay, full size not clickable
normal popup +watermarking    =thumbnail okay, display okay, full size error*
fancy popup   +watermarking    =thumbnail okay, display okay, full size error*
No popup      +no watermarking=thumbnail okay, display okay, full size not clickable
normal popup +no watermarking=thumbnail okay, display okay, full size okay
fancy popup   +no watermarking=thumbnail okay, display okay, full size okay

*error means the problem described above
*test with IE7, fancy popup is okay, but not sure will it work in IE6 (it said 'Error in IE6')

Therefore, the problem is watermarking. With watermarking on, images higher than 1024x768 cannot be displayed properly
« Last Edit: March 18, 2007, 02:07:03 pm by mikeho1980 » Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #7
« on: March 18, 2007, 02:39:50 pm »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Ok,

We are getting there. I will check out the watermarking bit and get back to you.

Cheers,
Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #8
« on: March 21, 2007, 05:58:54 pm »
Paul Offline
Newbie
*
Posts: 5



For your information:

It creates the file original_temp.jpg which is 0 bytes
Logged
 
Reply #9
« on: March 21, 2007, 06:48:43 pm »
Paul Offline
Newbie
*
Posts: 5



I think it has to do something with JPG or GIF.
Because when I saved a image as a GIF file it goes wrong
When I saved the image as a JPG file it goes OK

I'm doing some investigation....
Logged
 
Reply #10
« on: April 29, 2007, 01:29:01 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

I thought this bug had been solved some version ago. But here it comes again in SVN:3

 Cry Cry Cry
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #11
« on: April 30, 2007, 01:31:59 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

For your information:

Again, when I turn off the watermarking, it can display properly.
Please update us if this issue already known by the team... I mean the bug comes again.
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #12
« on: May 04, 2007, 08:55:54 am »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

Just to report/remind
This issue still exist in SVN:8. Is this on your known issue list?
Thanks
« Last Edit: May 05, 2007, 01:53:57 pm by mikeho1980 » Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #13
« on: May 11, 2007, 01:00:05 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1414



What is your max_execution_time and memory_limit set to in php?  Can you try increasing those as described int

Can you try following the debug steps for large file uploads? http://rsgallery2.net/content/view/13/21#largeupload

the image is generated on the fly and i think that's the problem.  php is timing out.
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #14
« on: May 11, 2007, 01:37:47 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

max_execution_time: 15
memory_limit: 32MB

I have no way to set it. My host not likely will change it.
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Print  Pages 1 2
« previous next »
Jump to: