Current Page: 1 of 1
Results 1 - 15 of 15
16 years ago
smiley76
Apache Services are not starting in Wamp on my comp. When I am trying to restart/install the services i get a message port 80 is used by Microsoft iis/5.1 please this application. Can anyone provide a solution to this issue
Forum: WampServer English
17 years ago
smiley76
i just put my server online thru system tray and it worked which is your 6th point in the above mentined post. thanx a lot
Forum: WampServer English
17 years ago
smiley76
Hi I am using wamp5 server on windows xp....when I am keying in i am able to access the file. but instead of localhost when i am using my ip-address(http://172.30.171.13/phpmyadmin) it is giving the error mentioned below. Forbidden You don't have permission to access /phpmyadmin/ on this server. Apache/2.0.58 (Win32) PHP/5.1.4 Server at 172.30.171.13 Port 80 Can you please provide a solu
Forum: WampServer English
17 years ago
smiley76
I am trying to run a simple code to generate a line graph in php using jpgraph on wamp5, but i am getting following error msg. Warning: include(../jpgraph.php) : failed to open stream: No such file or directory in C:\wamp\www\jpexamp.php on line 2 Warning: include() : Failed opening '../jpgraph.php' for inclusion (include_path='.;C:\wamp\www\src') in C:\wamp\www\jpexamp.php on line 2 Warning:
Forum: WampServer English
17 years ago
smiley76
I am in process of creating dynamic graphical dashboard. Can anyone tell me how to configure JPGraph on wamp5_1.6.4a. Also please tell me which version of jpgraph do i have to use. Thanx Smiley
Forum: WampServer English
17 years ago
smiley76
I have now enabled gd2 as u said..and i am also able to see gd2 enabled instruction if i am using phpinfo() function.. also when i used var_dump(gd_info()); the above function i am getting the result mentioned below on the browser array(12) { ["GD Version"]=> string(27) "bundled (2.0.28 compatible)" ["FreeType Support"]=> bool(true) ["FreeType Linkage&
Forum: WampServer English
17 years ago
smiley76
do i have to do anything else for gd2 to run correctly apart form the steps mentioned in my earlier post..also i have restarted the server and all its services..but still gd2 is not properly enabled..can you please tell me if i have missed any thing or done anything wrong..if so please tell me the steps to follow for enabling gd2 correctly and running it.......
Forum: WampServer English
17 years ago
smiley76
yeah i have run the code given by you and i am getting the error undefined function..i think my gd2 is not correctly configured....i will explain what i have done to enable gd2 and what i know... First of all I have 2 php.ini files in my system one in c:\Windows directory and other in c:\wamp\Apache2\bin. is it correct to have 2 files or do I have to remove one.if so which one do i have to delet
Forum: WampServer English
17 years ago
smiley76
tried doing as you said but getting same error in Firefox as mentioned above.. but in Internal explorer it says Fatal error: Call to undefined function ImageCreate() in C:\wamp\www\test.php on line 13
Forum: WampServer English
17 years ago
smiley76
Changed the code as you mentioned above but now I am getting new error which I have mentioned below. Error Message: The image “” cannot be displayed, because it contains errors. test.php is my filename. I am not able to figure out as to why am I getting this error now. I am using Firefox and I reckon this is msg from the browser. Tried in Internet Explorer but getting a blank page.
Forum: WampServer English
17 years ago
smiley76
Here is my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "; <html xmlns="; <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>GD Configuration Test</title> </head> <body> <?php header ("Content-type: image/png" $im = @ImageCreate ( 50, 100)
Forum: WampServer English
17 years ago
smiley76
yeah i have restarted all the services but i still get this error mentioned below. Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\test.php:8) in C:\wamp\www\test.php on line 9 test.php is my file name.
Forum: WampServer English
17 years ago
smiley76
I am using WAMP5. But when I am trying to run a run a simple code that contains imagecreate() function. I am getting an error mentioned below. Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\test.php:8) in C:\wamp\www\test.php on line 9 I have enabled php_gd2.dll..I have chekd the code it is perfectly fine. Can anyone help me out with this prob
Forum: WampServer English
17 years ago
smiley76
I have enabled php_gd2.dll..But when I am trying to execute a simple code with Imagecreate() function..I am getting an error/warning that is mentioned below. Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\test.php:8) in C:\wamp\www\test.php on line 9 Can anyone please provide a solution for this
Forum: WampServer English
17 years ago
smiley76
I am using wamp5 and tried running the code mentioned below but getting errors. File name is test.php <html> <body> I am using wamp5. Tried running the code mentioned below but getting errors <?php header ("Content-type: image/png" $im = @ImageCreate ( 50, 100) or die ("Cannot create a new GD image." $background_color = ImageColorAllocate ($im, 255, 2
Forum: WampServer English
Current Page: 1 of 1