studio

разработка сайтов

Добро пожаловать, Гость
Пожалуйста Вход или Регистрация.    Забыли пароль?

Warning: getimagesize() [function.getimagesize]: in Blog View
(1 чел.) (1) Гость
ВнизСтраница: 1
Сообщения темы: Warning: getimagesize() [function.getimagesize]: in Blog View
*
#681
Warning: getimagesize() [function.getimagesize]: in Blog View 1 г., 9 мес. назад Репутация: 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
Постов: 2
graphgraph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Для добавления сообщений Вы должны зарегистрироваться или авторизоваться
 
#684
Warning: getimagesize() [function.getimagesize]: in Blog View 1 г., 9 мес. назад Репутация: 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
Постов: 560
graph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Для добавления сообщений Вы должны зарегистрироваться или авторизоваться
 
#700
Warning: getimagesize() [function.getimagesize]: in Blog View 1 г., 9 мес. назад Репутация: 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
Постов: 2
graphgraph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Для добавления сообщений Вы должны зарегистрироваться или авторизоваться
 
#968
Warning: getimagesize() [function.getimagesize]: in Blog View 1 г., 6 мес. назад Репутация: 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?
---------------------
Предупреждение: Помехи!

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

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

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
Постов: 3
graphgraph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Последнее редактирование: 19.07.2010 22:14 Редактировал copa.
Для добавления сообщений Вы должны зарегистрироваться или авторизоваться
 
#979
Warning: getimagesize() [function.getimagesize]: in Blog View 1 г., 6 мес. назад Репутация: 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
Постов: 3
graphgraph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Последнее редактирование: 25.07.2010 01:17 Редактировал copa.
Для добавления сообщений Вы должны зарегистрироваться или авторизоваться
 
ВверхСтраница: 1
Модераторы: Igort
получить последние сообщения прямо на Ваш рабочий стол