Sub Menu
Links Menu
Online Users

In total there are 315 users online :: 2 registered, 0 hidden and 313 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot] based on users active over the past 60 minutes

Need some installation help...

Support for IntegraMOD 141

Moderator: Integra Moderator

Need some installation help...

PostAuthor: d.vanheeckeren » Fri Mar 01, 2013 1:46 pm

For the past two weeks I've been trying to get integramod installed. I have full root privileges on the LAMP server (it's at my home), but the install page refuses to work, and doesn't seem to give verbose messages. I have verified that the user/pass for the database has full privileges, set all the file permissions as per the installation instructions, and done everything I can think of.

So right now, for the nth time, I'm completely removing all the webserver files and directories and going to start from scratch.

Hopefully someone can help me figure this out?

Thanks,
Daniel

d.vanheeckeren
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 24, 2010 7:43 pm
Cash on hand: 0.00

Re: Need some installation help...

PostAuthor: d.vanheeckeren » Fri Mar 01, 2013 4:12 pm

This is as far as I can ever get...

Image

d.vanheeckeren
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 24, 2010 7:43 pm
Cash on hand: 0.00

Re: Need some installation help...

PostAuthor: d.vanheeckeren » Fri Mar 01, 2013 6:39 pm

Well I finally got a LITTLE further...

But what the heck kind of error is it??? Not very informative, are there installation logs it creates that I could look at?Image

d.vanheeckeren
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 24, 2010 7:43 pm
Cash on hand: 0.00

PostAuthor: Helter » Sun Mar 03, 2013 12:40 am

your server may not like the table type in root/install/schemas/mysql_schema.sql

try opening it in any text editor and delete all references to "TYPE=MyISAM"

so
Code: Select all
) TYPE=MyISAM;

will become
Code: Select all
);
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Need some installation help...

PostAuthor: d.vanheeckeren » Thu Mar 07, 2013 1:03 pm

Ok, I tried that, and there's some progress... now there's this error:
(sorry, don't know anything about sql...)

Image

d.vanheeckeren
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 24, 2010 7:43 pm
Cash on hand: 0.00

PostAuthor: d.vanheeckeren » Thu Mar 07, 2013 1:05 pm

By the way, I'm running on an Ubuntu 12.10 server, if that makes any difference.

I'm thinking maybe there's some settings wrong, because it should all work out of the box. Thinking I might purge the mysql database server and reinstall it...might that help?

d.vanheeckeren
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 24, 2010 7:43 pm
Cash on hand: 0.00

Re: Need some installation help...

PostAuthor: d.vanheeckeren » Thu Mar 07, 2013 3:24 pm

Ok, I did a complete purge and reinstall of mysql server, php, phpmyadmin, and apache2.

Same friggin' errors. *sigh*

d.vanheeckeren
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 24, 2010 7:43 pm
Cash on hand: 0.00

Re: Need some installation help...

PostAuthor: d.vanheeckeren » Thu Mar 07, 2013 7:40 pm

Ok, finally got this thing licked.

Seems TYPE was deprecated somewhere between MySQL 5 and 5.5.29 (5.5.29 is the version I'm currently running). Replaced with ENGINE, so find/replace occurrences of
Code: Select all
) TYPE=MyISAM;


with

Code: Select all
) ENGINE=MyISAM;


in both
Code: Select all
install/schemas/mysql_schema.sql
prill_install/mysql_im_schema.sql


and all goes well. Incidentally, if someone is using their own linux server and would prefer not to set all those file permissions manually, I assembled a basic shell .script to do it for you. I wouldn't have bothered, but I got tired of resetting all those permissions every time I wiped the installation directory and started over, because linux permissions are NOT set in the zip file. At least, they wouldn't extract.

Anyway, the shell .script is available here. Make sure you copy that .script to the root installation path of integramod or it won't do 'ya no good. :D
Invoke with the command
Code: Select all
sudo sh set_perms.sh

d.vanheeckeren
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 24, 2010 7:43 pm
Cash on hand: 0.00

PostAuthor: Helter » Fri Mar 08, 2013 6:18 pm

there is a chmod .script in IM150. It sets all the required permissions on a unix/linux box. There are also quite a few php5 updates. I would have recommended it to you but there are not many templates updated to 150
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

PostAuthor: d.vanheeckeren » Sat Mar 09, 2013 6:51 pm

ummmm...I wish I had known that sooner...but pointless now, it's done already, up and running (except for the ctracker problems I'm fixing as I come across them).

Let me know when 150 is finished?

d.vanheeckeren
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 24, 2010 7:43 pm
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot]

cron