-
AuthorPosts
-
pagefactory Friend
pagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 20, 2013 at 6:28 pm #192424Best,
I just install on http://www.hendrickxstucenafbouw.nl/
Going to the templatemanager to fix logo size in CSS file and I get the next error message on the page where the CSS files are put down.
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/hendrickx/domains/hendrickxstucenafbouw.nl/public_html/templates/ja_obelisk/component.php/) is not within the allowed path(s): (/home/hendrickx/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/) in /home/hendrickx/domains/hendrickxstucenafbouw.nl/public_html/administrator/components/com_templates/models/template.php on line 111
i get a lot in one list this kind of errors
Can somebody help me what to do ?
regards
Rob
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
November 21, 2013 at 11:28 am #512998<em>@pagefactory 398761 wrote:</em><blockquote>Best,
I just install on http://www.hendrickxstucenafbouw.nl/
Going to the templatemanager to fix logo size in CSS file and I get the next error message on the page where the CSS files are put down.
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/hendrickx/domains/hendrickxstucenafbouw.nl/public_html/templates/ja_obelisk/component.php/) is not within the allowed path(s): (/home/hendrickx/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/) in /home/hendrickx/domains/hendrickxstucenafbouw.nl/public_html/administrator/components/com_templates/models/template.php on line 111
i get a lot in one list this kind of errors
Can somebody help me what to do ?
regards
Rob</blockquote>
using Google to research I find this is the most common reply hope it helps
Why do I get a PHP open_basedir restriction error message?Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s):
This error generally occurs when you are using temporary site links whilst waiting for DNS propagation to finish. This is entirely normal and is expected behaviour. Please wait until DNS propagation has completed and the error will clear. Alternatively, if you cannot wait, you can modify your local machines HOSTS file to accomodate the servers IP address.If you are receiving this error using your domain name, then you are attempting to access a directory or file that is not allowed within your website space. Please check your scripts and try again, or contact your support team for assistance.
Check your folder permissions are set correctly and are both read and write enabled
Cheers Shannon1 user says Thank You to tfosnom for this useful post
pagefactory Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 21, 2013 at 1:45 pm #513007thx for the advice.
I go ask my server for support in this case.
regards
Rob
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
November 21, 2013 at 3:39 pm #513017<em>@pagefactory 398894 wrote:</em><blockquote>thx for the advice.
I go ask my server for support in this case.
regards
Rob</blockquote>
Hey Rob while doing some searching at Joomla.org for advice on something I read more about a similar problem to yours. this is a handy code tip to find what your absolute path is – may assist your troubleshooting
To find out what your absolute path is,
copy the following code into a text editor (i.e. JEdit, Notepad, etc),
save the file as a .php naming it whatever you prefer (i.e anyfilename.php.)<?php
$path = getcwd();
echo "Your Absolute Path is: ";
echo $path;
?>Using your FTP software, ftp the file you have just created to your root folder.
Open your web browser and type in
http://www.yourdomain.com/anyfilename.php.
The result will show the absolute path!IMPORTANT: For security reasons, delete this file as soon as you have ascertained the information you require.
They also mentioned if your host is running plesk that may be a cause.
Blessings Shannon
pagefactory Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 22, 2013 at 7:22 pm #513200path = /home/hendrickx/domains/hendrickxstucenafbouw.nl/public_html
working with the directadmin and for sure I do the same install with complete new scripts (as a new domain) , on my other domains Joomla works correctly, only now with joomla 3,2.0. stable I get this error message
“allowed path(s): (/home/hendrickx/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/)” this path does’nt excist but how come that the system call this path ?
I realy do’nt get it, I hire my own server on admin level.
I do the same on a other domain to make sure the scripts are right on hendrickxstucenafbouw.nl but on the other domain I get the same errors and only in the templatemanager
pagefactory Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 22, 2013 at 7:23 pm #513201path = /home/hendrickx/domains/hendrickxstucenafbouw.nl/public_html
working with the directadmin and for sure I do the same install with complete new scripts (as a new domain) , on my other domains Joomla works correctly, only now with joomla 3,2.0. stable I get this error message
“allowed path(s): (/home/hendrickx/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/)” this path does’nt excist but how come that the system call this path ?
I realy do’nt get it, I hire my own server on admin level.
I do the same on a other domain to make sure the scripts are right on hendrickxstucenafbouw.nl but on the other domain I get the same errors and only in the templatemanager
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
November 23, 2013 at 2:03 am #513216Hi pagefactory,
Pls send PM to me admin and ftp your site, i’ll check it for you.
Regards.
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by MoonSailor 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum