PDA

View Full Version : Problem on new MAHAL server? Post them here!


BihiraJonathan
10-01-2005, 06:41 PM
Since it's a little hard to keep track of the problems people are posting about on the forums. Though not much, I rather have it one topic.

Even if you told me your problem in another topic again, if it isn't fixed. Please post them here again, so I can keep track of who I still need to help.

t4games
10-01-2005, 06:58 PM
fantasico (I think I spelled it right, lol) isn't showing up in cpanel for me.

EDIT: also when I try to upload I get a critcal transfer error.

Cojawfee
10-01-2005, 07:09 PM
Get and post still don't work on my site (except for phpBB). It might have something to do with REGISTER_GLOBALS in php.ini. But that is just a guess.

It is register_globals. Since php v. 4.2.0, it has defaulted to off. I tried something new (use the post method):

http://cojawfee.com/formtest.php

I made $str = $str = $_POST['str']. So register_globals has to be turned to on in php.ini.

marcus
10-02-2005, 08:20 AM
I keep getting this error in an error_log file
[02-Oct-2005 08:17:03] PHP Warning: Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line 0
Also I'm trying to install Simple Machines, yet all the PHP files give me 500 errors...

Cojawfee
10-02-2005, 06:24 PM
The simple machines I had installed has errors as well. And I'd wish you'd show up BihiraJonathan, so I can know if I need to continue searching for solutions to my problems.

BihiraJonathan
10-02-2005, 09:45 PM
I keep getting this error in an error_log file

Also I'm trying to install Simple Machines, yet all the PHP files give me 500 errors...

You should no longer get the zend error, please let me know if you do. The SMF error, you are installing it manually correct? Have you checked the .htaccess file to see if there is anything that would be creating the 500 error? Also make sure to not chmod anything above 755.

BihiraJonathan
10-02-2005, 09:48 PM
Get and post still don't work on my site (except for phpBB). It might have something to do with REGISTER_GLOBALS in php.ini. But that is just a guess.

It is register_globals. Since php v. 4.2.0, it has defaulted to off. I tried something new (use the post method):

http://cojawfee.com/formtest.php

I made $str = $str = $_POST['str']. So register_globals has to be turned to on in php.ini.

I'm going to contact you with a private message, I just want to test something out with register_globals.

Jordan
10-02-2005, 10:10 PM
My site (http://fointy.com) isn't loading.

t4games
10-02-2005, 11:55 PM
I just noticed when working on my site I can't chmod any of the files.

BihiraJonathan
10-03-2005, 08:49 AM
My site (http://fointy.com) isn't loading.

Loading fine for me, is this still happening?

BihiraJonathan
10-03-2005, 08:50 AM
I just noticed when working on my site I can't chmod any of the files.

Are you talking about not bieng able to chmod it past 755? Or you mean any chmod number? Also do you get any error, or it just doesn't let you?

BihiraJonathan
10-03-2005, 09:33 PM
fantasico (I think I spelled it right, lol) isn't showing up in cpanel for me.

EDIT: also when I try to upload I get a critcal transfer error.

Fantastico should now work. Please let me know if you have any problems with Fantastico. Are you still getting the upload error?

t4games
10-03-2005, 09:47 PM
Fantasico is working again, and the upload problem seems to be gone (I haven't had for a day or so now)
And the chmod problem is when trying to chmod my mainfile.php for my xoops install from 644 to 444

Cojawfee
10-03-2005, 11:00 PM
All of my problems are solved. I couldn't get text to show up because I was relying on globals and I don't know why I couldn't get it to work for images. But if I used $_GET[''] I can access the variable. Serves me right for never learning about globals I guess.

BihiraJonathan
10-05-2005, 09:34 AM
Fantasico is working again, and the upload problem seems to be gone (I haven't had for a day or so now)
And the chmod problem is when trying to chmod my mainfile.php for my xoops install from 644 to 444

Have you tried deleting and reuploading the file to see if that would solve the problem? If it doesn't, please open a support ticket.