I tried everything mentioned in the support about this problem and nothing works. I have perl in the default directory (/usr/bin/perl) as it says so in my cpanel, and I made sure wakaba.pl was directed to it on the first line (#!user/bin/perl).
I would link to the files but would that be a security risk to my settings or is that only viewable to the admin user via FTP as I've been doing? I haven't been hacking my own server or anything so I would have no clue.
Oh and also I used Opera and IE. Opera just shows the Perl code or whatever is in the .js and IE tries to download the script. Then again it's IE. I wasn't expecting it to do what I needed. I don't keep up with Firefox, but I don't think it's the browser. It could be but I doubt it.
What http server are you using? Apache?
This sounds like a MIME type error. Perhaps your server is not serving javascript files as "application/x-javascript".
Are you sure you mean the .js file? You shouldn't do anything at all with that. You should try to access the wakaba.pl
file.
I don't know if it's apache. I operate everything via a C-panel and FTP. I'm sure it is though. My hosting service is http://hytekhosting.com . Would I have to contact them to enable this?
o rly
Well then. I think I was confused somehow. I'll try to CHMOD that to 755 or 644 and try again.
"Software error:
No ADMIN_PASS or NUKE_PASS defined in the configuration at /usr/lib/perl5/5.8.4/CGI/Carp.pm line 314.
BEGIN failed--compilation aborted at config_defaults.pl line 100.
Compilation failed in require at wakaba.pl line 17.
BEGIN failed--compilation aborted at wakaba.pl line 17."
And I'm not sure if it's even possible to set this as I've never even seen the folder /usr/ anywhere in my FTP. I'm assuming this is something I would either have to set via cpanel or I would have to contact the webmaster of my server?
Oh, that error message is a bit misleading: You define those in config.pl
. You should also change some other settings in there, like the SQL settings.
I figured you would say that, but just forgot to mention I alreaedy did. I checked it at least 5 times. It would be kind of ridiculous for me to leave the admin password, nuke pass, and other things at default I would think anyways.
Oh shi. I just noticed what it is. I'll add in the documentation to make sure to take away the comments (pounds [#] symbols) Haha. I don't know perl so I wasn't sure or not, but I noticed at the top it now says to take away the comments. Which through my sluggish deductive reasoning means those symbols. I'm so sorry. Anyways I got a new problem:
Software error:
syntax error at config.pl line 140, near "1;"
Compilation failed in require at wakaba.pl line 16.
BEGIN failed--compilation aborted at wakaba.pl line 16.
I'm guessing it's at the end of the file. All that's there is "1;".