Hi all,
I'm looking to season myself in some php programming. But, before I could get started, I ran into a bit of a roadblock. That is, I can't get scripts to run properly. 🙁
I've recently run across a means of merging two forum databases into one using a php script. The code can be found here.
My problem is that the script runs until line 153 (where it prints "Shifting IDs in table." Then, it just stops. Now comes my fun part.
I have a mirror of my forums running on my PC here. It's running Abyss Web Server, PHP 4.3.7, and MySQL 4.0.18. They are phpBB based. I have no trouble accessing the forums and manipulating the databases locally or remotely. Thus, I'd want to assume that the server is properly configured for routing to my php interpreter.
But then, I tried uploading the script to my hosted server. I tried running the script from there, and it worked (though I had plenty of errors because it wasn't configured properly 😃 ). Thing is, they're running Apache (no suprise there 😉 ) and PHP 4.3.4. Would the difference be running Apache, or could it be my php setup with my server? (I don't know, because the php-based forums are working.) Or, is it the php version?
So, is it time for me to get to learning Apache, or can someone point out something I'm missing? Thanks for any help, y'all!