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 - LadyCrimson

Pages: [1]
1
Discussion & Troubleshooting / Re: Includes not showing up in menus
« on: March 04, 2007, 01:59:23 PM »
Unfortunately I'm a php idiot. All I know is what I've been doing worked before, still works with the other programs I have installed/use on my server, but not in 4images.
I can talk to my webhost tech again but I don't think he'd have any answers either.

I appreciate your efforts. :) I think I'll go to bed now however, cause I'm sleepy.  :wink:

2
Discussion & Troubleshooting / Re: Includes not showing up in menus
« on: March 04, 2007, 01:50:16 PM »
Nope, didn't work. I tried both .php and going back to .inc ... still doesn't show up either way. :/

3
Discussion & Troubleshooting / Re: Includes not showing up in menus
« on: March 04, 2007, 01:40:40 PM »
I renamed the file to .php. It does not work.

http://oealbums.crimsonkeep.com/index.php

There should be a short menu list where the white circle is. There is not.

4
Discussion & Troubleshooting / Re: Includes not showing up in menus
« on: March 04, 2007, 01:33:51 PM »
I'm not sure I understand - instead of "'menu.inc" the file should be named "menu.php" ?

I don't see how that would work.

5
Discussion & Troubleshooting / Re: Includes not showing up in menus
« on: March 04, 2007, 01:29:58 PM »
I didn't think it would be neccesary. I just use simple html code in the include file, no fancy commands:

Code: [Select]
<hr><b>Other links:</b><br><br>
<a href="http://forums.obsidianent.com/index.php" title="Obsidian Forums">The Obsidian Forums</a> <br>
<a href="http://www.frappr.com/obsidianentertainment">Obsidian Frappr</a><br>
<hr>
<a href="http://crimsonkeep.com/" title="Main Site">Site Home</a><br>
<a href="http://crimsonkeep.com/kotor2/index.php" title="Kotor2 Gallery">KOTOR2 Gallery</a>
<br><br>
<br><hr>

This worked fine before the PHP-server changes. It does not work with the gallery, now.

6
Discussion & Troubleshooting / Re: Includes not showing up in menus
« on: March 04, 2007, 01:20:13 PM »
Yes, I know that file doesn't exist...that was an example to show the type of code I used, not a list of a real include menu file ... ie, that's not what's wrong. But thanks for replying.

7
Discussion & Troubleshooting / Includes not showing up in menus
« on: March 04, 2007, 11:59:08 AM »
During a switch of PHP versions, I ran into the usual problems. Most things are now fixed/working on the 1.7.3 versions, except that the include files that I use to insert menu links do not show up anymore.

First:
They worked before on the older/different server-php versions.
Includes I use on other site pages still work fine so I assume it's something related to 4images and the PHP version.
The long-arrays setting is 'on'.
I don't get any error messages whatsoever.
I tried changing the global.php file as described in the "PHP Compatible" thread in the Bugs/Fixes forum. Did nothing.

I use the very simple include code like this within the template html pages:
Code: [Select]
<?php include 'http://crimsonkeep.com/includes/amenu.inc'?>
Anyone have any clue what's wrong/what else to consider for a possible solution?

8
The blank page thing happened to me today - my server admin put me on PHP5 to fix the problem, but I'm wondering if the above fix would require updating for anyone who can't upgrade their PHP version? Or would the fix still work, despite being a several years old?

Edit: It affected both  4images 1.7.3 and an older install.

9
Discussion & Troubleshooting / Re: All of my pages turned Blank
« on: February 27, 2007, 02:09:42 AM »
That happened to me too...my server Admin says it's related to the PHP4 upgrade, again. He put me on PHP5 and it works.

There's a sticky up there (the page not found one) that mentions this sort of thing happened once before a few years ago - they posted a fix but I'd assume it'd be out of date and not apply now - they'd need a new one. Not sure.

10
First, I did look in the FAQ and the MOD sections, and I Searched for an hour. I got nothing with the search terms I tried. Second, I read only English, so perhaps I missed something because of that. Third, while I can follow clear directions very well, I'm a complete php ignoramous, please keep that in mind. :)

The question: I want to allow users to be able to upload sound files and image files. They can do this just fine; no problem with actual uploading. But I want to be able to set two seperate upload size limits - one for images and one for sound files. I cannot find a way to do this in the Admin Control Panel. Whatever size limit I set for images also applies to the sound files for users. Thus I have a universal upload limit of 16MB - my users are not expected to be complete strangers 'off the street' so to speak, so this isn't a major problem for me right this second, but I'd really rather have, say, 900KB limit for jpg/gif formats and 16MB for mp3 and wav files.

Is this possible?

11
Chit Chat / Re: how are you using 4images Gallery!
« on: December 14, 2005, 02:08:15 AM »
I just use mine for a sort of image database of pictures I like, from movie stills to my own crummy photography & other stuff I do when I'm bored. It's a lot easier than making seperate html pages in notepad all the time. *laugh*

I haven't altered the layout beyond width and color...I'm very very lazy. Some of you have some nice looking templates tho, it's inspiring. Maybe someday. :)

Pages: [1]