I could use some coding help :)

This is used for general discussion that is not necessarily server-related.
Post Reply
Poly
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Apr 06, 2014 11:03 am

I could use some coding help :)

Post by Poly »

Hey everyone! I'm simply not a great coder, I haven't had much of an interest in learning how to code. I'm a designer and typically work with friends who know various languages. Those friends have been unavailable for a while and coincidentally- I now have a problem with a website of mine. The problem is occurring with my Admin control panel. Whatever problem this is, it's been on the website for a long time. When some friends and I made the website we had a workaround for the problem, but I've made a new computer and reformatted my old hard drive (losing all of my old notes). In one of the lost notes, was how to use the workaround. So now I can't log into my CP, and can't add new images to the website which is becoming problematic. When I try to log in I get the error: "Fatal error: Call to undefined function session_register() in /usr/www/*******/public/sitename/admincp/login.php on line 43"

Then i go to line 43 in the login.php, that line reads: "

Code: Select all

session_register("adminuser");
"

So I'm pretty lost here. I don't want to have to upload all images and change pages through the phpmyadmin.

If this is the wrong section you have my apologies.
Post Reply