小编Noo*_*ker的帖子

open_basedir 限制生效 文件不在允许的路径内

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/futbol/data:.:/tmp:/usr/share/php:/usr/share/pear:/usr/local/bin) in /home/futbol/data/www/futbol.kg/libraries/joomla/filesystem/folder.php on line 451
Run Code Online (Sandbox Code Playgroud)

我在 joomla 中收到此警告,登录后,我真的不知道如何解决此问题,也许需要更改一些服务器设置,但是是哪一个?,谢谢

php apache joomla

2
推荐指数
1
解决办法
3万
查看次数

无效的应用程序描述符:版本号必须具有非空值

我的xml:

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://ns.adobe.com/air/application/3.1">
    <id>samples.flex.HelloWorld</id>
    <version>1</version>
    <filename>HelloWorld</filename>
    <initialWindow>
        <content>HelloWorld.swf</content>
        <visible>true</visible>
        <systemChrome>none</systemChrome>
        <transparent>true</transparent>
        <width>400</width>
        <height>200</height>
    </initialWindow>
</application>
Run Code Online (Sandbox Code Playgroud)

我用:

adl HelloWorld-app.xml
Run Code Online (Sandbox Code Playgroud)

我收到一个错误

Invalid application descriptor: Version number must have a non-empyy value
Run Code Online (Sandbox Code Playgroud)

我做错了什么?

我使用的是flex 4.6

apache-flex flash actionscript

1
推荐指数
1
解决办法
2559
查看次数

标签 统计

actionscript ×1

apache ×1

apache-flex ×1

flash ×1

joomla ×1

php ×1