Current Page: 1 of 1
Results 1 - 14 of 14
11 years ago
guarienti
Hi, if you need to change the default directory that PHP uses to store temporary uploaded files, you can change it on php.ini (W in tray icon -> PHP -> php.ini) (Be sure to BACKUP the file before changing anything): ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). ; upload_tmp_dir = "c:/wamp/tmp" if what you need is to MOVE t
Forum: WampServer English
11 years ago
guarienti
Reading some other posts with the same error, i saw that Steven suggested using the 32bit version, and that solved it. Thanks!
Forum: WampServer English
11 years ago
guarienti
Hi again! After i got the OCI8 enabled i did some testing and at the fist attempt to connect to the database, apache hangs and restarts automatically: AH00455: Apache/2.4.2 (Win64) PHP/5.4.3 configured -- resuming normal operations AH00456: Server built: May 13 2012 19:54:49 AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.2\\bin\\httpd.exe -d C:/wamp/bin/apache/apache2.
Forum: WampServer English
11 years ago
guarienti
Ok, I've managed to make it work. I changed the order in the php.ini and it didn't work. So I reverted the changes. I thought it could be a clash with different ORACLE libs, so i copied the necessary library files to the apache bin directory and it didnt work also...then I changed the order once more to what Steven suggested and OCI8 showed up as enabled on the phpinfo()! Thanks for help!
Forum: WampServer English
11 years ago
guarienti
php_mbstring was already ticked. The amount of information PHP errors output is frustrating: PHP Warning: PHP Startup: in Unknown on line 0 Maybe there's an option to output more error data?
Forum: WampServer English
11 years ago
guarienti
Yea, I followed those steps but still, I was unable to successfully enable the oci8 extension. I'll give it another go! Thanks for the reply!
Forum: WampServer English
11 years ago
guarienti
Hi, '%e' modifier is not supported in Windows PHP versions: You can replace it with '%#d'. Att., Bruno Guarienti
Forum: WampServer English
11 years ago
guarienti
Hi, here's what i'm trying to do: I need to access a Oracle DB from PHP scripts, so i went to oracle.com and downloaded the Instant Client 11 and placed it on my C:\ directory (C:\instantclient_11_2). Added it to the PATH Variable, restarted windows and installed WAMP. All works fine. Then i enable the php_oci8_11g.dll extension and restart all services. The server goes green, all that wo
Forum: WampServer English
11 years ago
guarienti
Thanks for the answers! I'll most certainly try those configs as targeting specific IPs is a very interesting feature. Att., Bruno.
Forum: WampServer English
11 years ago
guarienti
eliane Wrote: ------------------------------------------------------- > Localhost works and it opened but it is not my > problem, my problem is with > :file:///C:/wamp/www/index.php If this is the PATH u are using, seems to me you are not accessing the file through your server. I guess it should be something like this: http:// localhost/ index.php It is spaced out so the forum w
Forum: WampServer English
11 years ago
guarienti
Ok, i got it to work. Here's what needed changing: On httpd.conf on <Directory "c:/wamp/www/"> changed 'Require local' to 'Require all granted'. RiggsFolly, could u confirm this should be as I stated when 'Put Online' is selected? Or is this a security liability?
Forum: WampServer English
11 years ago
guarienti
I will download the wampserver installation file and reinstall, then ill try again.
Forum: WampServer English
11 years ago
guarienti
Ok, let me see if i got it right. I went to httpd.conf and rewrote the following as they were: <Directory /> AllowOverride none Require All denied </Directory> <Files ".ht*"> Require All denied </Files> <Directory "cgi-bin"> AllowOverride None Options None Require All granted </Directory> On C:
Forum: WampServer English
11 years ago
guarienti
Here's what's happening: I've been trying to setup a server to display websites over a LAN. After installing MC VC 2008, MC VC 2010, WampServer i can access all of WampServer's funcionalitys locally at localhost and 127.0.0.1 without any hiccups. Then I went to the icon and clicked on 'Put Online'. Services restarted and the icon is back to green. Then I try to access the server through i
Forum: WampServer English
Current Page: 1 of 1