Beginners Guide To Package Installation
I'm a long-time semi-amateur PHP programmer. I do some large and complex stuff in PHP and PERL, but I've never done any package installations. I managed to install MediaWiki once, but it was a chore and a half, and no "learning" took place.
Now I want to install PHP/YAZ and I'm stuck. Google "PHP packages instal" or etc. and you get lots of pages, but they're all geared to the "wrong level."
Does anyone know of a good "idiot's guide" to installing packages?
View Complete Forum Thread with Replies
Related Forum Messages:
A Beginners Guide
This is not a ‘how to’, this is a ‘what is’ or a very simple, generic document designed to give people just starting out a sense of scope and to give them a very, very simple, non-threatening starting point for more complex research into what can often be a daunting concept. Code:
View Replies !
PhpMyAdmin Installation - Thorough Installation Guide.
I am trying to install phpMyAdmin-2.6.3-pl1 on my machine because I am familiar with working with it itself, but not installing it. I have Apache 2.0.54, php 4.4.0, mysql 4.1.14 running on a Win XP Home machine. Like I said, I've never installed phpMyAdmin before and I've looked at the documentation and I can kinda make out what it says, but I'd rather try to find a very thorough installation guide.
View Replies !
Auto Installation Package
I have created that simple PHP application for pictures management (create categories, upload and delete pics, etc). This app have several PHP and INC files and two subfolders with more PHP and INC files. this application suppose to be installed in several different Linux servers, and I would like to know how to create an auto-installation package (like that cool Fantastico ones ), that will create automatically the folders and copy the right files to every one. I have made some research on Google but couldnt find what I am looking for. Any clues?
View Replies !
Any PHP Websites/tutorial For Beginners?
I am looking on behalf of a friend of mine for good websites where people can go to and get tutorials on how to do start doing PHP. The person in question as not have any programming expreince before apart from HTML so it's needs to be very basic level at first.
View Replies !
Query Re Beginners Tutorial
On http://www.phpdeveloper.org/section/tutorial/43 there is what seems like a good tutorial for a beginner but there is no mention of whether it should all be within one .html file, one .php file, or several separate files, and if so, what type. It also includes Action="form2.php3" with no mention of what this file is. Can anyone help, or alternatively recommend a more complete Form tutorial for an absolute PHP beginner?
View Replies !
Beginners Q: Configuring Apache - Php On XP
I was just trying to install Apache and php on an XP box for test of a PHP website I built last year. It was my first and only, so I am now rusty about the little I did learn last year. I get the following error in my log after I think I have I configured apache and php "[Thu Apr 29 15:31:19 2004] [alert] [client 127.0.0.1] C:/Websites/matrixcsbsju/html.test/matrix.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration" I am running: PHP 4.1.2 Apache 2.0.47 The apache conf/httpd.conf contains the follow extra bits: # My local copy of bunch of files that make up the site. DocumentRoot "C:/Websites/matrixcsbsju/html.test" [...] # left over from a previous configuration of this site, but we are still # using this name, so I'll keep it for now. AccessFileName matrix.htaccess [...] # A directory element for my little website <Directory "C:/Websites/matrixcsbsju/html.test"> [...] AllowOverride All [...] # DirectoryIndex index.html index.html.var index.php index.htm [...] # And directing all php to the php module ScriptAlias /php/ "C:/dev/tools/php/" AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .htm AddType application/x-httpd-php .html Action application/x-httpd-php "/php/php.exe" Is there anything else? It seems to be saying it doesn't know about php in the error message?
View Replies !
Please Suggest A Good PHP Book For The Beginners!
Please suggest me a good book for the beginners. I can't decide which book should I advice to my students to buy as there are a lot of books in the market. I am looking for a book that would be small in size, readable and with nice examples. Additionally, if there is a sample project overview that will be great for them.
View Replies !
Guide For Running Php
I'm just starting to familiarise myself on FC5. Can anyone be so kind as to teach me what are the steps needed, (and checks needed) to get all these up and running on my local machine for me to start coding my website in php?
View Replies !
Config.php Guide
I have a site that connects to a database on multiple pages and displays different data from different tables of that database. Right now, I have a $dbcnx command on every page, this is a little bit of a hassle. I'd like to create a config.php page that my front end pages will call.
View Replies !
Development Documentation Guide
I know this isn't exactly PHP, but I don't know any community more willing to help than this one. As you can probably see in my sig, I am making a company. The company has already made some test versions of the final product: 'Adv.News', including making several designs and logos, core programming, etc. Now, I have just completed my college course, BTEC National Diploma in Computing (Software Development). I finished second in the class wilth all (but one) Distinction (equal to A/A*). Now the only thing I'm wondering about, is how to write correct Development Documentation. We have written vague documentation, but, before we go to make the final Alpha version (thats an oxymoron ), I need to know, how to write industry standard dev docs. Does anybody have some Development Documentation Guides / Templates, or something.. or the vBulletin Development Documentation, something from which I can learn?
View Replies !
Episode Guide Script
how i can create an Episode Guide Script. Can anyone help me out? I can html and other prpgramming languages but not php re does anybody know an episode guide script?´
View Replies !
Retriving Text And Images (Writing A Guide Section)
I am creating a website that helps teach about the Linux Ubuntu OS therefore I will be creating guides and articles with pictures. I am using LAMP on Ubuntu by the way, I would like to know how to pull both images and text from the MYSQL database whereas, there will be text explaining how to do things and then a screenshot showing the task will be shown as well. What I dont understand is how this is done, how the images are I guess wrapped in the correct places and not just appearing at the bottom or something, So, I want Text, then picture 1, text Picture 2, Text Picture 3 and so forth. How would I go about creating this? Table/Command wise?
View Replies !
Net_DNS Package
I use the command line pear command to install the net_DNS package after i made sure i have all needed dependencies, i get installation successfull message, i copy paste the example from the pear.net documantation of Net_DNS to test if its working, i run the script and it returns nothing... I run scripts localy on my comptuter on a windows platform with an Apatche server.
View Replies !
Graphing Package
Would anyone care to recommend a good graphing package (commercial or otherwise)? I've looked at some of the PEAR Image packages. The only graphing package is still alpha quality. One particularly interesting feature would be to display data as in a 'strip chart' recorder, i.e., the graph scrolls across the web page.
View Replies !
ExtCalendar-2 Package?
I've been trying to configure the ExtCalendar-2 (http://sourceforge.net/projects/extcal), and for that I traced through the code of Add Event page. Finally reached a point where it calls a function like echo template_eval($template_add_event_form, $params);. I got some clues on this as it's calling a template with an array of values $params which ends up in the display of the Add Even form. But this $template_add_event_form is declared as a global variable in the current function.
View Replies !
Good All In One Package.
You know these packages you can get, like DeveloperSide. They include everything, PHP, MYSQL etc. Does anyone know of a good one, the current one I'm using is buggy. It needs to support PHP, MYSQL, phpMyAdmin and GD.
View Replies !
Looking - Sync Package
Looking for a PHP driven package to synchronize files on machines, with DB (MySQL) backend and searchable/syncable by: 1. Topic/Content, 2. Date, 3. Project, 4. Latest, 5. Exclusion List Driven (for directories and/or files to ignore when syncing), 6. Thumb/Flash Drive or CD/DVD media, non networked sync transport, 7. Integratable with Backup/Recovery/ISO imaging program(s). If you know one please reply. If not willing to Open Source with someone to make this happen. Program with partial functionality considered.
View Replies !
Php-cli Package Available For Debian?
is the php-cli package available for debian? the php 4.3 packages i've come across only install the php module for apache, and no cli is installed (which is bizarre - why package up php4.3 and leave out cli?)
View Replies !
Can't Get Package Info In Apache
I can't get packageInfo of some packages installed on my system(Fedora Core 3 with bundled httpd and php): # pear list Installed packages: =================== Package Version State Archive_Tar 1.1 stable Console_Getopt 1.2 stable DB 1.7.4 stable DB_Pager 0.7 stable HTTP 1.2.2 stable Log 1.8.7 stable Mail 1.1.3 stable Mail_Mime 1.2.1 stable Net_SMTP 1.2.6 stable Net_Socket 1.0.1 stable PEAR 1.3.2 stable XML_Parser 1.0.1 stable XML_RPC 1.1.0 stable I've a simple script to check existing of these modules: --------------------- cut here ----------------- <?php include_once ("PEAR/Remote.php"); // PEAR::Remote include_once ("PEAR/Registry.php"); // PEAR::Registry $pear = new PEAR_Config(); $pear_reg = new PEAR_Registry($pear->get('php_dir')); $pear_info = $pear_reg->packageInfo("PEAR"); $pear_version = $pear_info["version"]; print("PEAR Version:" . $pear_version . " "); $Log_info = $pear_reg->packageInfo("Log"); if (strlen($Log_info["package"]) < 2) { print("Can't find Log module "); } else { print("Log module found "); } ?> --------------------- cut here ----------------- It works if passing to php directly in bash. However, some of modules can't be located using this method (DB and Log) when run it through Apache. Would anyone pls help? My PEAR config follows. --------------------- cut here ----------------- Configuration: ============== PEAR executables directory bin_dir /usr/bin PEAR documentation directory doc_dir /usr/share/pear/doc PHP extension directory ext_dir /usr/lib/php4 PEAR directory php_dir /usr/share/pear PEAR Installer cache directory cache_dir /tmp/pear/cache PEAR data directory data_dir /usr/share/pear/data PHP CLI/CGI binary php_bin /usr/bin/php PEAR test directory test_dir /usr/share/pear/test Cache TimeToLive cache_ttl 3600 Preferred Package State preferred_state stable Unix file mask umask 22 Debug Log Level verbose 1 HTTP Proxy Server Address http_proxy <not set> PEAR server master_server pear.php.net PEAR password (for password <not set> maintainers) Signature Handling Program sig_bin /usr/bin/gpg Signature Key Directory sig_keydir /etc/pearkeys Signature Key Id sig_keyid <not set> Package Signature Type sig_type gpg PEAR username (for username <not set> maintainers) --------------------- cut here -----------------
View Replies !
How To Downgrade A PEAR Package?
I'm trying to figure out how to downgrade a pear package. I've discovered that in the PEAR XML_RPC, between version 1.3.3 and 1.4.0, something was broken in the XML_RPC_Client code causing the values returned in server responses to be decoded as php strings rather than their appropriate data types. This still appears to be broken in the current 1.4.4. I want to do some more extensive testing before logging a bug, but I need to know how to downgrade packages. So far I've always used the pear command. I can't see any way with the pear command to downgrade. Using the pear command to uninstall and reinstall XML_RPC isn't an option because the pear module itself depends on it.
View Replies !
PHP Web Based Mail - What's The Best Package?
I'm looking for a PHP based Web mail system to front our POP mail server. I need something with a serious consideration for security. I will be pimping this as an alternative to an MS Exchange's Web based e-mail so it needs to be tight. Any recommendations?
View Replies !
XML Package For PHP4 And PHP5
I just released the new beta version of ActiveLink PHP XML Package that works in both PHP4 and PHP5. The package is not dependent on any other XML extensions or libraries and is completely written in PHP. If anyone is interested in testing the beta version, please do so. You can get the 0.4.0-beta version from: The package is freely redistributeable under the terms of LGPL.
View Replies !
Install The CURL Package
I have Foxserv 3 (PHP version 4.2.2) running on Win XP and I need to install the cURL package so that I can use its functions!! My question is how can I do install cURL?
View Replies !
Pear Package Functions
I have a doubt about pear packages in PHP. I have downloaded the pear packages through the command prompt line 'php go-pear.php' and installed it. I could work with some examples for XML-RPC and give the correct output. But when I try to work with an image example it give me the following error. Warning: main(Image/Canvas.php): failed to open stream: No such file or directory in E:ImageTest ,Fatal error: main(): Failed opening required 'Image/Canvas.php' . Why did this happened? In the pear package list I could find zip files like DB-1.7.6,Net_Socket-1.0.6,XML_RPC-1.3.3,PHPUnit-1.2.3,Mail-1.1.6, Mail-1.1.6 and XML_Parser-1.2.6 etc.. But I could not find any files related to Image. Should I install any GD library for image functions in PHP other than pear package.
View Replies !
Unable To Find Package
I am trying to use MDB2 and can get SELECT queries to work fine, but when trying to INSERT, I am getting: MDB2 Error: not found (/usr/lib/php/PEAR.php at line 557) unable to find package 'MDB2_Datatype' file 'MDB2/Datatype.php' errors.
View Replies !
Devel Package For Solaris8
I am unable to find php-devel package for Solaris8. I try to make php ftp.so extension but phpize command does not work. I am running php version 4.2.2 Actually I do not know what the problem is, there's an error message when I run phpize: Code:
View Replies !
Windows Package/binary
I am several years removed from PHP (different career path) so I've lost touch with some of the innovations. I was wondering if anyone has put together a simple windows binary that includes MySQL + PHP and a webserver? Basically, I want an easy way to distribute a PHP and MySQL application to another non-technical windows user and don't have the luxury of a server sitting somewhere. Basically, I'd like them to be able to click an icon, launch the services, and then launch a web browser pointing to localhost. I don't care about the code being compiled or hidden. It doesn't help that when I did do a lot of programming that I did it exclusively on Unix machines so even then I wasn't too in tune with the windows world. Is there some acceptable standard way of dealing with this?
View Replies !
Pear Package Sub-include
I was trying the pear package on my local winmachine and noticed that one of the includes has a backslash <?php include('Mail.php'); include('Mailmime.php'); is this a path backslash? i.e. if I access pair on my linux server, do I have to put a forward slash in between Mail and mime? such as Mail/ mime.php Or does the slash have another meaning? I haven't found a lot of pear documentation and the one I am reading has that slash, which I'm not sure is for any host or just for win.
View Replies !
Image-barcode Package
I just installed the image-barcode Package, but now I have a few problems using it. When I run the following code (http://localhost/test.php): <?php require_once("Image/Barcode.php"); $bc = new Image_Barcode; $bc->draw($_GET['bctext'], "Code39", "png"); ?> I get the following error in my browser: Warning: opendir(C:php5pearImageBarcode) [function.opendir]: failed to open dir: Invalid argument in C:xamppphppearImageBarcode.php on line 66.
View Replies !
PHP Simple Content Admin Package
I'm converting some static HTML pages to use PHP-mySQL. I will be able to add/modify/delete records via the web using phpmyadmin, but I will need to develop more user-friendly admin pages for non-technical users. I don't want to reinvent the wheel--does anyone know of any open-source packages in PHP that have your standard display-all-records screens, with links for Edit, Add, Delete, as well as subsequent pages that allow users to modify HTML form fields to update data? Ideally, there would be some easy way to customize this package, where I can just name the table and fields that I want users to be able to modify, set a few other privileges, and make it available.
View Replies !
Is There A Package Like Forum Minus The Registration?
I'm looking for a software or package that will do the following. 1. Has threads like a forum where people can post see and post replies and comments. 2. Does not require users to register to post replies or comments. They just need to enter a nickname or initials. 3. Admin will screen and authorize replies before they are posted on the web. If you know where I can download this, please PM the link to me, or tell me what keywords to Google for.
View Replies !
PEAR Auth Package - How Does SetSessionname Work?
I have used the PEAR Auth package to successfully set up authentication. <code> // Details of where the authentication details are stored. $options = array( 'dsn' ="pgsql://graphicomm2:pw@localhost/graphicomm2", 'table' ="v_active_users", 'usernamecol' ="f_email", 'passwordcol' ="f_password", ); $a = new Auth("MDB2", $options, "loginFunction"); $a->setSessionname("GCERP"); $a->start(); </code> However, this does not seem to change the session name in the browser when I check the cookies. But -but - but - it does work in the sense that I can log in to two different php applications from different tabs on the same browser and the authentication is separate. I.e. if I am logged into one app it does not mean that I am allowed to access the second app. The problem I have is that $_SESSION variables seem to be cross application!?! I.e. if I use a $_SESSION variable it can be accessed from either application. Now I know I can uniquely name the $_SESSION variables which will probably be the interim solution but I would have thought that there would be a way of limiting $_SESSION variables to that particular session as set by the setSessionname.
View Replies !
Pear Radius Package Not Working On PHP5
The loading instructions refer to php4, and that works fine. However, I would like to move up to php5, but the load process reports: C:phpdev5phpextensions/php_radius-1.2.dll - Specified procedure could not be found. The dll IS in that directory, so I suspect that an additional dependent dll is needed. Can anyone help ? I am using Windows 2000.
View Replies !
Looking For Windows Mysql/php/webserver Combined Package
A while ago I found a mysql/php/webserver bundle of software for windows that installed all three at once and made it easy to start developing sql/php web apps. Now I can't remember what it was or where to get it, and wondered if anyone here can suggest anything along those lines?
View Replies !
|