Author Topic: Edit Image Admin functions have Blank pages  (Read 9501 times)

0 Members and 1 Guest are viewing this topic.

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Edit Image Admin functions have Blank pages
« on: June 21, 2008, 02:06:48 AM »
My server provider just informed me that they rebuilt their apache server and added new features. Well since then I can't use the Edit Images or Add Images/Validate functions in the Admin CP. All I get are blank pages.

Anyone have any idea what could of happened?
« Last Edit: June 23, 2008, 05:54:54 PM by sigma. »

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: Edit Image Admin functions have Blank pages
« Reply #1 on: June 23, 2008, 05:48:14 PM »
is there no hope?

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Edit Image Admin functions have Blank pages
« Reply #2 on: June 23, 2008, 09:35:04 PM »
hi Sigma,

there is always a hope in our life :)

what does your server access_log or error_log "says"?

does is work with original 4images files without any modifications on the files?

your should upgrade to v 1.7.6 if you didn't
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: Edit Image Admin functions have Blank pages
« Reply #3 on: June 24, 2008, 05:30:13 AM »
Hi Nicky,

Thanks for responding. There are no error messages that I can find associated with the site. I will try to install a new seperate copy of the latest 4images and see if that works.

If it is a case of my current version not being compatible with the latest server changes... that would scare me. I have so many mods and tweaks that I'm afraid they will all get wiped out with an upgrade. I will probably have to leave the site as is and discontinue support for it. Which would make me very sad because i put so many hours into it over so many years.

I will let you know if the new fresh install works.

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: Edit Image Admin functions have Blank pages
« Reply #4 on: July 02, 2008, 03:17:48 AM »
looks like my only solution is to upgrade to 1.7.6
this might be the end of my site. too many mods, too much work to code and fix every tweak.

years of work done. sad day.
thank you all.

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Edit Image Admin functions have Blank pages
« Reply #5 on: July 03, 2008, 08:58:59 PM »
hi sigma,

... this can't be the end of your fantastic website ...  :(
... have you tested the "Edit Image Admin function" on a fresh 4images 1.7 and 1.7.6 version on your server ...
... if it works, so we only need to modify the admin function ...
... let me know ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: Edit Image Admin functions have Blank pages
« Reply #6 on: July 04, 2008, 05:01:36 AM »
I tried to update just the Admin folder to 1.7.6 and it has the same problem. I'm not sure what to do at this stage. I would like to get it back to a functional state but the only way I think i can get it to work is to edit and add images in myPHPadmin.

If you think you have a solution pleeeeaaase let me know. Like I said, I tried to just update my admin folder with the new version and it had no change.

Any suggestions?

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Edit Image Admin functions have Blank pages
« Reply #7 on: July 04, 2008, 06:15:42 AM »
Hi sigma,

look in:
lang/your language/admin.php

search broken code like this:

e.g.
Code: [Select]
lang['yes'] = "Yes";the normal code of this lang is:
Code: [Select]
$lang['yes'] = "Yes";
search a lost: $


Kurt


Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: Edit Image Admin functions have Blank pages
« Reply #8 on: July 04, 2008, 09:08:48 AM »
no missing $ at the start of any lines of lang code.

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Edit Image Admin functions have Blank pages
« Reply #9 on: July 04, 2008, 10:26:00 AM »
 :?