Search found 9 matches

by StuartBall
Mon Feb 28, 2005 10:01 pm
Forum: Installing EasyMOD
Topic: Problem with ./templates/...tpl files not being forund
Replies: 12
Views: 22948

Re: Problem with ./templates/...tpl files not being forund

Thanks for all your help.

Stuart
by StuartBall
Mon Feb 28, 2005 9:25 pm
Forum: Installing EasyMOD
Topic: Problem with ./templates/...tpl files not being forund
Replies: 12
Views: 22948

Re: Problem with ./templates/...tpl files not being forund

I have sorted it! I did a Google search on getcwd() and found a posting which gave an alternative function to get the current directory: dirname(__FILE__) ; So I inserted the folllowing line in easymod_display_functions.php to fix $template_file so that it has a full path instead of starting with &...
by StuartBall
Mon Feb 28, 2005 8:45 am
Forum: Installing EasyMOD
Topic: Problem with ./templates/...tpl files not being forund
Replies: 12
Views: 22948

Re: Problem with ./templates/...tpl files not being forund

OK, I made the changes you suggested to easymod_display_functions.php. If I click the [Submit] button, it goes away and thinks about it for a bit, and then gives an error. A required file [./templates/step1b_ftp.tpl] is missing. Aborting install. 4.3.10 Fatal error&#58 Maximum execution time of ...
by StuartBall
Sun Feb 27, 2005 11:30 am
Forum: Installing EasyMOD
Topic: Problem with ./templates/...tpl files not being forund
Replies: 12
Views: 22948

Re: Problem with ./templates/...tpl files not being forund

OK, I have done a CHMOD 777 on the lot, from /admin/mods downwards, so there should not be any access issues! Listing for /admin/mods/easymod is now: drwxrwxrwx 5 stuart59 8080 512 Feb 27 11ᚿ . drwxrwxrwx 3 stuart59 8080 512 Feb 26 15ᛈ .. -rwxrwxrwx 1 stuart59 8080 6578 Feb 26 15ᛇ easymod.gif -rwxrw...
by StuartBall
Sat Feb 26, 2005 5:30 pm
Forum: Installing EasyMOD
Topic: Problem with ./templates/...tpl files not being forund
Replies: 12
Views: 22948

Re: Problem with ./templates/...tpl files not being forund

No, I am using SubSilver. The line that is giving the error is in easymod_display_functions.php. function display_template( $template_file, $variables) { // make sure the tpl file exists if (!file_exists( $template_file)) { echo "<h1><span class="ok">A required file [$template_file] i...
by StuartBall
Sat Feb 26, 2005 4:10 pm
Forum: Installing EasyMOD
Topic: Problem with ./templates/...tpl files not being forund
Replies: 12
Views: 22948

Problem with ./templates/...tpl files not being forund

I am attempting to update from EM 0.0.10a to 0.1.13. I deleted the /admin/mods/ directory and all it contained and then uploaded the new version. Following this, the contents of /admin/mods/easymod is as follows: drwsrwx--- 5 stuart59 8080 512 Feb 26 15ᛗ . drwsrwx--- 3 stuart59 8080 512 Feb 26 15ᛈ ....
by StuartBall
Fri Feb 25, 2005 9:38 pm
Forum: Installing EasyMOD
Topic: FTP Host name not "localhost"
Replies: 5
Views: 5930

Re: FTP Host name not "localhost"

The package I downloaded and installed was "EasyMOD_a3_0-0-10a-2.zip". Is that the latest version?

Stuart
by StuartBall
Thu Feb 24, 2005 9:04 pm
Forum: Installing EasyMOD
Topic: FTP Host name not "localhost"
Replies: 5
Views: 5930

Re: FTP Host name not "localhost"

when installing easyMOD, there is an option that allows you to change localhost to something else it I don't remember seeing that and I find it quite surprising, if that is the case, that "localhost" is hard-coded into the admin_easymod_functions.php code. Leaving that aside, you can chan...
by StuartBall
Wed Feb 23, 2005 9:32 am
Forum: Installing EasyMOD
Topic: FTP Host name not "localhost"
Replies: 5
Views: 5930

FTP Host name not "localhost"

The latest version of EasyMod is brilliant. It updated my quite heavily mod'ed site from phpbb 2.0.11 to 2.0.12 faultlessly - which saved lots of hassle. Thanks for all your efforts. One small point: the FTP settings could do with an extra option to set the host name. My host name isn't "localh...