PHP
Please post all PHP help and support topics here.
284 topics in this forum
-
Hi, downloaded PHP manual HTML zip file and unzipped it to desktop folder 'PHPMANUAL'. When I open the html file the browser displays a blank page and TASKMANAGER shows that 100% of the CPU usage is taken up. As I need to know more about using PHP I could realy use this manual. WINDOWS XP SP3 1 GIG OF MEMORY MAY BE THE PROBLEM. OR IS IT A PAGE FILE SIZE PROBLEM? Any help greatly appreciated.
-
- 7 replies
- 6.7k views
-
-
Need help, is it possible to change the main page of the uniform server in /www/index.php ?? to something else maybe like ex: console.php if i do like the above will there be any complications ?..
-
- 1 reply
- 4k views
-
-
Please excuse this simple question but I'm having trouble getting oriented. Thanks in advance for your help. I've installed Uniform Server 3.5 on Windows XP SP2. Install appears fine and Start and Stop scripts appear to work fine. When I create a simple web page with embedded PHP (named mytest.html or mytest.php) and then run it by double-clicking on the file name, it does not execute the PHP code. (Also I notice that PHP is not a registered file extension under XP.) What do I need to configure to get PHP executing within HTML web pages with Uniform? Thank you. <<<<<<<<<<<<<< SOLVED >>>>>>>…
-
- 4 replies
- 6.2k views
-
-
I know at least Drupal (and possibly other CMS's) can make use of this to improve the file upload experience. It would be nice to have it bundled with the next release (WampServer 2 comes with it). More info here: http://freestylesystems.co.uk/blog/install...field-30-module Here's the Windows binary: http://downloads.php.net/pierre/php_upload...n32-VC6-x86.zip Cheers, Tom
-
- 0 replies
- 5.5k views
-
-
Hi guys, for some of my pages I get a 500 error, when checking the error log I see a lot of this: [Mon Feb 28 17:02:44 2011] [error] [client 192.168.1.1] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0, referer: http://mydomain.com/subdir [Mon Feb 28 17:02:44 2011] [error] [client 192.168.1.1] PHP Fatal error: Unknown: Failed opening required 'D:/UniServer/www/subdir/subdir2/index.html' (include_path='.;D:/UniServer/usr/local/php/includes;D:/UniServer/usr/local/php/pear;D:/UniServer/home/admin/www/plugins/pear/PEAR') in Unknown on line 0, referer: http://mydomain.com/subdir This seems to happen only for some pages, from a…
-
- 1 reply
- 6.2k views
-
-
Hello, I am using version 5.7.4 to test Moodle 2.0. The pre-installation check tells me that I need to enable the soap and intl extensions. In addition, I need to enable ldap. When I enable them, Apache service fails to start. Only when I comment out the appropriate lines in php.ini, does Apache start properly. Has anyone advice as to how to solve this problem? Many thanks, Jeff Edit: I've partially solved this. I also needed to enable soap. I've done this, removed the ldap and intl dll files that I added, and commented the php_ldap and php_intl lines in php.ini. After restarting services, Apache starts properly, but I need to enable the intl and ldap extensions. I…
-
- 1 reply
- 5.2k views
-
-
Hi guys, firstly, loving the product, very nice and simple. But as always I have a problem. My setup is: Uniform Server 5.7.4-Nano Windows Home Server SP2 (HP MediaSmart EX475 with the latest 3.0 update) DD-WRT loaded onto my Netgear WNR3500v2 router Port forwarding over port 80 is fine, I can access html pages fine from within the LAN and from the outside world via my own url using DynDNS. Everything is cool in that regard. What problem I'm running into is setting my PHP file extensions either in a .htaccess file OR by the method documented here: http://wiki.uniformserver.com/index.php/Ne..._Quick_PHP_Info Neither seem to work. When I try the .htaccess method I get …
-
- 10 replies
- 25.5k views
-
-
Scenario: I just booted my new PC, got into Windows 7, downloaded and extracted UniServer Nano (to a path with no spaces), and I want phpMyAdmin to work when I click on it from the system tray blue box. Question: what must I do for phpMyAdmin to work? If this is answered somewhere else, I'd appreciate knowing where. Moving this to the phpMyAdmin subforum...
-
- 1 reply
- 3.6k views
-
-
I tried both Production and Development versions of php.ini, but when there are any errors in the php file the server will display a totally blank page, which is extremely counter productive. Why not just show the errors? Instead of showing this: Show this: Parse error: syntax error, unexpected ',' in W:\www\file.php on line 8 (running Uniserver 5.5) EDIT: This problem (I don't know if it's intended "feature") occurs with all versions since 4.4, I had to use 3.5 to avoid this annoyance.
-
- 10 replies
- 17.6k views
-
-
Hi I'm a noobie to server stuff, but I need a local server for testing. I installed UniServer 5.6.16-Nano successfully on my USB stick. When I created a folder in the www folder and put the latest version of WordPress in it (after creating a database and user/password for the database), and tried to install WordPress at file:///D:/UniServer/www/area51/wp-dev/wp-admin/install.php I got this: I'm not a PHP developer and I don't now much about Apache, etc. So any help you can give me would be appreciated. Thanks.
-
- 1 reply
- 3.4k views
-
-
Anyone out there using PHPUnit successfully? I've got it installed, but have started down a rathole of problems with go_pear.php (at least I think thats where it is) seems to be looking for php.exe in c:\php but thats not even close. Any pointers from someone who's using it successfully? TIA! -- Randy
-
- 0 replies
- 15.1k views
-
-
Im running the latest version of Uniform Server. It has the GD2 extension installed and enabled. I used to run XAMPP but was tired of the lack of updates. I have a script that does some image editing based on the GD2 extension that will not work with Uniform Server, but works perfectly fine on XAMPP. Having read around about this issue, it seems to be commonly due to the directives being out of order when PHP was compiled however theres probably other things at play. The error I recieve when I try to run the script is "Fatal error: Call to undefined function imagecreatefromjpeg()" - imagecreatefromjpeg() is part of the GD2 php extension Can you guys please look into…
-
- 3 replies
- 9.5k views
-
-
Hello, I used an older version of Uniform Server before. It created a "W" drive when it was started. I used the "W" drive as my web server, the "C" drive (through the udrive folder) as my testing server, and my desktop as my local computer. I am now using UniServer5_6_13 on Windows 7. It does not create a "W" drive (at least for me). I tried using the C:\UniServer\www folder as both my remote and testing servers, but Dreamweaver can't find my database. I also tried using my desktop folder for both local and testing, but it didn't work either. I can work locally and upload to the web server no problem. I can't connect to dynamic content. I've tried by the wizard and the …
-
- 6 replies
- 11k views
-
-
Ok...I am using uniserver to work thru a training course. I am also uploading it to my web host. So far everything has matched. But when I upload author.php (to display info about the auther when an author is selected) on my online server MzWizardswebs.info/wordpress it works fine! Shows the author info, pic etc. But when I use this file with localhost/wordpress the entire page disappears....I get nothing but a blank white space! The rest of the site works fine...just the author archive disappears. As soon as I take author.php out of the uniserver setup, the author listing shows up just fine....says "author archive" at the top of the page. I have attached the aut…
-
- 0 replies
- 3k views
-
-
Hello, I'm using US 5.6.4 to host a number of Joomla sites. My problem is that PHP notices are being written to the log files, generating gargantuan file sizes (4 errors per hit on each site). I realize that yhe best thing to do would be to clean up the code, on which I am working. However, in the meantime, I'd like to suppress notices. As I understand it, I need to edit php.ini to read: E_ALL & ~E_NOTICE Is this correct? Thanks for the help, Jeff
-
- 0 replies
- 3.4k views
-
-
I've just recently installed Uniserver, and I can't figure out where or how to view php errors that occur as I'm trying to debug php programs. Any help would be appreciated.
-
- 3 replies
- 17.4k views
-
-
Hi, I am installing php_oci_11g module but getting following error, oracle instance client(instantclient_11_2) i have already installed and also set the path in environment variables "PATH". Error PHP Startup:oci8: unable to initialize module, Module compiled with build ID+API20090626,ts,vc9 PHP compiled with build ID-API20090626,TS,VC6 Thease option need to match. I also have few questions. 1) Is there any ways that i could also bundle instance client(instantclient_11_2) with uniserver? 2) I think above error showing is mismatch build version of php modules, Anybody know if i need to configure more php module where can i get download these php modules?…
-
- 0 replies
- 13.5k views
-
-
PDO_MySQL isn't being loaded, but PDO_SQLite is even though that is commented out in the php.ini file. RESOVLED. Edited the php.ini to fix it.. Not the php.ini_production_nano...oi.
-
- 1 reply
- 3.9k views
-
-
New to the uniform server, and am having trouble getting started. In the Apache log file I get eight of the following errors, 4 each for php_mysql.dll and php_mysqli.dll. PHP Warning: PHP Startup: Unable to load dynamic library 'C:/opt/wamp/UniServ568a/usr/local/php/extensions\\php_mysql.dll' - The specified procedure could not be found.\r\n in Unknown on line 0 Googling for this shows some ancient notes (about dll versions, and setting the Windows PATH EV and rebooting) but that doesn't seem right for a portable app that's as well integrated as this one, does it? Searching this forum I find a couple of old posts that don't solve the problem either. I've checked …
-
- 3 replies
- 6.7k views
-
-
I have been trying to get jpgraph working with Uniform Server 5.6.7-Nano. Has anyone had success in getting this to work? I am getting Parse error: syntax error, unexpected T_STRING in C:\UniServer\www\jpgraphphp5\jpg-config.inc.php on line 41. I worked through the installation file but cant get the ttf files to be recognized. Warning: imagettftext() [function.imagettftext]: Invalid font filename in C:\UniServer\www\jpgraphphp5\Examples\checkttf.php on line 18 I am a complete newbie and would be extremely greatful if someone could point me in the right direction. Thanks in advance, Charles
-
- 2 replies
- 4.6k views
-
-
Can UniServer5_6_7 be downgraded to 4.3? I've followed the php4.3 plugin instructions, but they don't seem to work.
-
- 5 replies
- 4.8k views
-
-
Hi, I am new to forum posting but I will do my best :angry: I have been running US 3.3 for a while but decided to finally upgrade to US 5.6. Currently, I have tried both US 5.6.5 and 5.6.6 on windows 7 x86 and my pages load fine, but all my old javascript code that worked in US 3.3 no longer loads! Can anyone help me? Here is a basic code that I started with that used to work, but it no longer works (my apologies to the original author, I can't remember where I originally got this from, but it is a call to a basic javascript function [attached] that shows a countdown timer. Do I need to do something special with 5.6? Thanks in advance for all your help!! …
-
- 2 replies
- 4.2k views
-
-
I want to change my PHP version to 5.2.9 to reflect the version on my web host. I did this, following the intsructions here: http://wiki.uniformserver.com/index.php/PH..._5.2.3_to_5.2.5 upgrading to version 5.2.9-2 (the clostes verison to 5.2.9 I could find - is there much difference?) This seemed fine at first and my php-includes were working. However, database driven sites returned a 500 error. Is there something I'm missing? I have nano 5.5a.
-
- 0 replies
- 3.4k views
-
-
thanks for your efforts, uniform server team work but is there a way to make the server contain more than one version of php or mysql or apache? to change between them I hope it's possible thank you
-
- 1 reply
- 3.7k views
-
-
Hello, First my thank you to the volunteer/developer of this package. I have a question in changing my server time I've tried using "date.timezone = "Canada/Mountain"" and "America/Edmonton in my php.ini/php development and php cli. still my server timezone wont change to the above time. any reason i could be doing this wrong? thanks, msevero UniServer 5.6b windows xp
-
- 2 replies
- 6.4k views
-