Jump to content
The Uniform Server Community

happyotter

Member
  • Posts

    2
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows XP

happyotter's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Greetings, Everything is working fine for me in UniServer 5.03. But, Drupal is not compatible with PHP 5.3 I would like to use PHP 5.2.10 instead But, I have not been able to install it correctly. I tried copying the PHP directory from UniServer 4.3 into \usr\local\php When I click Start_Server.bat there are many many error messages which I think are related to... usr\local\php\php.exe -n unicon\main\start_servers.php which is calling\unicon\main\includes\functions.php examples... Warning: fclose(): supplied argument is not a valid stream resource in D:\UniServer503\unicon\main\includes\functions.php on line 606 Warning: opendir(__DIR__): failed to open dir: No such file or directory in D:\UniServer503\unicon\main\includes\functions.php online 828 Warning: readdir(): supplied argument is not a valid Directory resource in D:\UniServer503\unicon\main\includes\functions.php on line 830 Warning: closedir(): supplied argument is not a valid Directory resource in D:\UniServer503\unicon\main\includes\functions.php online 856 Warning: fopen(__DIR__/unicon/main/location_tracker.txt): failedto open stream: No such file or directory in D:\UniServer503\unicon\main\includes\functions.php on line 593 can't open file ---- 606 = fclose($fh); // close file handle 828 = $dirlist = opendir($start_dir); // Open start directory 830 = while ($file = readdir($dirlist)){ // Iterate through list 856 = closedir($dirlist); // Close handle ----- $fh seems to come from .... function get_mysql_password(){ global $usf_mysql_passwd; // Password file $fileName = $usf_mysql_passwd; $fh = fopen($fileName, 'r'); // Open file for read $Data = fread($fh, filesize($fileName)); // Read all data into variable fclose($fh); // close file handle ---- Thank you for any help you can offer. -HappyOtter
  2. Is it possible to integrate Jaxer into UniServer 43? descrip... Jaxer is a new kind of server, the world’s first Ajax Server. Jaxer is free and open source, and enables the developer to create rich web applications by unifying the development model across the client/server boundary. ref1.. Current working WAMP: http://code.google.com/p/pampa-j/ descrip-- PAMPA-J is the first customizable and portable WAMP-J Environment (Window$, Apahace, MySQL, PHP, plus Aptana Jaxer). ref2.. Jaxer Package download is a "sandboxed", self-contained package with its own Apache HTTP server, no additional configuration is required. package visit http://www.aptana.com/jaxer/download and see the instructions. Thank you for your help... -HappyOtter
×
×
  • Create New...