Problem for Migrating from localhost to server - Joomla! Forum - community, help and support
hello
after finished work website @ localhost ( wampserver) , migrating live server
i have @ backend in global configuration error if click save or save , close
but it's save changed if click @ in browser
also if want create new item in main menu , click @ ( new ) or ( save , copy ) button see error message
i don't know how solved issue don't know issue
joomla : 3.4.1
php : 5.5.21
mysql : 5.1.73
thank much
after finished work website @ localhost ( wampserver) , migrating live server
i have @ backend in global configuration error if click save or save , close
code: select all
php warning: is_writable(): open_basedir restriction in effect. file(/tmp) not within allowed path(s): (d:/inetpub/vhosts/website.com\;c:\windows\temp\) in d:\inetpub\vhosts\website.com\httpdocs\libraries\joomla\filesystem\path.php on line 239
php warning: is_writable(): open_basedir restriction in effect. file(/tmp) not within allowed path(s): (d:/inetpub/vhosts/website.com\;c:\windows\temp\) in d:\inetpub\vhosts\website.com\httpdocs\libraries\joomla\filesystem\path.php on line 239
but it's save changed if click @ in browser
also if want create new item in main menu , click @ ( new ) or ( save , copy ) button see error message
code: select all
php warning: is_file(): open_basedir restriction in effect. file(\metadata.xml) not within allowed path(s): (d:/inetpub/vhosts/website.com\;c:\windows\temp\) in d:\inetpub\vhosts\website.com\httpdocs\administrator\components\com_menus\models\item.php on line 973
i don't know how solved issue don't know issue
joomla : 3.4.1
php : 5.5.21
mysql : 5.1.73
thank much
with open_basedir restriction in effect on webserver need make sure path's used according setting. changing tmp , log in global configuration gets rid of this. try "./logs" , "./tmp" use folders come joomla. or use "d:/inetpub/vhosts/website.com/httpdocs/logs" , "c:/windows/temp"
hopefully fixes last one.
hopefully fixes last one.
Comments
Post a Comment