Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dozza

Pages: [1]
1
Thanks again for all the help.

Not sure if I should start a new thread on this, but here goes...:   :?

I've done the manual updates to the templates and uploaded, but now I keep getting errors as follows (it's a Windows IIS server);

Code: [Select]
Parse error: parse error, unexpected T_VARIABLE in D:\Web\site\gallery\global.php on line 346
If I overwrite this file with the original global.php file, I then get similar errors, but on other files. So, I have overwritten all the new 1.7.7 files with the original 1.7.6 files and it works again.

Any suggestions as to what I might be doing wrong. I have double checked all the updated pages and I'm sure that I've entered the new code properly.

The only file I didn't update was the install.php, as it wasn't in the site and I assume I would only do this for a new install?

Thanks for any help.

3
Hi

I am manually upgrading from 1.7.6.to 1.7.7.

In the instructions Here

It says
Quote
admin/settings.php

Search for

Code: [Select]
 sort($folderlist);
  for($i = 0; $i < sizeof($folderlist); $i++) {
    echo "<option value=\"".$folderlist[$i]."\"";
    if ($setting_value == $folderlist[$i]) {
      echo " selected=\"selected\"";
    }
    echo ">".$folderlist[$i]."</option>\n";
  }
  closedir($handle);
  echo "</select>";
}


And then to insert some code after it.

However, the above code appears twice in the admin/settings.php file. Which one does it refer to, or do we paste the code after both sets of the code?

Thanks

4
Brilliant.

Thank you konradin.  :D

5
I am talking about on the gallery itself, next to the file name of the image.

6
How do I stop 4Images displaying the words (Guest), (Admin) or whatever, on the gallery? I can't fiond what piece of code to delete or what setting to turn off.

Thanks

7
I'm sorry, but this program is far too easy to use and troubleshoot. Can you please make it more complicated and buggy? I'm not used to this kind of thing, I use Microsoft programs for heaven's sake.  :wink:

8
So I just change the directory name and everything will work fine?

9
I've doen a search, but I can't find a topic on exactly this theme, so please excuse me if this duplicates anonther topic.

I have set up a test installation of 4images. Assuming the client approves this, I will be purchasing the product and moving it to a new url. But I'm wondering how best to do this?

Currently it is installed at www.domain/4images/

I want to move it to www.domain/gallery/

Is there an easy - stress free - method of doing this?

Please speak slowly, I'm not that technical.  :oops:

Thanks. :)

10
Thank you.

I was just coming to mention that too.  :D

Works fine now.

11
Hi

I have installed 4Images on a Win2K server and it seems to run fine. However, I am unable to save any changes to any template. After clicking the "Save Changes" button, the screen returns with the following error and none of the changes have taken place;

Code: [Select]
Undefined variable: content in D:\Web\mydomain\4images\admin\templates.php on line 131
.

Any help much appreciated.  :cry:

Pages: [1]