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?

Question regarding the photoalbum folder

Asked Modified Viewed 3,201 times
S
snowatom
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Junior Member

I have had my php-fusion forum on a debian server hosted by one.com for some time now.

I have now build a server myself, and it is now running on a IIS server for testing.

My question is:

when it whas running on the linux debian server all the photos was in one folder, after i moved the site to my iis server, all the albums now have to be en seperate folders "album_1 - album_2 and so on.

Why is that? , my question is buggin' the H... out of me, cause to me it does not make any sense. Hope you can help me shine a little light for me.

snowatom
0 replies

9 posts

W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Could be a question on safemode set differently in configuration of the two servers?
0 replies
S
snowatom
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

Safemode, I have head that before, never did found out what it is. How do I turn that on or off in my Windows IIS installation ?

snowatom
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

You can check System Admin, PHPinfo. Look for safe_mode.

You can change it in php.ini for your php installation on server.
0 replies
S
snowatom
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

Thanx, I will check if that is the case tomorrow. I'll get back to you when I have tried it.

snowatom
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Some more info on safe_mode in this thread:

http://www.php-fusion.co.uk/forum/vie...;pid=75423
0 replies
S
snowatom
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

If I choose to run in safe mode, the problem is solved. However, when I run in safemode I can't import sql backup files. Why is that ?

snowatom
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

You should be able to import sql when running in safe mode. Are you sure you provide the correct password when you attempt to restore?
0 replies
S
snowatom
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

JEP, i get the error, "File could not be read" translated from the dansih error message.

When I set the php.ini to safe mode = off, do a iisreset, then I can do it with no problem at all.

strange....

snowatom
0 replies
S
snowatom
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

I found the solution to why I couldn't import .sql files in phpmyadmin in safemode. It want's to use the windows\temp folder, but hasen't got access to that.

Instead of givin it access, I found that I could change it, also in the php.ini file:

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = C:\PHP\temp

snowatom
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet