My situation was:
Win 7 x64
xampp 1.7.2 with php 5.2.9
I was trying to install php_oauth.dll into /xampp/php/ext/
But it failed.
After googling I had found an answer:
First of all need to have php 5.3 (I had install xampp 1.7.7)
And need to upload php_oauth.dll for x86 platform, because xampp is configured for x86 - not x64
And include new dll extansion in php.ini
reload apache
Sorce from here
Subscribe to:
Post Comments (Atom)
Restore xampp database from backup
steps: stop mysql xampp 1 - create some backup folder "data_1" 2 - from your current xampp/mysql/data folder move core folders an...
-
to fix it on localhost just use $oauth->disableSSLChecks();
-
Step 1: remove all history rm -rf .git Step 2: reconstruct the Git repo with only the current content git init git add . git commit ...
-
Here is original source that worked for me https://stackoverflow.com/questions/57128891/how-repair-corrupt-xampp-mysql-user-table (1) Fi...
No comments:
Post a Comment