Tagged Questions
0
votes
2answers
95 views
mySQL PDO not enabled in phpinfo()
I am trying to setup a local PHP development envrironment but am having trouble getting mySQL enabled for PDO and am fairly new to this type of setup...so Im not sure what I could be missing.
I have ...
-1
votes
0answers
51 views
PHP - index.php not loading, but others does
I'm an newbie in php, I just install LAMP on Centos 6.4 (64bit) and try to write simple index.php page to show phpinfo
My Index.php code:
<?php
phpinfo();
?>
When I'm browse to ...
3
votes
1answer
75 views
php directives in .htaccess?
I have attempted to make a few changes to php via .htaccess, yet none have yielded any results. For example:
php_value memory_limit 256M within will not activate.
Attempting to set SetEnv PHPRC ...
0
votes
0answers
94 views
PHP Loads Different MySQL Server Version
I have installed MySQL 5.6.9 dev on Ubuntu 12.10 32bit, instead of using apt-get to install stable version 5.5.29.
My PHP5, Apache and MySQL are all working, however, I do not see MySQL section using ...
0
votes
1answer
109 views
Block access to php.ini and phpinfo.php in root
I read another question on how to do this, and the most highlighted solution was the following:
<Files php.ini>
order allow,deny
deny from all
</Files>
I can't really fiddle with this ...
-3
votes
1answer
692 views
Allowed memory size of 33554432 bytes exhausted (tried to allocate 11264 bytes)
I'm trying to upload file using simple form. Size of file is 1.37 MB.
After page reload, i get this error:
Allowed memory size of 33554432 bytes exhausted (tried to allocate 11264 bytes)
This is ...
0
votes
1answer
759 views
phpinfo() outputs nothing
I've tried phpinfo() but it output nothing. It is interesting that php-r "phpinfo();" works correctly while using phpinfo() in web outputs nothing.
Again, nothing is written to error.log too. php.ini ...
0
votes
2answers
1k views
MAMP changes to Apache 'document root' are ineffective
I seek help finding why MAMP fails to effect changes to the Apache 'document root', and fixing this problem. This second edit of the original filing includes substantial additional information that ...
0
votes
2answers
5k views
How to check mod_headers and mod_expires modules enabled in apache
I want to check whether mod_headers and mod_expires modules enabled or not in my server
Is there a way available to list apache enabled/disabled modules using some php function just like we list php ...
1
vote
2answers
74 views
Apache Problem, phpinfo gives following arror
Simply calling phpinfo(); gives the following info..
Fatal error: Using $this when not in object context in /var/www/phpinfo.php on line 2
It is a fresh Ubuntu + Apache install on Amazon EC2.
0
votes
1answer
669 views
PHP Apache phpinfo hide environment variables
Is it possible to obfuscate or remove environment variables from phpinfo?
If not, is the only alternative to display the phpinfo function?
Thinking about it further, someone could easily ...
0
votes
0answers
1k views
Fatal error: Call to undefined function mysqli_init()
I have a really strange error. My httpd server have been working fine until last Wednesday, when I uninstalled the MS SQL and visual studio C#. When I restarted the PC, Ii discovered that some parts ...
0
votes
1answer
52 views
