I have my companys site (wordpress) from the original dev that I’m trying to host on site with a raspberry pi. I’m not a web guy, or code guy for that matter. I’ve got everything set up correctly as far as I can tell but im getting a php error.
From googling it looks like a syntax issue with php7 but I cant find the script thats causing it. The error doesnt specify anything else. Can someone point me in a direction to look?
7, also added that line but page displays the same. Am I doing this wrong?
I just realized I can run the php from terminal to get the error output. Did I mention I’m not a code guy? lel
so the output is now
.PHP Deprecated: Non-static method NextGEN_Gallery_Pro::load_product() should not be called statically in /var/www/html/wp-includes/class-wp-hook.php on line 286
PHP Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in /var/www/html/wp-content/plugins/nextgen-gallery/nggallery.php on line 104
@Dynamic_Gravity Thanks for pointing me in the right direction. It was a bad plugin and it looks like I need to update wordpress anyway but im at least able to get into the admin now!
I was able to get the site mostly working. I am still having issues with pages not working but the php seems to be ok now. I just have to work through the little problems as they come via google but im at least getting somewhere now.