PDA

View Full Version : ======== .r666 and button images missing


pyrocam
08-18-2008, 04:33 AM
I've been looking at this for a couple of SVN UP 's
am I running the wrong / non-stable release ?

Hildy
08-19-2008, 11:40 PM
Hey, pyrocam, can you load one of those images by itself in the browser and see what (if any) errors you get? (You may need to turn on display_errors in your php.ini file.)

pyrocam
08-19-2008, 11:49 PM
because its a button I cant right click to get the info.
where should the images reside? and where in the code is the reference. I will see if I can see whats up

Hildy
08-20-2008, 06:30 AM
the link is built dynamically, and the images are served by a dynamic process (they're not static links anywhere). If you have the web developer toolbar for FireFox, you can view generated source to see what the button image link is (though just regular view source will probably also tell you). If not, can you send a link / login to support@cerberusweb.com so we can take a look at the source?

Once you/we have that url, we can just load that image url in the browser and see what errors pop up.

pyrocam
08-25-2008, 12:18 AM
sorry its not publicly available.


<button onclick="displayAjax.reply('11265',1);" type="button">
<img align="top" src="/index.php/resource/cerberusweb.core/images/mail_forward.gif"/>
Forward
</button>

and

<button onclick="displayAjax.addNote('11265');" type="button">
<img align="top" src="/index.php/resource/cerberusweb.core/images/note_edit.gif"/>
Add Note
</button>


If I plug that url
eg http://support/index.php/resource/cerberusweb.core/images/mail_forward.gif
I get nothing. blank window.

Hildy
08-25-2008, 07:44 PM
If I plug that url
eg http://support/index.php/resource/cerberusweb.core/images/mail_forward.gif
I get nothing. blank window.

Okay, turn on display_errors in your php.ini file (you may also need to modify the value of error_reporting), restart the web service, and then reload that url. (Theoretically, it should give you an error telling you why it doesn't want to work.)

pyrocam
08-31-2008, 10:24 PM
Okay, turn on display_errors in your php.ini file (you may also need to modify the value of error_reporting), restart the web service, and then reload that url. (Theoretically, it should give you an error telling you why it doesn't want to work.)

Hi, with display errors, the functionality is identical, the buttons show up the same and trying to load the image url returns a blank page.


update:
I believe this was due to a custom edit I didn't remember. just fixed it by resolving a SVN conflict