Can't install PHP-Ext

22 views
Skip to first unread message

rics

unread,
May 2, 2008, 9:55:53 AM5/2/08
to PHP-Ext
INSTALL.TXT say:

ext-2.0.2 'Ext JS Library Must be downloaded'

But I just could download ext-2.1. I tried to just rename directory to
ext-2.0.2, but it didn't work.

Please, how can I start using php-ext?

Thanks.
rics

mb

unread,
May 2, 2008, 10:46:47 AM5/2/08
to PHP-Ext
tell me your errormessage from your browser?

rics

unread,
May 2, 2008, 1:36:31 PM5/2/08
to PHP-Ext
When I only put the ext-2.1 folder into resources i get this message:

Ext JS 2.0.2 Not Installed. Please see INSTALL.txt for information
regarding proper installation.

The first ting I tried was to change the directory name to ext-2.0.2.
Then I got this messages:

Warning: include_once(PhpExt/Ext.php) [function.include-once]: failed
to open stream: No such file or directory in /home/rics/www/phpext/php-
ext/examples/index.php on line 11

Warning: include_once() [function.include]: Failed opening 'PhpExt/
Ext.php' for inclusion (include_path='.:/opt/lampp/lib/php;/home/rics/
www/phpext/php-ext/library') in /home/rics/www/phpext/php-ext/examples/
index.php on line 11

Warning: include_once(PhpExt/Window.php) [function.include-once]:
failed to open stream: No such file or directory in /home/rics/www/
phpext/php-ext/examples/index.php on line 12

Warning: include_once() [function.include]: Failed opening 'PhpExt/
Window.php' for inclusion (include_path='.:/opt/lampp/lib/php;/home/
rics/www/phpext/php-ext/library') in /home/rics/www/phpext/php-ext/
examples/index.php on line 12

Warning: include_once(PhpExt/AutoLoadConfigObject.php)
[function.include-once]: failed to open stream: No such file or
directory in /home/rics/www/phpext/php-ext/examples/index.php on line
13

Warning: include_once() [function.include]: Failed opening 'PhpExt/
AutoLoadConfigObject.php' for inclusion (include_path='.:/opt/lampp/
lib/php;/home/rics/www/phpext/php-ext/library') in /home/rics/www/
phpext/php-ext/examples/index.php on line 13

Warning: include_once(PhpExt/Layout/FitLayout.php) [function.include-
once]: failed to open stream: No such file or directory in /home/rics/
www/phpext/php-ext/examples/index.php on line 14

Warning: include_once() [function.include]: Failed opening 'PhpExt/
Layout/FitLayout.php' for inclusion (include_path='.:/opt/lampp/lib/
php;/home/rics/www/phpext/php-ext/library') in /home/rics/www/phpext/
php-ext/examples/index.php on line 14

Warning: include_once(PhpExt/TabPanel.php) [function.include-once]:
failed to open stream: No such file or directory in /home/rics/www/
phpext/php-ext/examples/index.php on line 15

Warning: include_once() [function.include]: Failed opening 'PhpExt/
TabPanel.php' for inclusion (include_path='.:/opt/lampp/lib/php;/home/
rics/www/phpext/php-ext/library') in /home/rics/www/phpext/php-ext/
examples/index.php on line 15

Warning: include_once(PhpExt/Panel.php) [function.include-once]:
failed to open stream: No such file or directory in /home/rics/www/
phpext/php-ext/examples/index.php on line 16

Warning: include_once() [function.include]: Failed opening 'PhpExt/
Panel.php' for inclusion (include_path='.:/opt/lampp/lib/php;/home/
rics/www/phpext/php-ext/library') in /home/rics/www/phpext/php-ext/
examples/index.php on line 16

Fatal error: Class 'PhpExt_Window' not found in /home/rics/www/phpext/
php-ext/examples/index.php on line 21

mb

unread,
May 7, 2008, 3:15:43 AM5/7/08
to PHP-Ext

Pattern®

unread,
May 13, 2008, 8:57:41 AM5/13/08
to PHP-Ext
rename ./resources/ext-2.1 to ./resources/ext-2.0.2

On 7 май, 11:15, mb <m...@shopscripts.de> wrote:
> hmm, check the path or see at
>
> http://groups.google.com/group/php-ext/browse_thread/thread/30154b01f...
> > > > rics- Скрыть цитируемый текст -
>
> - Показать цитируемый текст -

clad

unread,
May 14, 2008, 5:54:35 AM5/14/08
to PHP-Ext
I all,

i'm using WAMP and the samples of php_ext doesn't keep on local.

i' ve added ext-2.0.2 directory in C:\wamp\www\php_ext\php-ext
\resources

i've index menu (without CSS) but when i clik on panel (for exemple)
i've servor error because path is probably wrong : the url is :
http://localhostphp_ext/php-ext/examples/?eid=panel/panels

there is a problem after localhost.
What am i doing wrong?

thanks by advance

clad

Pattern®

unread,
May 14, 2008, 6:51:41 AM5/14/08
to php...@googlegroups.com
May be trouble with this
It's correctly?
i'm using WAMP too.
I'm using php-ext in virtualhost
 
check in httpd.conf file this line
 
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
include must be uncomment
next, in configuration file add: (\conf\extra\httpd-vhosts.conf)
 
<VirtualHost *:80>
     DocumentRoot "c:/server/apache/htdocs/php-ext"
     ServerName ext.localhost
     ServerAlias ext
     ErrorLog "logs/error.log"
     CustomLog "logs/access.log" combined
     <Directory "c:/server/apache/htdocs/php-ext">
          Options FollowSymLinks +Includes
          AllowOverride All
     </Directory>
</VirtualHost>
and in C:\Windows\System32\drivers\etc\hosts add after 127.0.0.1 localhost
127.0.0.1 ext
127.0.0.1 ext.localhost
restart apache and all working correctly, links http://ext/ or http://ext.localhost/
 
PS: sorry all for my english
2008/5/14 clad <cla...@hotmail.com>:

clad

unread,
May 14, 2008, 10:31:58 AM5/14/08
to PHP-Ext
Thanks for your response.

But the example given with the library is big. there is a lot of
things.

There isn't simple example? like for example, only a page panel.php
which create a simple panel?

Thanks
Reply all
Reply to author
Forward
0 new messages