Hi There,
i hope someone can help me with this kind of strange issue.
i set up a page in my "live test space" like http://www.testdomain.tld/customer
after finishing and having all set up an working, i moved (copied ) the page to
http://www.customerdomain.tld using putty/midnight commander ...
test and live environment are on the same server !!
checked and re-checked everything. database connection, chown, chmod, etc ...
everything works fine, except the captcha images ( AntiSpam, not Recaptcha ), they don't show up.
i don't have captcha images in frontend an none in the backend.
no difference with/without fonts
tried different settings, saved form / config / etc. to be shure having it written with actual user/rights, again compared settings of test- and livesite, and so on ...
also checked the server error_log, also no problem there.
did i miss something ? is there maybe some "old" path entry that came up at installation at the test environment inside any file and/or in the database ?
would be glad to find some help
thx
sesslie
edit #01 removed typos😉
i hope someone can help me with this kind of strange issue.
i set up a page in my "live test space" like http://www.testdomain.tld/customer
after finishing and having all set up an working, i moved (copied ) the page to
http://www.customerdomain.tld using putty/midnight commander ...
test and live environment are on the same server !!
checked and re-checked everything. database connection, chown, chmod, etc ...
everything works fine, except the captcha images ( AntiSpam, not Recaptcha ), they don't show up.
i don't have captcha images in frontend an none in the backend.
no difference with/without fonts
tried different settings, saved form / config / etc. to be shure having it written with actual user/rights, again compared settings of test- and livesite, and so on ...
also checked the server error_log, also no problem there.
did i miss something ? is there maybe some "old" path entry that came up at installation at the test environment inside any file and/or in the database ?
would be glad to find some help
thx
sesslie
edit #01 removed typos😉
Hi Sessler,
There isn't anything hard-coded into ChronoForms about paths or domains.
Is there a $live_site setting in the config file that hasn't been updated?
Have you checked the image URL directly to see if it displays?
Bob
There isn't anything hard-coded into ChronoForms about paths or domains.
Is there a $live_site setting in the config file that hasn't been updated?
Have you checked the image URL directly to see if it displays?
Bob
Hi Bob,
thx for your reply ...
in backend, currently set "without fonts" i find:
but no image displayed!
[attachment=0]chronoforms-screenshot.gif[/attachment]
in joomla config, i have var $live_site = ''; empty in test and productive installation.
is there another chronofoms config than config.xml in admin/components/com_chronocontact ?
i think about backup the form and uninstall/reinstall the component ... hmm ...
sesslie
thx for your reply ...
in backend, currently set "without fonts" i find:
<img src="http://www.customerdomain.tld/components/com_chronocontact/chrono_verification.php?imtype=0">
but no image displayed!
[attachment=0]chronoforms-screenshot.gif[/attachment]
in joomla config, i have var $live_site = ''; empty in test and productive installation.
is there another chronofoms config than config.xml in admin/components/com_chronocontact ?
i think about backup the form and uninstall/reinstall the component ... hmm ...
sesslie
Hi Sessler,
And what do you see at this URL?
The live-site value is set in the site configuration.php file in the site root folder aroudn line 18
Bob
And what do you see at this URL?
http://www.customerdomain.tld/components/com_chronocontact/chrono_verification.php?imtype=0
The live-site value is set in the site configuration.php file in the site root folder aroudn line 18
var $log_path = 'D:\\xampp\\htdocs\\joomla1.5h\\logs';
var $tmp_path = 'D:\\xampp\\htdocs\\joomla1.5h\\tmp';
var $live_site = '';
var $force_ssl = '0';
var $offset = '0';
Bob
Hi GreyHead,
at a direct call i get
in english would be s.th. like "img can not be viewed, img containing errors"
i know about the live_site value in configuration.php ... it's empty like written before
i never tried backup / restore. maybe i re-install the component and give it a try.
at a direct call i get
Die Grafik "http://www.customerdomain.tld/components/com_chronocontact/chrono_verification.php?imtype=0" kann nicht angezeigt werden, weil sie Fehler enthält.
in english would be s.th. like "img can not be viewed, img containing errors"
i know about the live_site value in configuration.php ... it's empty like written before
var $live_site = '';
i never tried backup / restore. maybe i re-install the component and give it a try.
Hi Sessler,
The error message usually goes with site setup permission problems especially if mod_security is running. The png file-type needs to be allowed. See FAQ #30 for a diagnostic that may help.
Bob
The error message usually goes with site setup permission problems especially if mod_security is running. The png file-type needs to be allowed. See FAQ #30 for a diagnostic that may help.
Bob
Thx GreyHead,
as you can read in my first post, under another domain on the same server, all worked find, so i dont think the mod_security would be a problem. on this machine, every vhost currently has same rights/possibilities/settings. but i'll check this , we never know ...🙂
also, i already found this info days ago an tried to get some errors
but no errors occured at a direct call to chrono_verification.php, only the posted above
i will double check this again later today and post my results.
thx
as you can read in my first post, under another domain on the same server, all worked find, so i dont think the mod_security would be a problem. on this machine, every vhost currently has same rights/possibilities/settings. but i'll check this , we never know ...🙂
also, i already found this info days ago an tried to get some errors
... Change the header at line 17 in chrono_verification.php from header("Content-type: image/png"); to header("Content-type: text/html");. Then point ...
but no errors occured at a direct call to chrono_verification.php, only the posted above
at a direct call i get
Code: Select all
Die Grafik "http://www.customerdomain.tld/components/com_chronocontact/chrono_verification.php?imtype=0" kann nicht angezeigt werden, weil sie Fehler enthält.
in english would be s.th. like "img can not be viewed, img containing errors"
i will double check this again later today and post my results.
thx
This topic is locked and no more replies can be posted.