Tagged Questions
1
vote
1answer
94 views
500 error on Joomla website
PHP Fatal error: Call to a member function setQuery() on a non-object in /home/josh/public_html/administrator/components/com_jfusion/plugins/phpbb3/forum.php on line 226
Just moved over to a new ...
2
votes
2answers
139 views
Why does PHP create these log entries on every page access?
My server's error log (in cPanel) has an entry for every single time a PHP page is loaded that looks like this (where 'username' has been substituted for my actual username):
[2012-06-09 09:02:07]: ...
2
votes
1answer
773 views
Server Error after trying to update the functions.php [closed]
I recently tried to change the logo on Genesis themed WordPress site using this tutorial:
http://anewtab.com/add-logo-genesis-theme
I added
add_theme_support( 'genesis-custom-header', array( ...
0
votes
2answers
301 views
PHP won't load certain pages and images, Godaddy
I realize that Godaddy isn't the ideal hosting choice, but I'm running a site on an account with them.
One of the pages on the site, /contactus.php refuses to load. Instead of loading the page, it ...
0
votes
3answers
978 views
My php.ini configuration is being ignored - how can I override the error reporting level in my PHP scripts?
Just migrated to a new server, and its error reporting level for PHP is higher than the server we migrated from. It's showing warnings and notes about deprecated PHP.
While obviously, the long term ...
2
votes
1answer
520 views
How to remove 500 error?
I am getting 500 error "Internal Server Error" when I type in my domain. I called customer service and they said that my site has reached it maximum use of memory and therefore the cloud system ...
1
vote
1answer
264 views
Sessions suddenly not working in PHP, and error log contains a lot of junk now
So I was developing my PHP application, right? And then all of a sudden, my sessions wont work anymore! So I checked my error log, and here is what it told me (a few times)
PHP Startup: Unable to ...