Pages: Previous123Next
Current Page: 2 of 3
Results 31 - 60 of 66
9 years ago
carsten888
I got Wamp 2.4 with PHP 5.4.16. For testing I also need PHP 5.5. How to install that?
Forum: WampServer English
10 years ago
carsten888
While testing on my local development WAMP I don;t want any (notification) emails being send. How to disable WAMP from sending any emails?
Forum: WampServer English
11 years ago
carsten888
thank you. will look into that.
Forum: WampServer English
11 years ago
carsten888
thank you. how crazy is that. If you go to that extra tab 'documentation' is gone. #usability #fail
Forum: WampServer English
11 years ago
carsten888
sure export is no problem, but import with PHPmyadmin crashes on big databases. so I use bigdump.php, which works fine, but its just more work.
Forum: WampServer English
11 years ago
carsten888
oowh. I just deleted the folder of that database and that makes it not show in PHPmyadmin. Probably not the best way to do that, but works for me. *makes note for next WAMP migration* thank you.
Forum: WampServer English
11 years ago
carsten888
MySQL has no support forum or documentation about this, and I was expecting this to be a WAMP-thing, but obviously I was wrong. I have about 30 sites local, and for the most important sites I got a sql backup from online, so I can rebuild stuff. (Not looking forward to that, PHPmyadmin can not handle the import of those big databases, so I got to use bigdump). Some of the corrupt databases
Forum: WampServer English
11 years ago
carsten888
I made a backup of c:wamp then uninstalled 2.0 installed 2.2se copy-pasted all databases from C:\wamp\bin\mysql\mysql5.1.36\data\ to C:\wamp\bin\mysql\mysql5.5.24\data now some databases are corupt, others seem fine. Is there a way to fix this? Would it be possible to make some kind of documentation for update/migration?
Forum: WampServer English
11 years ago
carsten888
I installed this years ago. I don't have the original download files any more.
Forum: WampServer English
11 years ago
carsten888
I have been using Ioncube (to run encrypted php) for years on my WAMP 2.0 with PHP 5.3.0. I need to use PHP 5.3.8 (to develop on Joomla 3). I installed Ioncube for that PHP version, but it does not load (says Ioncubes wizard). I contacted Ioncubes support and they say it is because PHP 5.3.8 for Windows might not be compiled correctly to run on 64 bit windows. They suggest I use WAMP 32 bits s
Forum: WampServer English
11 years ago
carsten888
64 bit or 32 bit version. How to check which version of WAMP is installed?
Forum: WampServer English
11 years ago
carsten888
That was it! Brilliant. thank you very much.
Forum: WampServer English
11 years ago
carsten888
I used PHP 5.3.0 and when there are errors I just get a line describing the error, which works fine. I just updated to 5.3.8 and now when there is an error I get 7-10 lines per error, mostly info I really don't need. Checked the php.ini and tried a few things, but I can't find what to set to get normal 1 line error reporting back. How to get error reporting back to one line again?
Forum: WampServer English
11 years ago
carsten888
how to update from WAMP 2.0 to 2.2E? There is no documentation and I am not sure if it will not overwrite everything I got. Will my databases still be there?
Forum: WampServer English
11 years ago
carsten888
Errors are not in the log, only on the page after switching to newer versions in WAMP. php 5.3.0 > 5.3.8 and Apache 2.2.11 > 2.2.21 I checked both php.ini's and the settings about error reporting and logging are the same. I just want errors to get logged in c:/wamp/logs/php_error.log like I used it for years. Is that no more possible in this version of php/apache?
Forum: WampServer English
12 years ago
carsten888
thank you.
Forum: WampServer English
12 years ago
carsten888
on the download page: QuoteATTENTION : All the components of the v2.2 WampServer stack have been compiled with VC9 version of Microsoft compiler. Earlier versions of Wampserver have been made with VC6 version of Microsoft compiler. So, You can't mix components of 2.2 stack with previous version of Wampserver Stack components. If you do it you will get an instable Wampserver. I got version 2 an
Forum: WampServer English
14 years ago
carsten888
my new wamp install on win 7 seems to work fine. But when requesting some files the browser goes from to what is that all about? wamp 2.0 win 7 firefox 3.5.5
Forum: WampServer English
15 years ago
carsten888
"backup/export db, uninstall old wamp, install new wamp, restore/import db" too late. we have already updated and can't go back. all our databases are corrupt. How to fix those databases?
Forum: WampServer English
15 years ago
carsten888
"if your db is not myisam, you can not copy and paste" the database is, but the specific tables probably where not. They were my own Joomla extensions. In the installer-code I did not specify a type for the table. Could that be why?
Forum: WampServer English
15 years ago
carsten888
as you may have read in this tread I had a hell of a time updating to wamp2. Now I got a new problem. I copy-pasted the old databases into the new wamp-installation to find I am missing a load of tables. I pasted them to C:\wamp\bin\mysql\mysql5.0.51b\data. They load fine in phpmyadmin, but some tables are just no longer there. I checked the above directory and saw that for each table
Forum: WampServer English
15 years ago
carsten888
SOlved! but not realy. I had a flirt with Xampp. Ouch, that interface, got it partly working thou. Then I did a windows system restore to a restore point last week (when all was still working). Of course wamp was not working. I uninstalled whatever was left of it and reinstalled wamp2 and it worked! now I got another problem with the databases missing loads of tables, which I will make a
Forum: WampServer English
15 years ago
carsten888
phpinfo() works fine. here is a screenshot of phpinfo's settings for mysql and mysqli: does that look normal? I installed the old version only to find it has the same problems. I uninstalled the old version using the un-installer and renamed the c:/wamp directory. then I installed wamp2 again. I checked config >stystem > (tab) advanced > systemvariables >path, and neither wamp
Forum: WampServer English
15 years ago
carsten888
yes, and also php_mysqli.
Forum: WampServer English
15 years ago
carsten888
tried that, restarted, still nothing.
Forum: WampServer English
15 years ago
carsten888
tried that, restarted server, nothing.
Forum: WampServer English
15 years ago
carsten888
AAAAAAAAAAAAAAAGH! I downgraded to WAMP 1.7.2 and have the same problem again! What a nightmare! I used this version for years no prob, I upgrade, all goes kaput, I downgrade, all stays kaput. I'm so screwed.
Forum: WampServer English
15 years ago
carsten888
"open congif.inc.php in c:/wamp/apps/phpmyadmin Sedarch for mysqli and change to mysql" I did that, did not work. I'm ready for downgrading now :-(#
Forum: WampServer English
Pages: Previous123Next
Current Page: 2 of 3