studio

site development

Welcome, Guest
Please Login or Register.    Lost Password?

Warning: getimagesize() [function.getimagesize]: in Blog View
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Warning: getimagesize() [function.getimagesize]: in Blog View
*
#681
Warning: getimagesize() [function.getimagesize]: in Blog View 1 Year, 9 Months ago Karma: 0
hello
i have this error when i choose the blog view in my categories


Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home2/mysite/public_html/plugins/content/smartresizer.php on line 202

Warning: getimagesize(www.mysite.net/images/stories/websoon.gif) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home2/mysite/public_html/plugins/content/smartresizer.php on line 202

i don't know how i resolve that error yet
can you help me ?
thank you to made this plug-in
its so effective and helped me in more things
RealIdea
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#684
Warning: getimagesize() [function.getimagesize]: in Blog View 1 Year, 9 Months ago Karma: 6
I think that this message "URL file-access is disabled in the server configuration" says, that you should enable URL file-access in your web server configuration
Igort
Administrator
Posts: 560
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#700
Warning: getimagesize() [function.getimagesize]: in Blog View 1 Year, 9 Months ago Karma: 0
ok i will see this warning from my server
i was thinking its not from main
but now i will see it
thank you
RealIdea
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#968
Warning: getimagesize() [function.getimagesize]: in Blog View 1 Year, 6 Months ago Karma: 0
I have plugin "smartresize" and I choose mode "create thumb for all picture". Also, I use the Editor "TinyMCE". If I use the option "smile use" in "TinyMCE" - I have same problem. How can I resolve this problem?
---------------------
Warning: Spoiler!

-------------------------

I resolved my problem. I changed file 'joomla/plugins/editors/tinymce/jscripts/tiny_mce/plugins/emotions/js/emotions.js' like this:
Code:

tinyMCEPopup.requireLangPack();
var EmotionsDialog = {
init : function(ed) {
tinyMCEPopup.resizeToInnerSize();
},
insert : function(file, title) {
var ed = tinyMCEPopup.editor, dom = ed.dom;
tinyMCEPopup.execCommand('mceInsertContent', false, dom.createHTML('img', {
src : tinyMCEPopup.getWindowArg('plugin_url') + '/img/' + file,
alt : ed.getLang(title),
title : ed.getLang(title),
border : 0,
/***************** ATTENTION!!! Here is added! ***************/
class : 'nosmartresize'
/***************************************************************/
}));
tinyMCEPopup.close();
}
};
tinyMCEPopup.onInit.add(EmotionsDialog.init, EmotionsDialog);

copa
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/19 22:14 By copa.
The administrator has disabled public write access.
 
#979
Warning: getimagesize() [function.getimagesize]: in Blog View 1 Year, 6 Months ago Karma: 0
I solved my problem with all Smartresizer, not only problem with Smiles
The Reason - in php-settings (/etc/php/apache2-php5/php.ini) was not allowed the option: "allow_url_fopen = On".
Also, need set relative URL in Plugins: Editor TinyMCE and then open property of image in TinyMCE and save image again.
After this I decided my troubles!

P.S. Sorry for my bad english - I'm russian
copa
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/25 01:17 By copa.
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Igort
get the latest posts directly to your desktop