Error saving settings: quotation marks | General Questions and Support | Forum Archive

The free forums are no longer in use. It remains available as read-only archive.

Avatar
Lost password?
Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
The forums are currently locked and only available for read only access
sp_TopicIcon
Error saving settings: quotation marks
March 20, 2013
8:42 am
Avatar
Grishnak
Member
Members
Forum Posts: 3
Member Since:
March 20, 2013
sp_UserOfflineSmall Offline

Hello,

I'm pretty new to Joomla/PHP, so maybe this is a newbie problem, sorry for that...

I have a Joomla 3.0.3 installation, PHP 5.3.8 and Apache 2.2.21 (Linux S03 3.1.10 ??).
I have installed  XCloner and changed the password.
After that i got an error 500 (empty page) when i try to open the XCloner-Component.

I figured out that empty strings in the cloner.config.php file are not saved correctly:
First line is
$_CONFIG['license_code']=';

Same with all other lines using simple quotation marks. Double quotation marks are correct:
$_CONFIG['cron_logemail']="";

When i change the single quotion marks to
$_CONFIG['license_code']='';

the component is working again.

I get the same error when i save the settings again.

Could this be a problem with the server configuration so that i have to contact the webhoster or is this an error in the component?

best regards

March 20, 2013
5:40 pm
Avatar
Ovidiu Liuta
Admin
Forum Posts: 2484
Member Since:
September 26, 2010
sp_UserOfflineSmall Offline

Yes, it's probably a bug generated from the server config, if you can share your site access details i would be happy to look into it! Thanks

March 21, 2013
7:58 am
Avatar
Grishnak
Member
Members
Forum Posts: 3
Member Since:
March 20, 2013
sp_UserOfflineSmall Offline

What kind of information do you need exactly?

March 21, 2013
9:19 pm
Avatar
Ovidiu Liuta
Admin
Forum Posts: 2484
Member Since:
September 26, 2010
sp_UserOfflineSmall Offline

Site ftp and XCloner admin details...

March 22, 2013
7:09 am
Avatar
Grishnak
Member
Members
Forum Posts: 3
Member Since:
March 20, 2013
sp_UserOfflineSmall Offline

Well, this is shown under System Information - Configuration File:

Configuration File
Setting     Value
 
offline     0
offline_message     Seite ist in Wartungsarbeiten
display_offline_message     1
offline_image     
sitename     Grillen24
editor     tinymce
captcha     recaptcha
list_limit     20
access     1
debug     0
debug_lang     0
dbtype     mysql
host     xxxxxx
user     xxxxxx
password     xxxxxx
db     usr_web23_1
dbprefix     qvdhb_
live_site     
secret     xxxxx
gzip     0
error_reporting     default
helpurl    http://help.joomla.o.....eyref=Help{major}{minor}:{keyref}
ftp_host     127.0.0.1
ftp_port     21
ftp_user     xxxxxx
ftp_pass     xxxxxx
ftp_root     
ftp_enable     0
offset     UTC
mailer     smtp
mailfrom     [email protected]
fromname     Grillen24
sendmail     /usr/sbin/sendmail
smtpauth     0
smtpuser     xxxxxx
smtppass     xxxxxx
smtphost     grillen24.net
smtpsecure     none
smtpport     25
caching     0
cache_handler     file
cachetime     15
MetaDesc     Grillen24 - die Homepage von Heidi und Andreas
MetaKeys     
MetaTitle     1
MetaAuthor     1
MetaVersion     0
robots     
sef     1
sef_rewrite     0
sef_suffix     0
unicodeslugs     0
feed_limit     10
log_path     ./logs
tmp_path     ./tmp
lifetime     15
session_handler     database
MetaRights     
sitename_pagetitles     0
force_ssl     0
feed_email     author
cookie_domain     
cookie_path    

 

And this is the cloner.config.php file (without passwords....)

<?php
$_CONFIG['license_code']='';
$_CONFIG['backup_path']="/srv/www/htdocs/web23/html/";
$_CONFIG['clonerPath']="/srv/www/htdocs/web23/html/administrator/backups";
$_CONFIG['jcuser']='xxx';
$_CONFIG['jcpass']='xxx';
$_CONFIG['mysql_host']="localhost";
$_CONFIG['mysql_user']='xxx';
$_CONFIG['mysql_pass']='xxx';
$_CONFIG['mysql_database']="usr_web23_1";
$_CONFIG['select_folders']="";
$_CONFIG['select_lang']="english";
$_CONFIG['secure_ftp']="0";
$_CONFIG['backup_compress']="0";
$_CONFIG['cron_logemail']="";
$_CONFIG['cron_exclude']="";
$_CONFIG['cron_send']="0";
$_CONFIG['cron_btype']="0";
$_CONFIG['cron_bname']="";
$_CONFIG['cron_ip']="";
$_CONFIG['cron_ftp_server']="";
$_CONFIG['cron_ftp_user']='';
$_CONFIG['cron_ftp_pass']='';
$_CONFIG['cron_ftp_path']="";
$_CONFIG['cron_ftp_delb']="";
$_CONFIG['databases_incl_list']="";
$_CONFIG['cron_sql_drop']="";
$_CONFIG['cron_email_address']="";
$_CONFIG['cron_file_delete']="0";
$_CONFIG['cron_file_delete_act']="";
$_CONFIG['mem']="";
$_CONFIG['backup_refresh']="1";
$_CONFIG['refresh_time']="1";
$_CONFIG['refresh_mode']="1";
$_CONFIG['recordsPerSession']="10000";
$_CONFIG['excludeFilesSize']="-1";
$_CONFIG['splitBackupSize']="2048";
$_CONFIG['backup_refresh_number']="100";
$_CONFIG['sql_mem']="";
$_CONFIG['enable_db_backup']="1";
$_CONFIG['zippath']="";
$_CONFIG['tarpath']="tar";
$_CONFIG['sqldump']="mysqldump --quote-names ";
$_CONFIG['system_dlink']="";
$_CONFIG['mosConfig_live_site']="grillen24.net";
$_CONFIG['system_ftptransfer']="0";
$_CONFIG['system_mdatabases']="0";
$_CONFIG['add_backups_dir']="0";
$_CONFIG['cron_amazon_active']="";
$_CONFIG['cron_amazon_awsAccessKey']='';
$_CONFIG['cron_amazon_awsSecretKey']='';
$_CONFIG['cron_amazon_bucket']='';
$_CONFIG['cron_amazon_dirname']='';
$_CONFIG['cron_amazon_ssl']='';
$_CONFIG['debug']="0";
?>

Forum Timezone: America/Chicago
Most Users Ever Online: 867
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
mlguru: 30
Django29: 29
Andy: 21
D: 21
Marcus: 20
Jamie F: 19
Member Stats:
Guest Posters: 738
Members: 10030
Moderators: 2
Admins: 3
Forum Stats:
Groups: 3
Forums: 7
Topics: 2397
Posts: 8236
Newest Members:
Emmanuel Joachim
Moderators: TriP: 0, Steve Burge: 0
Administrators: Ovidiu Liuta: 2484, Victor Drover: 1, Valentin Barbu: 0