Re: Xamp installation Programming Web Development by Nathan Campos XAMP is very nice! See this two links: - [url=http://www.apachefriends.org/en/faq-xampp.html]Documentation About XAMP[/url] - [url=http://www.ibm.com/developerworks/linux/library/l-xampp/]IBM - Install XAMP[/url] Hope it helps! XAMP & ASP.NET conflicting at http://localhost Programming Web Development by PhatBEAT … learning ASP.NET in VS2010 and PHP in Netbeans, using XAMP. I’m having problems debugging my tutorials because they both… [url]http://localhost[/url] is assigned to XAMP. I’m having to uninstall XAMP prior to running VS2010 code. This apparently has… Re: Xamp installation Programming Web Development by cwarn23 [QUOTE=Nathan Campos;978298]XAMP is very nice! See this two links: - [url=http://www….apachefriends.org/en/faq-xampp.html]Documentation About XAMP[/url] - [url=http://www.ibm.com/developerworks/linux/library/l…-xampp/]IBM - Install XAMP[/url] Hope it helps![/QUOTE] I agree with you that… Xamp installation Programming Web Development by ishlux Hi all, i am trying to install xamp on my pc which is Xp. but its showing setupXamp.bat is not found how to proceed , thanks ishlux Using VSS on XAMP Programming Web Development by php_coder Hi buddies I want to implement VSS(Visual Source Safe) and am having XAMP. I have searched for the info and it says JRE is a must for VSS to work and it come by default if we work on IIS server. But mine is XAMP:sad: What should i do? :?:Please help......... urgent..... Thank you Prati change max_allowed_packet in xamp server Programming Web Development by dalip_007 …. can anyone please tell how to make it happen in xamp server as there is no option like "max_packet_allowed"… Cron on windows wamp or xamp Programming Web Development by theighost … don't have a live server so I am using xamp and wamp. How can I test if my cron code… Why am i seeing this error message in XAMP security Programming Web Development by <M/> When I open the security page in my xamp (from my local host) I get this message: ***Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\security\htdocs\security.php on line 100*** Why is it that I receive this message? Re: XAMP & ASP.NET conflicting at http://localhost Programming Web Development by pritaeas [url]http://veerasundar.com/blog/2009/07/how-to-change-xampp-server-port/[/url] Re: Xamp installation Programming Web Development by cwarn23 This problem just keeps on happening. There are 2 solutions. 1. Download xampp using other method (eg. there are 2 methods - exe and zip) 2. Use wamp instead. I myself have never had this problem with xampp so perhaps it is something with the latest version. Re: Xamp installation Programming Web Development by Josh Connerty Yes it seems that the new Xampp is taking tomcat as part of it as to an add-on which I can only figure is causing the issues. Re: Using VSS on XAMP Programming Web Development by Phaelax Go to Sun's website and install Java Re: Using VSS on XAMP Programming Web Development by php_coder Hii I am able to create DB and use it.......though with problem in accessing another system(server) so JRE is not required. thanks for the reply( the only reply :!:) cheers Prati [quote=Phaelax;330222]Go to Sun's website and install Java[/quote] Re: Cron on windows wamp or xamp Programming Web Development by ApocDen For cron job on windows read [URL="http://drupal.org/node/31506"]this topic[/URL] Re: Why am i seeing this error message in XAMP security Programming Web Development by pixelsoul It is taking longer than 30 seconds to execute. You can increase the max execution time in the php.ini file. max_execution_time Re: Why am i seeing this error message in XAMP security Programming Web Development by <M/> Okay so, I found the php.ini file but where do i make the changes and how do i put it back on xampp... I am just trying to figure out what the log in is for my phpmyadmin... Re: Why am i seeing this error message in XAMP security Programming Web Development by pixelsoul Sorry, updated the post after you saw it. max_execution_time = 30 I am pretty sure the default login is User: root Pass: root Re: Why am i seeing this error message in XAMP security Programming Web Development by LastMitch >I am just trying to figure out what the log in is for my phpmyadmin... There is no log-in because you just click the tab and it open the **phpmyadmin** Maybe I miss something I had this install about a year ago. Re: Why am i seeing this error message in XAMP security Programming Web Development by <M/> how do I save it if I change the max_execution_time to 60? And why is it that when I open up the file it doesn't look like code? it looks more like a bunch of commenting done in a way I have not seen it before... Re: Why am i seeing this error message in XAMP security Programming Web Development by <M/> on my xampp, there is a link to phpmyadmin, does that mean I have to download it or does that mean it is already installed when I installed xampp? Re: Why am i seeing this error message in XAMP security Programming Web Development by pixelsoul It is supposed to be installed by default already. Re: Why am i seeing this error message in XAMP security Programming Web Development by <M/> Also where is max_execution_time when I open up the file....? Sorry mods for my excessive posting... Re: Why am i seeing this error message in XAMP security Programming Web Development by LastMitch username: root@localhost password: none(emtpy) Re: Why am i seeing this error message in XAMP security Programming Web Development by <M/> >There is no log-in because you just click the tab and it open the phpmyadmin Maybe I miss something I had this install about a year ago. There is a log in on mine. Re: Why am i seeing this error message in XAMP security Programming Web Development by <M/> >username: root@localhost password: none(emtpy) okay, where is that in my php.ini file? Re: Why am i seeing this error message in XAMP security Programming Web Development by <M/> I have to point this out, this is like the fastest pace assistance in the history of daniweb :) we are posting every like 20 seconds... sorry I had to point that out. Re: Why am i seeing this error message in XAMP security Programming Web Development by LastMitch On your **php.ini** file: ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; ; Maximum execution time of each script, in seconds ; http://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for the CLI SAPI max_execution_time = 60 Re: Why am i seeing this error message in XAMP security Programming Web Development by pixelsoul The php.ini file doesn't have "code", it is just an ini file with configuration settings. If you open it up in notepad you should be able to find a line in the file that has max_execution_time. Just change the value for this and hit save, that's all. Re: Why am i seeing this error message in XAMP security Programming Web Development by <M/> Okay, I am searching the php.ini file and there is almost 2100 lines of code... where would it be in the "code"? Re: Why am i seeing this error message in XAMP security Programming Web Development by LastMitch >Okay, I am searching the php.ini file and there is almost 2100 lines of code... where would it be in the "code"? line **451**