Black screen on Ste...
 
Notifications
Clear all

Black screen on Step 2 of New Install

19 Posts
4 Users
0 Reactions
3,426 Views
(@jennyp)
Posts: 14
Active Member
Topic starter
 

URL to your eFiction:  http://www.phlick.us/stories
Version of eFiction:  3.0
Have you bridged eFiction, if so with what?:  No
Version of PHP:  5.0.4 can be found out from your host
Version of MySQL:  4.1.20 can be found out from your host
Have you searched for your problem:  Yes, but none of the solutions have worked. (yes/no)
If so, what terms did you try:  black screen after install, blank screen, black screen
State the nature of your problem: I tried to do the install but after filling in the settings and clicking to go to next step it came up with a black screen.  There is no information in the database from the install yet, only the config.php has been written to.  I have checked my database connection and deleted everything for a fresh install but have had no success. Copy and paste any errors you are receiving.
Do you have a test account for us?  No


 
Posted : 09/12/2008 7:44 pm
 Elle
(@jenny)
Posts: 594
Honorable Member
 

I'm getting a:

_FATALERRORQuery: SELECT * FROM fanfiction_settings WHERE sitekey = 'nggdS8y2vj'
Error: (1146) Table 'stories.fanfiction_settings' doesn't exist

Did you edit anything?


archive: dramione.org
site: accio.nu

Available for skin/mod commission! 🙂

 
Posted : 10/12/2008 12:30 pm
(@jennyp)
Posts: 14
Active Member
Topic starter
 

No I didn't...remember I only got pass the writing of the configuration file not the writing to the database.  So the table:  stories.fanfiction_settings doesn't exist.  I get a black blank screen on the rest of the install. 🙁


 
Posted : 11/12/2008 12:30 am
(@jennyp)
Posts: 14
Active Member
Topic starter
 

Ok I have repeated the installs over again this time I took a portion out of my error logs...maybe somebody can figure out what is going on.

client **...**] PHP Warning: main(version.php) [<a href="'function.main'>function.main</a>"]: failed to open stream: Operation not permitted in /var/www/vhosts/phlick.us/httpdocs/stories/install/languages/en.php on line 2, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Warning: main() [<a href="'function.include'>function.include</a>"]: Failed opening 'version.php' for inclusion (include_path='.:.:.:') in /var/www/vhosts/phlick.us/httpdocs/stories/install/languages/en.php on line 2, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Constant _CONTINUE already defined in /var/www/vhosts/phlick.us/httpdocs/stories/install/languages/en.php on line 47, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: version in /var/www/vhosts/phlick.us/httpdocs/stories/install/languages/en.php on line 124, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: version in /var/www/vhosts/phlick.us/httpdocs/stories/install/languages/en.php on line 140, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Warning: main() [<a href="'function.main'>function.main</a>"]: open_basedir restriction in effect. File(/includes/dbfunctions.php) is not within the allowed path(s): (/var/www/vhosts/phlick.us/httpdocs:/tmp) in /var/www/vhosts/phlick.us/httpdocs/stories/config.php on line 9, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Warning: main(includes/dbfunctions.php) [<a href="'function.main'>function.main</a>"]: failed to open stream: Operation not permitted in /var/www/vhosts/phlick.us/httpdocs/stories/config.php on line 9, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Warning: main() [<a href="'function.include'>function.include</a>"]: Failed opening 'includes/dbfunctions.php' for inclusion (include_path='.:.:.:') in /var/www/vhosts/phlick.us/httpdocs/stories/config.php on line 9, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**8] PHP Fatal error: Call to undefined function dbconnect() in /var/www/vhosts/phlick.us/httpdocs/stories/config.php on line 10, referer: http://www.phlick.us/stories/install/install.php?step=1


 
Posted : 11/12/2008 1:01 am
(@becca)
Posts: 553
Honorable Member
 

Try this:
https://efiction.org/forums/index.php?topic=6700.0


 
Posted : 11/12/2008 7:33 am
(@jennyp)
Posts: 14
Active Member
Topic starter
 

Tried it and tried to do a fresh install with a cleared database and config.php still nothing.  Here is the error log again after the latest attempts.

client **...**] PHP Warning: main() [<a href="'function.main'>function.main</a>"]: open_basedir restriction in effect. File(/includes/dbfunctions.php) is not within the allowed path(s): (/var/www/vhosts/phlick.us/httpdocs:/tmp) in /var/www/vhosts/phlick.us/httpdocs/stories/config.php on line 9, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Warning: main(includes/dbfunctions.php) [<a href="'function.main'>function.main</a>"]: failed to open stream: Operation not permitted in /var/www/vhosts/phlick.us/httpdocs/stories/config.php on line 9, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Warning: main() [<a href="'function.include'>function.include</a>"]: Failed opening 'includes/dbfunctions.php' for inclusion (include_path='.:.:.:') in /var/www/vhosts/phlick.us/httpdocs/stories/config.php on line 9, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Fatal error: Call to undefined function dbconnect() in /var/www/vhosts/phlick.us/httpdocs/stories/config.php on line 10, referer: http://www.phlick.us/stories/install/install.php?step=1

You think if I move dbfunctions.php to the install languages folder it will work???  Seems to look like I got some kind of issue with PHP.


 
Posted : 11/12/2008 10:30 pm
(@jennyp)
Posts: 14
Active Member
Topic starter
 

Ok moved the dbfunctions.php to the languages folder...uggh I am starting to think i should find another host or something...here is the caption for the log now.

[client **...**] PHP Notice: Undefined variable: version in /var/www/vhosts/phlick.us/httpdocs/stories/install/install.php on line 63, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: allowed_tags in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 26, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: recentdays in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 136, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 164, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 166, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 166, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 166, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 168, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 221, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 222, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 230, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 230, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 230, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: multiplecats in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 247, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 249, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 254, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 255, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 255, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 255, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: minwords in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 262, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: maxwords in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 262, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: action in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 295, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 301, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 302, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: pwdsetting in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 303, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: imagewidth in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 318, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: imageheight in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 318, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 339, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 340, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 368, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 369, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 369, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 399, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 399, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 399, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 400, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 400, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en.php on line 400, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en_admin.php on line 203, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en_admin.php on line 203, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Undefined variable: version in /var/www/vhosts/phlick.us/httpdocs/stories/languages/en_admin.php on line 207, referer: http://www.phlick.us/stories/install/install.php?step=1
[client **...**] PHP Notice: Constant _CONTINUE already defined in /var/www/vhosts/phlick.us/httpdocs/stories/install/languages/en.php on line 47, referer: http://www.phlick.us/stories/install/install.php?step=1


 
Posted : 11/12/2008 10:36 pm
(@becca)
Posts: 553
Honorable Member
 

It looks like its saying that safe_mode is on (open_basedir). Is everything CHMODed correctly? Your config.php file needs to be CHMODed to 777 in order for it to be written properly by the script. Also because safe mode is on you need to have your stories stored in the database (you can see this wiki article for more info) If you were selecting a folder, then it will not work. So in your install if you change the settings to store your stories in your database, that may fix the problem. Let us know what happens.

No, moving dbfunctions.php is not the correct file. I suggest putting everything back the way it was, with the exception of the file I mentioned in the other post.


 
Posted : 11/12/2008 10:39 pm
(@jennyp)
Posts: 14
Active Member
Topic starter
 

I emailed support at the hosting provider and they said the local safemode is off but the master safemode is on...would this still prevent the script from creating the directories???

Here is the PHP info:  http://www.phlick.us/phpinfo.php

Thanks

JennyP


 
Posted : 17/12/2008 2:33 am
(@becca)
Posts: 553
Honorable Member
 

First off did you move dbfunctions.php back to where it was originally? And copy (not move) the correct file (version.php) to the location listed in the topic I posted?
Second, you need to have your settings correct. You don't need eFiction to create directories. You misunderstood/misread. eFiction can still run with Safe Mode if you read what I posted.


 
Posted : 17/12/2008 11:24 am
(@jennyp)
Posts: 14
Active Member
Topic starter
 

Yes I removed everything entirely and started over from scratch.  So all files are back where they started.  Yes I copied the version.php to the location in the topic.  I reviewed my settings and tried to correct them to write to a mysql database but that wouldn't work either.  It is something in the install because it will never write to the mysql database with the tables.


 
Posted : 17/12/2008 5:32 pm
(@becca)
Posts: 553
Honorable Member
 

Are you using the right mysql database name, username and password? You could try running the SQL queries manually, they're in the /docs folder.


 
Posted : 18/12/2008 5:54 pm
(@jennyp)
Posts: 14
Active Member
Topic starter
 

I have tried that and will try again and post the results here so you can see the errors I got.


 
Posted : 21/12/2008 11:15 pm
(@jennyp)
Posts: 14
Active Member
Topic starter
 

Ok I started from scratch with a fresh directory and mysql database...i followed the instructions to the letter still got the black screen on step 2...so I then went to the docs folder and ran the tables.sql...am i suppose to run all the sql folders???  Getting errors when I try to run the rest of them...is there a certain order to run them???


 
Posted : 22/12/2008 8:34 am
(@jennyp)
Posts: 14
Active Member
Topic starter
 

Here is the error log:

client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 230
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 230
[client 75.169.153.249] PHP Notice: Undefined variable: multiplecats in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 247
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 249
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 254
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 255
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 255
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 255
[client 75.169.153.249] PHP Notice: Undefined variable: minwords in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 262
[client 75.169.153.249] PHP Notice: Undefined variable: maxwords in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 262
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 301
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 302
[client 75.169.153.249] PHP Notice: Undefined variable: pwdsetting in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 303
[client 75.169.153.249] PHP Notice: Undefined variable: imagewidth in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 318
[client 75.169.153.249] PHP Notice: Undefined variable: imageheight in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 318
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 339
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 340
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 368
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 369
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 369
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 399
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 399
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 399
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 400
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 400
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 400
[client 75.169.153.249] PHP Notice: Undefined variable: version in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 141
[client 75.169.153.249] PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 88
[client 75.169.153.249] PHP Notice: Undefined variable: displaycolumns in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 94
[client 75.169.153.249] PHP Notice: Undefined variable: words in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 95
[client 75.169.153.249] PHP Notice: Undefined variable: skin in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 98
[client 75.169.153.249] PHP Notice: Undefined variable: language in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 105
[client 75.169.153.249] PHP Notice: Undefined variable: allowed_tags in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 26
[client 75.169.153.249] PHP Notice: Undefined variable: recentdays in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 136
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 164
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 166
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 166
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 166
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 168
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 221
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 222
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 230
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 230
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 230
[client 75.169.153.249] PHP Notice: Undefined variable: multiplecats in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 247
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 249
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 254
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 255
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 255
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 255
[client 75.169.153.249] PHP Notice: Undefined variable: minwords in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 262
[client 75.169.153.249] PHP Notice: Undefined variable: maxwords in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 262
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 301
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 302
[client 75.169.153.249] PHP Notice: Undefined variable: pwdsetting in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 303
[client 75.169.153.249] PHP Notice: Undefined variable: imagewidth in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 318
[client 75.169.153.249] PHP Notice: Undefined variable: imageheight in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 318
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 339
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 340
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 368
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 369
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 369
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 399
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 399
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 399
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 400
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 400
[client 75.169.153.249] PHP Notice: Undefined variable: url in /var/www/vhosts/phlick.us/httpdocs/realm/languages/en.php on line 400
[client 75.169.153.249] PHP Notice: Undefined variable: version in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 141
[client 75.169.153.249] PHP Notice: Undefined offset: 1 in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 146
[client 75.169.153.249] PHP Notice: Undefined variable: maintenance in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 159
[client 75.169.153.249] PHP Notice: Undefined variable: language in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 178
[client 75.169.153.249] PHP Notice: Undefined variable: defaultsort in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 188
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 218
[client 75.169.153.249] PHP Notice: Undefined variable: slogan in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 218
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/header.php on line 224
[client 75.169.153.249] PHP Notice: Undefined variable: skin in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 146
[client 75.169.153.249] PHP Notice: Undefined variable: skin in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 146
[client 75.169.153.249] PHP Notice: Undefined index: header in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 701
[client 75.169.153.249] PHP Notice: Undefined index: header in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 701
[client 75.169.153.249] PHP Notice: Undefined index: in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 701
[client 75.169.153.249] PHP Notice: Undefined index: header in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 706
[client 75.169.153.249] PHP Notice: Undefined index: header in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 713
[client 75.169.153.249] PHP Notice: Undefined variable: sitename in /var/www/vhosts/phlick.us/httpdocs/realm/includes/pagesetup.php on line 87
[client 75.169.153.249] PHP Notice: Undefined variable: slogan in /var/www/vhosts/phlick.us/httpdocs/realm/includes/pagesetup.php on line 88
[client 75.169.153.249] PHP Notice: Undefined variable: pagelinks in /var/www/vhosts/phlick.us/httpdocs/realm/includes/pagesetup.php on line 92
[client 75.169.153.249] PHP Notice: Undefined index: footer in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 701
[client 75.169.153.249] PHP Notice: Undefined index: footer in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 701
[client 75.169.153.249] PHP Notice: Undefined index: in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 701
[client 75.169.153.249] PHP Notice: Undefined index: footer in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 706
[client 75.169.153.249] PHP Notice: Undefined index: footer in /var/www/vhosts/phlick.us/httpdocs/realm/includes/class.TemplatePower.inc.php on line 713
[client 75.169.153.249] PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/phlick.us/httpdocs/realm/includes/pagesetup.php on line 101
[client 75.169.153.249] PHP Notice: Undefined variable: title in /var/www/vhosts/phlick.us/httpdocs/realm/maintenance.php on line 34
[Mon Dec 22 07:30:20 2008] [error] [client 75.169.153.249] File does not exist: /var/www/vhosts/phlick.us/httpdocs/realm/skins/style.css, referer: http://www.phlick.us/realm/maintenance.php


 
Posted : 22/12/2008 8:37 am
Page 1 / 2
Share: