Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: aegersz on July 13, 2015, 01:07:00 PM

Title: Mod says that it's installed with no errors but NONE of it is installed
Post by: aegersz on July 13, 2015, 01:07:00 PM
i found a fault with all of my SMF systems when installing http://custom.simplemachines.org/mods/?mod=2681

this is also reflected when i try to reinstall - it also fails because the mods to be undone, were never made at all.

i have tried a vanilla 2.0.9, a vanilla 2.0.10.

all other mods install but this. what's going on ?

see http://www.simplemachines.org/community/index.php?topic=395039.msg3824097#msg3824097 for the original issue
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Kindred on July 13, 2015, 01:20:13 PM
Typically, this is a chown issue.

The files report that they are readable/writable and the code is correct...   but when the system goes to save the changes, those changes are rejected by the server (and SMF has no idea, since it all reported correct to start with)
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: aegersz on July 13, 2015, 01:31:09 PM
i had already tried to chown just one file to apache (was root) but still no go.

is it that simple or do i have to restart httpd and/or do something else ?

this is the ONLY one mod that is not working and i don't know what else to set in chown.

what do you do ?
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Kindred on July 13, 2015, 01:33:20 PM
if it is - it's a server configuration issue.... has to be fixed at the server side - or manually installed
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: aegersz on July 13, 2015, 01:52:51 PM
please elaborate on the "server configuration issue" - what actually needs to be changed ? the file in one test has had the new updated time stamp on it but still no changes were made.

Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Kindred on July 13, 2015, 02:16:17 PM
what needs to be changed?  well, a number of things -- but specifically, the user which is assigned to apache and/or php


Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: aegersz on July 13, 2015, 02:46:03 PM
i only have two groups: apache and root.

i have tried combinations yet still no changes made.

why just this one mod ? all the others install.

i don't want to do it manually - what else would you suggest; i created a whoami.php and it says "apache"
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Illori on July 13, 2015, 02:52:44 PM
what is the chmod on the files that need to be modified?
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: aegersz on July 13, 2015, 02:59:21 PM
777 - i'm not worried about security as there are no users that i need to worry about ... eg.

-rwxrwxrwx 1 apache apache 15588 Jul 13 14:41 /var/www/html/Themes/default/languages/Modifications.english.php

for:*   1.   Execute Modification   ./Themes/default/languages/Modifications.english.php   Test successful
     1.   Add Before   ./Themes/default/languages/Modifications.english.php   Test successful

as i said, the date and time reflect an update but the file remains unaltered.
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Illori on July 13, 2015, 03:01:18 PM
what about the chmod of the folder that contains that file?
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: aegersz on July 13, 2015, 05:39:17 PM
same ... I thought I was an old hand at both manual and automatic mod installs.

what if one of the directories between the website folder and it's fully pathed file has not got the right ownership nor attributes ?

... and why just one mod ?

sorry but it's man vs. machine and I want ro win.
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Illori on July 13, 2015, 06:39:14 PM
you mean you have tried to install other mods in the last few days and they install without issue?
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: bjornforum on September 03, 2015, 08:02:36 AM
Did you ever find a solution? I have exactly the same issue with Simple Audio Video Embedder..

I don't want to do manual install since I want to be able to update the plugin quickly.

Thanks
Björn
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Kindred on September 03, 2015, 08:32:04 AM
bjornforum,

please start your own thread?  Unfortunately, because this is a server-side configuration issue - you either have to take it up with your host or do the manual installation.
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: bjornforum on September 04, 2015, 01:37:51 AM
Why would I start a new thread if I have exactly  the same issue (literally, even the same plugin giving the issue) as the TS?? I didn't see a solution above so I ask if he ever found one.

Also I can call my host of course but I wouldn't know what to ask them.. 'Something with user/group' is probably not enough.

Other plugins install fine. It is only the Simple audio video embedder that is giving the issue.
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Illori on September 04, 2015, 05:16:32 AM
we request everyone to have their own topic for their own issue so we can track each issue separately from other issues. so we do request the same from you.
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: bjornforum on September 04, 2015, 05:33:42 AM
Ok I understand. You're using it more or less as a ticket system instead of as a forum. Please remove this post and my posts above. Thanks.
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: JBlaze on September 04, 2015, 06:17:59 AM
Thanks for understanding :)
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: Steve on September 04, 2015, 08:54:54 AM
@ aegersz - See if this thread helps you at all if you're still having this problem:

http://www.simplemachines.org/community/index.php?topic=539477.0
Title: Re: Mod says that it's installed with no errors but NONE of it is installed
Post by: aegersz on September 05, 2015, 01:38:44 AM
i installed it manually but thanks for the tips.

much appreciated.