-
AuthorPosts
-
July 26, 2015 at 7:10 am #640206
The message in the web homepage ” http://www.emmawedding.com.tw”
Warning
JFolder::create: Could not create directory.Path: /raid/vhost/emmawedding.com.tw/www/t3-assetsJFolder::create: Could not create directory.Path: /raid/vhost/emmawedding.com.tw/www/t3-assets
how to make them disappear ? I am the user from Taiwan and the host of the web is in taiwan.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 26, 2015 at 7:17 am #644917Hi there
Error message already explained it
<blockquote>JFolder::create: Could not create directory.Path: /raid/vhost/emmawedding.com.tw/www/t3-assets</blockquote>
Your PHP have no permission to create directory /raid/vhost/emmawedding.com.tw/www/t3-assets
Please check your permission of it.Thank you,
VIet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 26, 2015 at 7:17 am #743547Hi there
Error message already explained it
<blockquote>JFolder::create: Could not create directory.Path: /raid/vhost/emmawedding.com.tw/www/t3-assets</blockquote>
Your PHP have no permission to create directory /raid/vhost/emmawedding.com.tw/www/t3-assets
Please check your permission of it.Thank you,
VIet Vu1 user says Thank You to jooservices for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 26, 2015 at 7:22 am #644918Hi
Your Joomla folders appearing all unwritables as you can see here
You should change them to be writable set chmod to 755
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 26, 2015 at 7:22 am #743548Hi
Your Joomla folders appearing all unwritables as you can see here
You should change them to be writable set chmod to 755
1 user says Thank You to pavit for this useful post
July 26, 2015 at 8:21 am #644919I just went to FTP client , and change all files to 755 , BUT there is no change in the directory permission to make it ” writable ” .
Here is this web configuration.php , should I change some setting ?
<?php
class JConfig {
public $offline = ‘0’;
public $offline_message = ‘這個網站目前關閉進行維護中。<br />請之後再回來觀看。’;
public $display_offline_message = ‘1’;
public $offline_image = ”;
public $sitename = ‘Emma Wedding Advisor Co,.Ltd’;
public $editor = ‘tinymce’;
public $captcha = ‘0’;
public $list_limit = ’20’;
public $access = ‘1’;
public $debug = ‘0’;
public $debug_lang = ‘0’;
public $dbtype = ‘mysqli’;
public $host = ‘localhost’;
public $user = ‘vhost’;
public $password = ‘Xxi’;
public $db = ‘vhost’;
public $dbprefix = ‘cps0a_’;
public $live_site = ”;
public $secret = ‘DX2XbIn6ZaDgBSUv’;
public $gzip = ‘0’;
public $error_reporting = ‘default’;
public $helpurl = ‘https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}’;
public $ftp_host = ‘210.Xxx.xxx.xxx’;
public $ftp_port = ’21’;
public $ftp_user = ”;
public $ftp_pass = ”;
public $ftp_root = ”;
public $ftp_enable = ‘0’;
public $offset = ‘UTC’;
public $mailonline = ‘1’;
public $mailer = ‘mail’;
public $mailfrom = ‘lazuli28allen@gmail.com’;
public $fromname = ‘Emma Wedding Advisor Co,.Ltd’;
public $sendmail = ‘/usr/sbin/sendmail’;
public $smtpauth = ‘0’;
public $smtpuser = ”;
public $smtppass = ”;
public $smtphost = ‘localhost’;
public $smtpsecure = ‘none’;
public $smtpport = ’25’;
public $caching = ‘0’;
public $cache_handler = ‘file’;
public $cachetime = ’15’;
public $MetaDesc = ‘Emma Wedding is one of the best wedding bridal/photo studio in Asia ‘;
public $MetaKeys = ”;
public $MetaTitle = ‘1’;
public $MetaAuthor = ‘1’;
public $MetaVersion = ‘0’;
public $robots = ”;
public $sef = ‘1’;
public $sef_rewrite = ‘0’;
public $sef_suffix = ‘0’;
public $unicodeslugs = ‘0’;
public $feed_limit = ’10’;
public $log_path = ‘/raid/vhost/emmawedding.com.tw/www/logs’;
public $tmp_path = ‘/raid/vhost/emmawedding.com.tw/www/tmp’;
public $lifetime = ’15’;
public $session_handler = ‘database’;
}July 26, 2015 at 8:21 am #743549I just went to FTP client , and change all files to 755 , BUT there is no change in the directory permission to make it ” writable ” .
Here is this web configuration.php , should I change some setting ?
<?php
class JConfig {
public $offline = ‘0’;
public $offline_message = ‘這個網站目前關閉進行維護中。<br />請之後再回來觀看。’;
public $display_offline_message = ‘1’;
public $offline_image = ”;
public $sitename = ‘Emma Wedding Advisor Co,.Ltd’;
public $editor = ‘tinymce’;
public $captcha = ‘0’;
public $list_limit = ’20’;
public $access = ‘1’;
public $debug = ‘0’;
public $debug_lang = ‘0’;
public $dbtype = ‘mysqli’;
public $host = ‘localhost’;
public $user = ‘vhost’;
public $password = ‘Xxi’;
public $db = ‘vhost’;
public $dbprefix = ‘cps0a_’;
public $live_site = ”;
public $secret = ‘DX2XbIn6ZaDgBSUv’;
public $gzip = ‘0’;
public $error_reporting = ‘default’;
public $helpurl = ‘https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}’;
public $ftp_host = ‘210.Xxx.xxx.xxx’;
public $ftp_port = ’21’;
public $ftp_user = ”;
public $ftp_pass = ”;
public $ftp_root = ”;
public $ftp_enable = ‘0’;
public $offset = ‘UTC’;
public $mailonline = ‘1’;
public $mailer = ‘mail’;
public $mailfrom = ‘lazuli28allen@gmail.com’;
public $fromname = ‘Emma Wedding Advisor Co,.Ltd’;
public $sendmail = ‘/usr/sbin/sendmail’;
public $smtpauth = ‘0’;
public $smtpuser = ”;
public $smtppass = ”;
public $smtphost = ‘localhost’;
public $smtpsecure = ‘none’;
public $smtpport = ’25’;
public $caching = ‘0’;
public $cache_handler = ‘file’;
public $cachetime = ’15’;
public $MetaDesc = ‘Emma Wedding is one of the best wedding bridal/photo studio in Asia ‘;
public $MetaKeys = ”;
public $MetaTitle = ‘1’;
public $MetaAuthor = ‘1’;
public $MetaVersion = ‘0’;
public $robots = ”;
public $sef = ‘1’;
public $sef_rewrite = ‘0’;
public $sef_suffix = ‘0’;
public $unicodeslugs = ‘0’;
public $feed_limit = ’10’;
public $log_path = ‘/raid/vhost/emmawedding.com.tw/www/logs’;
public $tmp_path = ‘/raid/vhost/emmawedding.com.tw/www/tmp’;
public $lifetime = ’15’;
public $session_handler = ‘database’;
}pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 26, 2015 at 8:24 am #644920<em>@lazuli28allen 484702 wrote:</em><blockquote>I just went to FTP client , and change all files to 755 , BUT there is no change in the directory permission to make it ” writable ” .</blockquote>
Ask to your hosting provider to set your user with all permissions and correct settings to host a Joomla site , this is a wrong hosting configuration and has nothing to do with the template itself.
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 26, 2015 at 8:24 am #743550<em>@lazuli28allen 484702 wrote:</em><blockquote>I just went to FTP client , and change all files to 755 , BUT there is no change in the directory permission to make it ” writable ” .</blockquote>
Ask to your hosting provider to set your user with all permissions and correct settings to host a Joomla site , this is a wrong hosting configuration and has nothing to do with the template itself.
1 user says Thank You to pavit for this useful post
July 26, 2015 at 8:36 am #644921okay. I C . Thank you !!
July 26, 2015 at 8:36 am #743551okay. I C . Thank you !!
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 26, 2015 at 8:50 am #644922Hi there
Just for information
# You’ll need work with directory permission. Please check out chmod for basic knowledge about it. Or just ask your sysadmin / hosting provider about that
https://en.wikipedia.org/wiki/Chmod
# It’s server side works, there is nothing about configuration.phpThank you,
Viet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 26, 2015 at 8:50 am #743552Hi there
Just for information
# You’ll need work with directory permission. Please check out chmod for basic knowledge about it. Or just ask your sysadmin / hosting provider about that
https://en.wikipedia.org/wiki/Chmod
# It’s server side works, there is nothing about configuration.phpThank you,
Viet Vu1 user says Thank You to jooservices for this useful post
July 26, 2015 at 12:29 pm #644923I have set all chmod to 777 and the problems solved. Thank you all .
July 26, 2015 at 12:29 pm #743553I have set all chmod to 777 and the problems solved. Thank you all .
-
AuthorPosts
This topic contains 17 replies, has 3 voices, and was last updated by jooservices 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum