Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

safe mode changed from on to off

Asked Modified Viewed 7,574 times
Z
zoli12
Z
zoli12 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi all!

I know that the gallery behaviour changes due to safe mode off or on...however my site's safe mode has been turned off, and now my gallery is not working...Can you please help me what to do?
0 replies

3 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Look for the line in these files photogallery.php, showphoto.php, administration/photoalbums.php and administration/photos.php

define("SAFEMODE", @ini_get("safe_mode") ? true : false);


Replace it with:
define("SAFEMODE", true);
0 replies
Z
zoli12
Z
zoli12 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

thank you for your help, however, i have created the directories the program claimed, and copied the pictures into it, so now it's fully working again
0 replies
— 2 months later —
D
Division
D
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 14 threads in the forums
answered
Member

Thanks, this has worked for my site.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet