Current Page: 1 of 1
Results 1 - 17 of 17
15 years ago
imagenesis
Why doesnt wamp send the headers when they are executed in a PHP script. The script continues execution after header("location" and cookies cant be set etc. What is the settings to change this?
Forum: WampServer English
16 years ago
imagenesis
Is there any way to change the table name sensitivity on windows? All of the table names are created with lower case, so when I export to import onto the live linux server, all of the names in my code don't match the table names. I am writng my code with upper and lower case camel string table names, ie: appUser playerName etc. Now, thankfully, I can strtolower almost evertyhing in my db a
Forum: WampServer English
16 years ago
imagenesis
Why doesn't the header work. I have the following code.. header("Location: ; echo "poop"; header('Location: ; It will redirect to and will not cause an error saying that header have already been sent despite the echo "poop"... Is it some weird php setting?
Forum: WampServer English
16 years ago
imagenesis
Thanks, I was wrong. It is using the apache/bin file. Now I have changed the upload_max_filesize to 20M and the post_max_size, but phpmyadmin still says that the max. Anyway this is probably just an issue with phpmyadmin, I'm betting its a static value that displays the max file allowed. It is not accepting the 2.4 mb file so it's okay. I am now importing with phpmyadmin and this is what I go
Forum: WampServer English
16 years ago
imagenesis
Will debug php.ini. Will report back.
Forum: WampServer English
16 years ago
imagenesis
Ehh it shouldnt really matter wether it's navicat or phpmyadmin. I can import v phpmyadmin, if I new what php.ini file to edit to change the upload limit from 2mb.
Forum: WampServer English
16 years ago
imagenesis
It doesnt say the encoding. The dump file is generated with navicat version 7. I am using version 8 to import. Isnt the innodb vs issam table depedent. In either case, I'm almost positive it was both created and imported with all the tables innodb (don't have access to computer from which it was imported atm). Also, I dont know if I mentioned this before, but the deleting tables from the data
Forum: WampServer English
16 years ago
imagenesis
The wamp version I am using is 2.0... I am using the default installation. I double checked, changes to php.ini in teh apache/bin folder do not have any effect. This has nothing to do with my other issue, I had this problem before and had to change the php.ini in the windows folder.
Forum: WampServer English
16 years ago
imagenesis
My import dump file (database.sql) is 2.4mb and consists of 5997 queries. Without the autocommit modification it took 750s to import and with the autocommit, the first several hundred queries were just as slow (creating the tables) and the rest were a lot of faster, totaling 30s.
Forum: WampServer English
16 years ago
imagenesis
Yes I looked at the FAQs... The php.ini in the active apache bin directory is not the one used by wamp... Atleast I'm pretty sure... The last time I editted php.ini it was in the c:/windows folder. I just reinstalled and it's not there and changing the values for the one in the apache/bin doesnt do anything.
Forum: WampServer English
16 years ago
imagenesis
DIdnt change anything...
Forum: WampServer English
16 years ago
imagenesis
I searched for this and it was mentioned that there is some patch available from the older version that allows autostarting. Apart from editting msconfig settings, is there some patch available to autostart wamp server 2 upon windows startup?
Forum: WampServer English
16 years ago
imagenesis
Reinstalling everything now...
Forum: WampServer English
16 years ago
imagenesis
I uninstalled the old wamp... Weird... Maybe this is the problem with my other thread. I will reinstall everthing...
Forum: WampServer English
16 years ago
imagenesis
I should note, that I am not running any of the newly installed software. I ended all not nesary process. I can post a hijackthis log if need be... Vuze not running... I added the following before and after the import statements and this increased the speed, but I dont get why the speed was fine before... SET_AUTOCOMMIT=0 sql... COMMIT;
Forum: WampServer English
16 years ago
imagenesis
There is an installtion of phpmyadmin in wamp/phpmyadmin and in apps/phpmyadmin-versionNumber... The one in apps is the active one and im assuming the other in deprecated... right? Can we just delete it?
Forum: WampServer English
16 years ago
imagenesis
Alright, so I just switchted to my laptop from my desktop which is running the following config: PHP 5.2.5 Mysql 5.0.45 Pretty much the default wamp server 2.0 config and the mysql imports I'm runing right now for a pretty small database (I'm pretty sure it's empty) with 38 tables is taking 750s... WTF? I recently installed the following software, but I don't see how it would make a dif
Forum: WampServer English
Current Page: 1 of 1