Questions tagged [wamp3]

7 questions
3
votes
0 answers

primary key and auto increment missing when importing a database mysql

i exported a database in sql file when importing it in wampserver 3 i found that the majority of the table has the field id but primary key and auto incremented was not mentionned in the database i looked to the sql file and i found that there is…
cihan17
  • 77
  • 2
  • 8
2
votes
3 answers

How to fix "You don't have permission to access /index.php on this server." on 64bit WAMP 3

Using WAMP 3 (Apache/2.4.23 (Win64) PHP/7.0.10 mod_fcgid/2.3.9 Server at localhost Port 80) # Virtual Hosts # Options +Indexes +FollowSymLinks +Multiviews AllowOverride all Require…
Ed K
  • 21
  • 1
  • 4
1
vote
1 answer

mysql - String not assuming empty default after upgrade

I recently updated my MySQL (and wamp to v3) and moved my old databases there. Previously, field types such as varchar, char, text, etc would assume a default value of empty string if no value was given (even though I had no explicitly set this…
Ahmed-Anas
  • 5,471
  • 9
  • 50
  • 72
0
votes
1 answer

virtual host access from another computer

I am working in a php project using wamp. I have these wamp installed in my public server, so till now when I hit 204.XXX.XX.XX/projectname I could access from any computer inside my university. Now I dont want to display this localhost main screen…
user1687891
  • 794
  • 2
  • 14
  • 30
0
votes
1 answer

Fatal error : Class Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy contains 1 abstract method... (Symfony2.8/PHP7)

A few months ago, we upgraded the intranet of our company from Symfony 2.3 to Symfony 2.8 and from PHP 5.6 to 7.0.10. Then, we encountered a lot of "Fatal Errors" due to circular references that could be "erased" by restarting Wampserver. I read…
Mathilde G.
  • 23
  • 1
  • 7
0
votes
0 answers

Fatal error: Call to undefined function oci_connect() wamp3x64 instantclient-basic-windows.x64-12.1.0.2.0.zip php5.6

I am using wamp3 64bit, installed native client 12_1x64 but still got same error. Also enable the extention php_oci8_12c.dll in php.ini file but no success Can anyone help me out, using oracle 12 in 64 bit OS
0
votes
0 answers

Wampserver3 - How to add an old PHP version

I just upgrade to wampserver3.0.4 to get php5.6, php7 and new functionalities but I got some projects in 5.2 (upgrade php is not a possibility) There is no more the button 'get more' in php version and I can't figure how I can add my old 5.2 version…
Reign.85
  • 2,420
  • 1
  • 28
  • 28