stedracu
•
Advanced
•
273 posts Quote
•
Jun 16, 2009 02:29
•
0 likes
•
 Hi, i have this warning message : Warning: file_get_contents() [function.file-get-contents]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/var/www/vhosts/xxx.ro/httpdocs:/tmp) in/var/www/vhosts/xxx.ro/httpdocs/newchat/inc/classes/BxDolTemplate.php on line 725
Warning: file_get_contents(/) [function.file-get-contents]: failed to open stream: Operation not permitted in /var/www/vhosts/xxx.ro/httpdocs/newchat/inc/classes/BxDolTemplate.php on line 725
And about the license... at the homepage of admin pannel it tell me : dolphin 7, license 10 days left... I have a ad-free license, i try to insert that but still the message. I read for the moment this dolphin alpha don't need a license... it's true?
somebody cann help me? ... |
stedracu
•
Advanced
•
273 posts Quote
•
Jun 16, 2009 02:33
•
0 likes
•
 Sorry guys.. another problem... i try to sign up like a new user, but don't acept the username... it tell me as to be a latin caracter... but i just write my nickname "stedracu" .... no number, no symbol... so i can not sign up !!!
... |
TruckingSpace
•
Advanced
•
76 posts Quote
•
Jun 16, 2009 04:58
•
0 likes
•
 Dolphin 7 is still a test. Theres no license and it wont work on a live site. It's only for webmasters to see how the admin panel has improved. |
stedracu
•
Advanced
•
273 posts Quote
•
Jun 16, 2009 05:03
•
0 likes
•
 Thank you TruckingSpace, about the license now i understand.
But about the warning message and about the caracter did you have an idea? ... |
killerhaai
•
Advanced
•
1622 posts Quote
•
Jun 16, 2009 07:47
•
0 likes
•
 Please consinder that the alpha version you are trying now, is a only a preview, nothing more. So many things will be not working or whatever. Bug repports will not be accepted by developers, this means that things are under development :)
Kids first |
stedracu
•
Advanced
•
273 posts Quote
•
Jun 16, 2009 08:17
•
0 likes
•
 ok, thank for the clarification. ... |
CodeSatori
•
Advanced
•
17 posts Quote
•
Jun 16, 2009 09:06
•
0 likes
•
 There seem to be a bunch of missing files here and there.
If these are central system files (and a class it is), it might be a good idea to require() them instead of just including them --- you shouldn't be able to execute the rest of the code if there are dependencies missing, it'll just go all wrong, and can lead to databases going out of sync or even corrupted.
|