4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: sigma. on June 21, 2008, 02:06:48 AM

Title: Edit Image Admin functions have Blank pages
Post by: sigma. 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?
Title: Re: Edit Image Admin functions have Blank pages
Post by: sigma. on June 23, 2008, 05:48:14 PM
is there no hope?
Title: Re: Edit Image Admin functions have Blank pages
Post by: Nicky 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
Title: Re: Edit Image Admin functions have Blank pages
Post by: sigma. 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.
Title: Re: Edit Image Admin functions have Blank pages
Post by: sigma. 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.
Title: Re: Edit Image Admin functions have Blank pages
Post by: mawenzi 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 ...
Title: Re: Edit Image Admin functions have Blank pages
Post by: sigma. 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?
Title: Re: Edit Image Admin functions have Blank pages
Post by: KurtW 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

Title: Re: Edit Image Admin functions have Blank pages
Post by: sigma. on July 04, 2008, 09:08:48 AM
no missing $ at the start of any lines of lang code.
Title: Re: Edit Image Admin functions have Blank pages
Post by: KurtW on July 04, 2008, 10:26:00 AM
 :?