Please help with install.
mykal
Joined: 2005-02-25
Posts: 37 |
Posted: Tue, 2005-04-19 08:23 |
http://www.nctuners.com/pictures/main.php Sometimes I get an error, sometimes its just blank. Any suggestions? Warning: preg_match(): Compilation failed: failed to get memory at offset 0 in /home/content/n/c/t/nctuners/html/pictures/lib/smarty/Smarty_Compiler.class.php on line 1603 Warning: preg_match(): Compilation failed: failed to get memory at offset 0 in /home/content/n/c/t/nctuners/html/pictures/lib/smarty/Smarty_Compiler.class.php on line 1612 Warning: preg_match(): Compilation failed: failed to get memory at offset 0 in /home/content/n/c/t/nctuners/html/pictures/lib/smarty/Smarty_Compiler.class.php on line 1620 Warning: preg_match(): Compilation failed: failed to get memory at offset 0 in /home/content/n/c/t/nctuners/html/pictures/lib/smarty/Smarty_Compiler.class.php on line 1628 Warning: preg_match(): Compilation failed: failed to get memory at offset 0 in /home/content/n/c/t/nctuners/html/pictures/lib/smarty/Smarty_Compiler.class.php on line 1632 I have this installed on 3 different websites and it works great. This is the first time Ive ever had problems with an install. Im not sure where to begin. ---- |
|
Posts: 32509
cool, someone already uses gallery-3.0 just kidding.
it seems like you're out of memory. try to set a higher php memory limit or choose another toolkit (i.e. deactivate GD and activate netpb or imagemagick).
Posts: 37
haha, oops.
At any rate, I dont think I have access to change anything in the php files. I noticed that everytime I get to the step of installing/activating modules when I try to do that I get a HTTP 500 - Internal server error.
I have used GD on the last 4 websites on the same host with no problem.
Posts: 37
Still awaiting some help.
Thank you.
Posts: 32509
when you get a http 500 errors, can you check the webserver raw error log? what errors does it show?
Posts: 37
I dont believe I can access that. Should I call GoDaddy Hosting and ask them about this?
Posts: 37
Alright when I from step 8 to step. Which is activating my modules. I ALWAYS get a error.
This grays out all of my modules so that i can not install them or anything. This creates alot of problems with my install. How do I figure out why its doing this?
Posts: 37
I tried to install it into another directory. When I got to the module section of the setup I unchecked everything and went on without activating any of them. Gallery came up fine then. I went to the admin section then to to the modules section and got this error.
Posts: 37
a refresh of that page gives me this:
Posts: 37
Alright Im pretty much to the point of where I will pay someone to install this for me. I love this software and can not believe Im having this much trouble.
Posts: 32509
mykal, numerous problems were reported of people trying to install G2 / G1 on godaddy. that to say: it didn't work for a lot people and quite all people on godaddy have problems.
there are plenty of other (better?!) hosting options out there, it's up to you.
you could start by searching the forums (see the forum search function at the top) for "godaddy", perhaps you find some topic where it worked.
Posts: 37
What I dont understand is that Ive installed it on 3 other sites that I have hosted by GoDaddy with NO problems what so ever. Thanks for the info though.
Posts: 32509
mykal, then ask godaddy if this domain is hosted on a different server than the others or what else the problem could be.
Posts: 7994
I've seen this before, but I'm not sure what causes it. My best guess is that something is wrong with the embedded PCRE engine (which is the preg_match call, which we depend on). Can you give us the link to your phpinfo so that we can take a look and see if we spot anything out of the ordinary there? Thanks.
Posts: 37
Ive called GoDaddy quite a few times and they always tell me they will escalate it then never get back to me. When I call to ask why they tell me they will get back to me.
The site Im having problems with.
http://www.nctuners.com/phpinfo.php
One site Ive gotten it to work on.
http://www.dirtyjeeps.com/phpinfo.php
Posts: 32509
the only difference seems to be that the one that works (second link), uses the zend optimizer. interestingly enough, it's usually the optimizer that causes some errors.
however, this shows that there is at least one difference between the setups, maybe there are more, maybe that's the reason.