Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
6 - 1 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

Re: Issues installing
by samuraishake on 2010/6/12 22:04:59

I think I'm going to switch from godaddy hosting. Reading around the forum, it doesn't seem that they're too easy to work with. I'm thinking of switching to hostmonster.com. Any thoughts as to how well they work?

And for now, the link I posted earlier won't show anything. I put the old stuff up. http://www.fanflix.net
Re: Issues installing
by ghia on 2010/6/11 4:11:47

Humm, it is a windows hosting.
Or there is some security measure so you can not get the file list of a directory.
Or it does not understand the ./language/ starting location.
You should ask your hoster about these.

Else try with "language/"
If that works, you could change it in /install/page_langselect.php
Re: Issues installing
by samuraishake on 2010/6/11 3:24:48

Still no luck. Here's what I get:

http://www.fanflix.net/install/index.php
Re: Issues installing
by ghia on 2010/6/11 2:29:09

Put this tstdirlist.php in your /install/ directory.
<?php function getDirList($dirname) { $dirlist = array(); if ($handle = opendir($dirname)) { while ($file = readdir($handle)) { if ($file{0} != '.' && is_dir($dirname . $file)) { $dirlist[] = $file; } } closedir($handle); asort($dirlist); reset($dirlist); } return $dirlist; } print_r(getDirList("./language/")); ?>

It should return:
Quote:
Array ( [0] => english )
Re: Issues installing
by samuraishake on 2010/6/10 23:23:04

pHp 5.0, mysql 5.0. Through godaddy. Tried on latest internet explorer and google chrome. cookies enabled. yep, the language directory is there

Who's Online

123 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 123


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits