PHP
Please post all PHP help and support topics here.
284 topics in this forum
-
Hello Everyone, I'm new at this forum and also new to installing and using a server offline. After installing and trying to use IIS and Xamp, I found UniSever to be the easiest for me. I thank the Uniform Sever developers for a no hassle installation and a detailed help guide. The purpose of installing a server for me was to have the ability to test scripts offline before using them on my websites. After installation, I tested everything regarding php and mysql and all went OK. But now I have a problem I don't know how to solve. I want to test a php membership script using mysql database, but nothing seems to be working. I have created the database with associat…
-
- 1 reply
- 3.7k views
-
-
I just downloaded the latest version of Uniform Server (I think Coral 8.6.0), and it has more features than the previous version I had been using with VADV-PHP for Virtual Advanced BBS software. One question I do have, though...is that in the "time display" on the page, it's currently in "Europe/London" time...which would be fine if I wanted the system to run/display in UTC Time. Even though my BBS is ham radio and weather oriented, and data is logged in UTC Time, it could be confusing to visitors to the website, plus the times for messages posted are in UTC. However, my system clock under Windows XP, Service Pack 3, shows the correct time (U.S. Central Time)...which is…
-
- 1 reply
- 5.1k views
-
-
Hello, I am looking for a guide to help me install and enable suphp on Uniform Server (localhost setup for Windows Vista). Any advice or guides will be greatly appreciated! Thanks for creating a great package!
-
- 0 replies
- 2.7k views
-
-
In Coral 8.5.4 (checked the current 8.6.7 and it appears to still be there), the us_pear/index.php tries to naively guess its location using $path_array = explode("\\home",dirname(__FILE__)); // Split at folder us_lear This of course fails if the directory that Uniserver is installed in happens to have 'home' in it. (In my case, I had it installed in c:\home\Uniserver, so us_pear was in C:\home\UniServer\home\us_pear. Not only did it guess its paths wrong, even when I updated the pear.conf file with the correct paths, it just kept overwriting it with the wrong paths. My solution: replaced that line with $path_array = array(realpath(__DIR__ .'/../..')); Now …
-
- 1 reply
- 3.2k views
-
-
I try to install magento on uniserver. So far I'm now: - I changed my.cnf to add Innodb. - I added an empty magento database with phpmyadmin. - At php.ini the extensions extension=php_pdo.dll extension=php_pdo_mysql.dll are added. the dll was copied to extensions. - in http.conf LoadModule rewrite_module modules/mod_rewrite.so That are the necessary changes to install magento I think. At the setup.php I'm at the point where everything should be installed. But then apache is shut down and I find the following in the apache log: [sun Apr 05 02:36:25 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.9-1 DAV/2 configured -- resuming normal operations [sun Apr …
-
- 3 replies
- 10.4k views
-
-
Hello People, at first I wanna say I am sorry if this post is in wrong section but I really don't have any idea where to post it else. Also I tried to search "msvcr" but couldnt find a smiliar thread. However, I started to use Uniserver today and in the beginning everything seemed working fine. But when I pressed on "Server Status", a message appeared which told me that Msvcr100.dll is missing. Well, i checked system32 and could find it there, so I decided to copy it and put it also in Uniserv folder & on my desktop. Same problem appears... Further informations: Your internet ip address = ##.##.##.## <-- cant see my ip, even if i wait some time Access…
-
- 2 replies
- 3.4k views
-
-
Hi, php_intl.dll is required by some major php web apps like wikipedia or moodle - if activated within Uniserver it is missing the needed dlls - you can find the dlls here: http://sourceforge.net/projects/icu/files/ICU4C/4.6.1/ however they are all compiled with VC10, what might cause other problems - maybe it would be good to compile it all with VC9. BTW - there is another distribution of apache for windows with php etc. - maybe you know it - they have it working, but the dlls are on a wrong path: http://www.apachefriends.org/f/viewtopic.php?f=4&t=44405 these also seem to be VC9 compiled icu*.dll files - might be helpful... Thanks for your attention! …
-
- 3 replies
- 11.7k views
-
-
Does anyone know how to install a module such as imagick with pecl on 8_6_4 ? Thanks
-
- 1 reply
- 3.2k views
-
-
Hey all, I have a utility function using the zip_archive class that makes directories into zip files. (I've put a copy at the bottom of this post.) Not sure when this broke, because when I wrote and testing the function under a previous version of Coral, it worked fine. Now, however, the zip files created do not uncompress into their contents, but uncompress into another zip file - endlessly, over and over again. Maybe something else is broken, like the unzipping utility built into OSX. If you know of anything like that, please chime in! Anyway, I'm perfectly fine continuing with Coral 8.5.5 unless there's some good reason to upgrade. I've got a product launch in a…
-
- 0 replies
- 3.6k views
-
-
I'm looking to write a script that might use PCNTL functions: http://www.php.net/manual/en/book.pcntl.php I'm just wondering before I spend the time to compile PHP with --enable-pcntl. If you guys have any ideas if PCNTL will even work with Uniform Server since PCNTL supposedly only works on UNIX systems: http://www.php.net/manual/en/pcntl.installation.php
-
- 0 replies
- 10.1k views
-
-
Does anyone know how to install a module such as imagick with pecl on 8_6_4 ? Thanks
-
- 0 replies
- 2.7k views
-
-
If UniformServer is located at: c:\UniformServer Then PEAR wont work as its configuration is hard coded for: C:\Coral_8_5_6\UniformServer\... So i moved the uniform server to a folder named Coral_8_5_6 which has nothing todo with the current version 8.5.7 and now i am unable install any modules using PEAR!!! PEAR Channel Management is able to ensure all modules are updated. PEAR list all packagenames is able to list all available modules correctly I enter zip in the Quick-install a package entery and click install and here is what i get: "No releases available for package "pear.php.net/zip" - package pecl/zip can be installed with "pecl install zip" ins…
-
- 0 replies
- 3.1k views
-
-
I am using some software which at current only supports PHP 5.3 and wondered how I downgrade from the version in Coral 8.5.0?
-
- 2 replies
- 4.6k views
-
-
Hi Guys, relatively new here so go easy on me. I'm currently making a little side project in my lunch hour and free time at work, but i'm having a problem with my links. I've not used this new version of Uniserver before so I might have missed something in the crossover that I'm doing wrong. Basically whenever I have: <li ><a href="homepage.php" title="Go to the Home page" style="font-size: 12px; font-weight:normal; color:#000" >Home</a></li> It takes me not to 'homepage.php' but to an error message saying that 'MYWORKINTRANET/LIVE/homepage.php cannot be found. Any help would be greatly appreciated. Josh
-
- 5 replies
- 3.9k views
-
-
Ice isn't showing up in my phpinfo() Here's what I did: I downloaded Ice-3.4.2.msi from http://www.zeroc.com/download.html I installed it in C:\UniServer\ice (I had it in default location first, but I thought maybe spaces in pathname were causing me issues) I copied php_ice.dll to C:\UniServer\usr\local\php\extensions\php_ice.dll I setup C:\UniServer\ice\bin in my PATH (this shows up fine in phpinfo()) I have added the following to php.ini [ice] extension=C:/UniServer/usr/local/php/extensions/php_ice.dll ice.slice=C:/UniServer/murmur/Murmur.ice and I did restart the server I've read this post http://forum.uniformserver.com/index.php?showtopic=1690 and even tho…
-
- 0 replies
- 3.7k views
-
-
Hi all, I'm very new to Coral. Just moved my total scripts from Linux to Windows over UniServer and this is my problem. I have this one file `config.php` which stores my configuration. This won't work in any other file: require_once 'classes/config.php'; but this one does: require_once 'C:\Uniserver\www\classes\config.php'; Could you help on this please. It is VERY impractical for me to change all of my scripts. Thanks!
-
- 0 replies
- 2.5k views
-
-
I've enabled php_sqlite3.dll in my UniServer. However, when I try to add a database in phpliteadmin, it fails, even though the extension is installed. Also, no error message appears, and it says that the program can't diagnose the problem and it also says I should contact the person who wrote phpliteadmin. I even tried the program Adminer, but it says this error message. "Please use one of the extensions db, sdb, sqlite." The db and sdb extensions aren't installed in php. I tried looking in the access and error logs and nothing was shown. The pdo SQLite extension is disabled too. So I've got an extension that doesn't seem to cooperate with PHP. What do I do?
-
- 1 reply
- 4.8k views
-
-
I have downloaded XDebug (php_xdebug-2.2.0-5.4-vc9-nts-x86_64.dll) and put the .dll in C:\UniServer\usr\local\php\extensions as well as added the following to my php.ini (both development and production). [xdebug] zend_extension=C:/UniServer/usr/local/php/extensions/php_xdebug-2.2.0-5.4-vc9-nts-x86_64.dll xdebug.remote_autostart=on xdebug.remote_enable=on xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.idekey=default Doing so added it as a checkable option under Server Configuration -> PHP -> PHP Extensions Enable/Disable. I check the box to enable it but once I close this screen it toggles back off.…
-
- 1 reply
- 3.7k views
-
-
I'm using php 4 under Coral 8.4.0. I noticed that the eAccelerator and APC options can't be enabled. When I tried to find them, within the UniServer files, and then online it appears as if they are not available yet for php 4. Is this correct?
-
- 1 reply
- 3.6k views
-
-
I am new to uniform server and everything else. I am wanting to turn on error reporting, since I read that it is normally disabled. So, what do I need to do? I am using version 8.5.2 as a program. This is ONLY on a local server. I need very explicit step-by-step instructions. See, I am trying to learn PHP and have a test file that I'm using. If I do something wrong, I liked to know what or how to fix it. I know that most error reporting DOES show you how to fix it and where the problem is occurring. Thank you so very much!
-
- 0 replies
- 2.7k views
-
-
I am using a third-party product (WHMCS) that requires the PHP function 'dl()', which dynamically loads extensions. In the PHP manual, there is a message that says "This function has been removed from some SAPIs in PHP 5.3." When I tried to execute the installation code of WHMCS, it failed with a message: "Call to undefined function dl() in ...". In the 'php.ini' file, I saw that the parameter, 'enable_dl', is 'Off'. I changed that to 'On', but still the 'dl()' function is undefined. Can someone please help me past this problem? Thank you.
-
- 2 replies
- 4k views
-
-
Topic says all. I want to use the latest coral version, but portions of my FOSS framework only function with php 5.3...
-
- 1 reply
- 3.1k views
-
-
I am running appollo 3.5 and need to upgrade php to 5.2.4. Is there a way to do so please. I have tried installing newer versions of uniserver but they dont work on my micrsoft server.
-
- 1 reply
- 3.2k views
-
-
Hi, I use UniformServer for use at home, at office, at different locations. At office, my workstation has php standart distribution installed (an old 5.3.3). When I use UniformServer (6.1.4 on fast USB stick) on that workstation (Win7x64), apache2 php 5handler (php5apache2_2.dll) load the bad php5ts.dll (from zend php install of workstation). Uniform Server apache/php use the good php.ini (configured in httpd.conf->PHPIniDir), the good extensions except the php5ts.dll taken from default php install (at office a php 5.3.3 in c:\php) and not from UniformServer (php 5.3.5) To always load the php5ts.dll from uniform server (even if there is another php5ts.dll in PATH e…
-
- 13 replies
- 13.5k views
-
-
Hi there, I'm unable to sync with Google's calendar from my webmail application... Doing some investigation this is what I get from cURL debug: error:14092073:SSL routines:SSL3_GET_SERVER_HELLO:bad packet length I believe PHP is throwing this error because OpenSSL is compiled with no-tlsext? I'm on Coral 8.0.0 and this is really an issue affecting my production system. Is it there a work around to fix this? Can I use apache binaries to allow my application to work? Any tip is appreciated. This is the first and only issue that I have really faced with UniServer Coral running in production I think I have hit a month or so of uptime and even when there isn't much …
-
- 6 replies
- 6.3k views
-