Jump to content

brainfreeze

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Everything posted by brainfreeze

  1. Hey James, I commented the set_magic_quotes_runtime() functions and all is going well. I have to say I had been more than fortunate receiving prompt replies within this forum that has helped much in my learning. Especially you James. PHP Freaks lives up to its name! Blessings people!
  2. Hi James, a you are right in the sound silly question in regard to the "are you sure your browser isn't caching the phpinfo page." I cleared it. detail generated from the phpinfo page - xsl XSL enabled libxslt Version 1.1.23 libxslt compiled against libxml Version 2.6.32 EXSLT enabled libexslt Version 0.8.13 uhm, if I am to ask of the "Deprecated: Function set_magic_quotes_runtime()" on my earlier post, am I at the right place? All in all, thanks james. I have learned much even in the small time spent communicating with you.
  3. Hi james, a few questions yet again. I am practicing a consuming RSS feed tutorial. Before I un-commented the php.ini for the php_xsl.dll, the browser produced - MM_XSLTransform error. The server could not perform the XSL transformation because an XSLT processor for PHP could not be found. Contact your server administrator and ask them to install an XSLT processor for PHP. So that is a definite answer. But after I had un-commented php.ini for the xsl extension...this is what that had been shown in the browser - Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\mywebsite\includes\MM_XSLTransform\MM_XSLTransform.class.php on line 172. But it still generates the RSS feed beneath it. So I am asking you: 1. How do you check if your browser is caching the phpinfo() page and how do you undo that? (No what you suggested was not silly at all). 2. From what I mentioned above. Is it likely so that the XSL is already supported on the server? thank you james
  4. Hi again. Alright james, I will do that. re-install. Thanks for the help. I will get back to tell you if it is well. You are a PHP gem to dummies like us. lol. Blessings.
  5. I have checked and did likewise. Through the wamp and the (php_xsl.dll) had been selected. However there is still no XSL support shown in the phpinfo(). I have read that lixml2 and libxslt libraries are essential too? I do not see them. Can it be the cause? May you recommend where i can download them and last but not least, provide me the details of how I should go about placing them as I ought. Thanks a million james.
  6. Hello again jamesm6162, I think i am at lost here. i am a newbie too when it comes to configuration. first yes, i am using windows. this is what shows in the phpinfo() - PHP Version 5.3.0 Configuration File (php.ini) Path -C:\WINDOWS Loaded Configuration File -C:\wamp\bin\apache\Apache2.2.11\bin\php.ini 1. I have taken out the comments in the (C:\wamp\bin\apache\Apache2.2.11\bin\php.ini ). i am right in that? do i have to re-configure it to the directory as mentioned in number 2 below since that is the version i am using? 2. There is also a php.ini in (C:\wamp\bin\php\php5.3.0). 3. But i see all the ext. files in this directory (C:\wamp\bin\php\php5.3.0\ext). 4. And if there is a need to re-configure the httpd.conf file, which one then? i see one in (C:\wamp\bin\apache\Apache2.2.11\conf). ..and lastly, why do i read much in forums that one should seek the php.ini file in the C:/windows? i have sought it there, but i have none there. i apologize for the inconvenience, but this can mean much learning to me. be gracious. thanks james and have a blessed day.
  7. hi jamesm6162, i am having the same issue. as you have mentioned above, i have followed too. but running the PHP info() still does not produce the XSL support. the DOM is. can you further help us explore the possibilities? appreciate it much, please?
  8. hi, please help me analyse this problem. in the C:\Program Files\Apache Group\Apache2\logs\error.log file it reads: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\msql.dll' - The specified module could not be found.\r\n in Unknown on line 0 [Wed Jul 29 16:30:58 2009] [notice] Apache/2.0.63 (Win32) PHP/5.2.10 configured -- resuming normal operations [Wed Jul 29 16:30:58 2009] [notice] Server built: Jan 17 2008 22:58:29 [Wed Jul 29 16:30:58 2009] [notice] Parent: Created child process 2576 [Wed Jul 29 16:30:59 2009] [warn] module php5_module is already loaded, skipping [Wed Jul 29 16:31:00 2009] [warn] module php5_module is already loaded, skipping PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\msql.dll' - The specified module could not be found.\r\n in Unknown on line 0 [Wed Jul 29 16:31:00 2009] [notice] Child 2576: Child process is running [Wed Jul 29 16:31:00 2009] [notice] Child 2576: Acquired the start mutex. [Wed Jul 29 16:31:00 2009] [notice] Child 2576: Starting 250 worker threads. thanks.
  9. hi, please help me analyse this problem. in the C:\Program Files\Apache Group\Apache2\logs\error.log file it reads: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\msql.dll' - The specified module could not be found.\r\n in Unknown on line 0 [Wed Jul 29 16:30:58 2009] [notice] Apache/2.0.63 (Win32) PHP/5.2.10 configured -- resuming normal operations [Wed Jul 29 16:30:58 2009] [notice] Server built: Jan 17 2008 22:58:29 [Wed Jul 29 16:30:58 2009] [notice] Parent: Created child process 2576 [Wed Jul 29 16:30:59 2009] [warn] module php5_module is already loaded, skipping [Wed Jul 29 16:31:00 2009] [warn] module php5_module is already loaded, skipping PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\msql.dll' - The specified module could not be found.\r\n in Unknown on line 0 [Wed Jul 29 16:31:00 2009] [notice] Child 2576: Child process is running [Wed Jul 29 16:31:00 2009] [notice] Child 2576: Acquired the start mutex. [Wed Jul 29 16:31:00 2009] [notice] Child 2576: Starting 250 worker threads. thanks.
  10. I am using Windows XP. I have no prior experience in PHP, MYsql, Apache and phpMyadmin. Installed : 1.Apache2. It is running okay.(C:\Program Files\Apache Group) 2.MySql. I guess it is okay as my dreamweaver connects. (C:\Program Files\MySQL) 3.PHP version 5.2.10 (C:\Program Files\PHP) 4.phpMyAdmin-3.2.0.1(C:\Program Files\Apache Group\Apache2\htdocs) cut and pasted files here. --I was hoping to work with phpMyAdmin-- This is my problem- When I type in the browser directory http://localhost/phpmyadmin, a Opening dialog box appears indicating: You have chosen to open which is a: application/x-http-php from:http//localhost what should Firefox do with this file? When I select the Browse with Fireffox, it downloads a FLV file. The page will then display: File Not Found Firefox can't find the file at /C:/DOCUME~1/dominic/LOCALS~1/Temp/navigation.php<?php echo $url_query; ?>. When my mouse rollover the browser tab it reads: phpmyadmin<php echo PMA_VERSION; ?><?php echo htmlspecialchars($HTTP_HOST); ?> The browser directory will then read: file:///C:/DOCUME~1/dominic/LOCALS~1/Temp/tiT1tIgG-1.part Note: 1. I made the neccessary ammdments to httpd.conf file. LoadModule php5_module "C:/Program Files/PHP/php5apache2.dll" AddType application/x-http-php .php 2. Copied and pasted the C:\Program Files\PHP\libmySQL.dll file to C:\WINDOWS\system32. Where am I wrong here? I need to check if PHP is parsing. So I had a php file placed in the phpmyadmin folder named echo.php. Here are the scripts: <?php echo "Test"; ?> It still downloads. The browser displayed a blank page...with the browser's directory displaying: file:///C:/DOCUME~1/dominic/LOCALS~1/Temp/echo-6.php Any initiatives to take? I am lost here.
  11. I am using Windows XP. I have no prior experience in PHP, MYsql, Apache and phpMyadmin. Installed : 1.Apache2. It is running okay.(C:\Program Files\Apache Group) 2.MySql. I guess it is okay as my dreamweaver connects. (C:\Program Files\MySQL) 3.PHP version 5.2.10 (C:\Program Files\PHP) 4.phpMyAdmin-3.2.0.1(C:\Program Files\Apache Group\Apache2\htdocs) cut and pasted files here. --I was hoping to work with phpMyAdmin-- This is my problem- When I type in the browser directory http://localhost/phpmyadmin, a Opening dialog box appears indicating: You have chosen to open which is a: application/x-http-php from:http//localhost what should Firefox do with this file? When I select the Browse with Fireffox, it downloads a FLV file. The page will then display: File Not Found Firefox can't find the file at /C:/DOCUME~1/dominic/LOCALS~1/Temp/navigation.php<?php echo $url_query; ?>. When my mouse rollover the browser tab it reads: phpmyadmin<php echo PMA_VERSION; ?><?php echo htmlspecialchars($HTTP_HOST); ?> The browser directory will then read: file:///C:/DOCUME~1/dominic/LOCALS~1/Temp/tiT1tIgG-1.part Note: 1. I made the neccessary ammdments to httpd.conf file. LoadModule php5_module "C:/Program Files/PHP/php5apache2.dll" AddType application/x-http-php .php 2. Copied and pasted the C:\Program Files\PHP\libmySQL.dll file to C:\WINDOWS\system32. Where am I wrong here? I need to check if PHP is parsing. So I had a php file placed in the phpmyadmin folder named echo.php. Here are the scripts: <?php echo "Test"; ?> It still downloads. The browser displayed a blank page...with the browser's directory displaying: file:///C:/DOCUME~1/dominic/LOCALS~1/Temp/echo-6.php Any initiatives to take? I am lost here.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.