Blank Pages After Upgrading
Subject: Re: Help ! WebSite Doesn't Appear, Black Page. (Trojan ?)
Another thing, I have seen on the principal page of ACP that I have all messages and all the topics !!! The numbers are correct, so it mean that I still to have all the data about the forums in DB !!! but why I have another view on the forums ? In ACP it says that I have all messages but in the portal/forum I see only the principal forums but not a lot of subforums.
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
Thanks to Italian Support on phpbbplus.it I have discovered that I have not lost subforums and messages. I have created a trial forum and after this I have seen all subforums and subsubforums (not in order) inside a principal forum area created by the system with the name "forums restored". Now I need only to have a lot of patient to change the position.
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
This looks very much like a server problem. Are the permissions correct on the files?m740 wrote: [View Post]
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
I don't know. I know only these things :
1) The forum is online for 5 months without this kind of problem.
2) The Hosting Company has sent a reply where it explains that it's not a server problem, the server and the node seems to work correctly.
3) Seems that the problem appeared after I have changed the Forums permissions. The only strange changing that I have done was the permission to some forums, that had subforums with messages, changed in "nothing" to all sets except "view" and "read" sets.
4) Antonio in Italian Support have suggest to me to make chmod 666 to def_tree.php, def_words.php and def_themes.php. But I don't know the way.
Sorry if I repeat the same thing, but it's strange that in the same time one of our user has sent an email where he asks helps about a Trojan worning message that has appeared on the screen when he has entered into my website internal pages.
Tom wrote: [View Post]
I don't know. I know only these things :
1) The forum is online for 5 months without this kind of problem.
2) The Hosting Company has sent a reply where it explains that it's not a server problem, the server and the node seems to work correctly.
3) Seems that the problem appeared after I have changed the Forums permissions. The only strange changing that I have done was the permission to some forums, that had subforums with messages, changed in "nothing" to all sets except "view" and "read" sets.
4) Antonio in Italian Support have suggest to me to make chmod 666 to def_tree.php, def_words.php and def_themes.php. But I don't know the way.
Sorry if I repeat the same thing, but it's strange that in the same time one of our user has sent an email where he asks helps about a Trojan worning message that has appeared on the screen when he has entered into my website internal pages.
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
I seem to get blank pages some times and on other sites using php portals. I believe mine might be due to a DNS problem ether with Zone alarm security or my ISP. However thank you for that question, I was wondering about that area my self.
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
you have backups and can do some tests with permissions
I have had like this . forum was phpbb
It was user's problem :mrgreen:
ask for other users
Quote:
I have had like this . forum was phpbb
It was user's problem :mrgreen:
ask for other users
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
However, you must have changed permissions before, otherwise the board would throw alot of error messages. The following permissions need to be set on the file system:
Set the permissions to CHMOD 777 to the following folders:
album_mod/upload
album_mod/upload/cache
album_mod/upload/med_cache
album_mod/upload/wm_cache
cache
ctracker/logs/counter.txt
ctracker/logs/logfile_flood.txt
ctracker/logs/logfile_proxy.txt
ctracker/logs/logfile_worms.txt
errors/log/errors.txt
files
files/thumbs
images/avatars
pafiledb/uploads
pafiledb/cache
pafiledb/cache/templates
pafiledb/cache/templates/ca_aphrodite
Set the permission to CHMOD 666 to the following files:
includes/def_themes.php
includes/def_tree.php
includes/def_words.php
Look for "PERMISSIONS" or something similar in your FTP programm and then you should be able to set those permissions.
There we go. You can set these permissions with your FTP programm.Lucky wrote: [View Post]
However, you must have changed permissions before, otherwise the board would throw alot of error messages. The following permissions need to be set on the file system:
Set the permissions to CHMOD 777 to the following folders:
album_mod/upload
album_mod/upload/cache
album_mod/upload/med_cache
album_mod/upload/wm_cache
cache
ctracker/logs/counter.txt
ctracker/logs/logfile_flood.txt
ctracker/logs/logfile_proxy.txt
ctracker/logs/logfile_worms.txt
errors/log/errors.txt
files
files/thumbs
images/avatars
pafiledb/uploads
pafiledb/cache
pafiledb/cache/templates
pafiledb/cache/templates/ca_aphrodite
Set the permission to CHMOD 666 to the following files:
includes/def_themes.php
includes/def_tree.php
includes/def_words.php
Look for "PERMISSIONS" or something similar in your FTP programm and then you should be able to set those permissions.
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
If you want to know more about CHMOD, what it is and how it works, take a look at this site:
http://www.catcode.com/teachmod/index.html
http://www.catcode.com/teachmod/index.html
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
Thank you Tom for your information.
I have seen that all my permissions of those directories and files are wrong !! Very Strange ! In fact the website has run well for three or four months ! without any kind of critical problems, I remember to have made chmod during the first installation as instruction suggests. Why now I have all permissions wrong ?
PS: I have not found error directory, I have build 049 installed, may be your list if for build 058 ?
I have seen that all my permissions of those directories and files are wrong !! Very Strange ! In fact the website has run well for three or four months ! without any kind of critical problems, I remember to have made chmod during the first installation as instruction suggests. Why now I have all permissions wrong ?
PS: I have not found error directory, I have build 049 installed, may be your list if for build 058 ?
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
Yes, error directory is in 058 only.
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
And about includes/functions_categories_hierarchy.PHP
I must came back with this codes
... or I must still to use this codes modified as suggested ?
I must came back with this codes
- define('CACHE_TREE', true);
- //define('CACHE_WORDS', true);
- define('CACHE_THEMES', true);
... or I must still to use this codes modified as suggested ?
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
Sometimes if files are replaced, permissions are reset to default. That could be the reason, why the permissions where wrong.Lucky wrote: [View Post]
If the permissions are correct you should use the regular code:Lucky wrote: [View Post]
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
the permissions in my Web are correct, but under it works it with this code: :( :( :(
Tom wrote: [View Post]
the permissions in my Web are correct, but under it works it with this code: :( :( :(
Subject: Re: Help ! WebSite Doesn't Appear, Blank Page. (Trojan ?)
What errors do you get with the regular code?
Page 2 of 3
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1126s (PHP: 18% SQL: 82%)
SQL queries: 10 - Debug Off - GZIP Enabled