Elxis CMS Forum

Extensions => Components => Topic started by: rentasite on November 25, 2008, 23:26:39

Title: Expose - Could not connect error! [SOLVED]
Post by: rentasite on November 25, 2008, 23:26:39
Hi, i try to upload pictures using the Expose installation and i get the error u see in the attachment.

It's not the 1st time i try to upload pics on that installation. In the past, i did not face such problem. The upload process seems to go fine... but at the end i get that message.

Any idea?


Thanks
Spiros

[attachment deleted by admin]
Title: Re: Expose - Could not connect error!
Post by: rentasite on November 25, 2008, 23:32:49

I did a system check through Expose. Here are the Warnings.

Register Globals Emulation: Enabled
Disabled functions: show_source, system, passthru, popen, proc_open, allow_url_fopen
Session Save path: NOT writable
FreeType Support: disabled
Allow Url Fopen: disabled
Title: Re: Expose - Could not connect error!
Post by: Ivan Trebješanin on November 25, 2008, 23:53:01
Try to make session path writable. I think this component is much safer if you upload pictures via FTP in to photo bucket. What OS are you using on your PC?

PS
Why is Register Globals Emulation enabled?
Title: Re: Expose - Could not connect error!
Post by: rentasite on November 26, 2008, 01:49:05
Try to make session path writable.

Made it. But the problem still exists.

Quote
What OS are you using on your PC? 

Im using Windows XP - Home edition. Service Pack 2

Quote
Why is Register Globals Emulation enabled?

According to the php.ini register_globals is off   ??? ::)  Regarding the message below, i must say that: In that Elxis installation, in Global Configuration i have set Register Globals Emulation to OFF. And as i said... the funny thing is that in php.ini register_globals is off  ::)

Register Globals Emulation - enabled - Warning
For security reasons, disable RG_EMULATION in Elxis global configuration.
Register Globals Emulation is `ON` by default for backward compatibility.


Title: Re: Expose - Could not connect error!
Post by: Coursar on November 26, 2008, 01:58:21
Register Globals emulation is defined locally in Configuration -> Server Tab. You set it in enabled?
Title: Re: Expose - Could not connect error!
Post by: rentasite on November 26, 2008, 02:01:01

I edited my previous message and answered your question :)
Title: Re: Expose - Could not connect error!
Post by: Coursar on November 26, 2008, 02:07:20
hm... i didn'n know ))) it's windows ))) i think problem is in the server, not in Elxis.
Title: Re: Expose - Could not connect error!
Post by: Coursar on November 26, 2008, 02:20:24
try to directly:
www.yoursite.com/administrator/popups/uploadimage.php?directory=&t=magnet

you see the upload image form?
Title: Re: Expose - Could not connect error!
Post by: rentasite on November 26, 2008, 02:28:44
try to directly:
www.yoursite.com/administrator/popups/uploadimage.php?directory=&t=magnet

you see the upload image form?

Yes in that way i can upload but its useless. Through Expose... I CANNOT !!!!  :-\
Title: Re: Expose - Could not connect error!
Post by: Coursar on November 26, 2008, 02:39:48
hm... but when you press the Upload button you only use javascript function popupWindow, which are defined in /includes/js/elxis.js. This function only open new popup window by standart javascript object method. Did you try use another browser?
Title: Re: Expose - Could not connect error!
Post by: rentasite on November 26, 2008, 02:55:58

Maybe its my pc?  Hmmmmmm!!! - Tomorrow i will try to upload pics through my laptop. Haven't got it here right now.

I will update this topic.

Title: Re: Expose - Could not connect error!
Post by: rentasite on November 26, 2008, 16:28:11

I recompiled php with freetype and it seems to work fine now.  - SOLVED -

But the matter related to "Register Globals Emulation" is very weird . Its OFF and it shows ON  ::)