PHP

Programming language

Upload progress PECL uploadprogress library

In my Drupal status report I get the following message:

Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library

So I decided to enable this on my Fedora server (same for CentOS), since I will probably need to do this on more servers, here are the steps it takes:

# yum install php-devel
# pecl install uploadprogress

if you get: pecl: command not found then you will need to run:

# yum install pear

Note: I found out this did not work because the name is now php-pear so use:

# yum install php-pear

Opensource Web Site Software Worth Considering

Blogs

b2evolution
Nucleus
WordPress

Classifieds

Noahs Classifieds

Content Management

Drupal
Geeklog
Joomla 1.5

Survey Tools

Oracle XE with PHP

Oracle XE

Installation

  1. DownLoad and install the Oracle XE rpm
  2. As root run /etc/init.d/oracle-xe configure
    • Answer the configuration questions, remember the password.
  3. Open your browser to 127.0.0.1:8080/apex
  4. Start the enterprise manager control agent type: emctl start
  5. Start the enterprise manager dbconsole  type: emctl start dbconsole

Getting started

Tuning

Syndicate content