Search found 16 matches

by bowyersden
Tue 24. Mar 2009, 14:43
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

conf.inc.php on line 22

Is this right? Earlier I was told to copy it from setup and into config.phpwcms/ as config.inc.php
$phpwcms['DOC_ROOT'] = 'd:\hshome\madduck\bowyers-den.com\setup'; //default: $_SERVER['DOCUMENT_ROOT']// real DOC_ROOT seems to be: 'd:/hshome/madduck/bowyers-den.com/inc ...
by bowyersden
Tue 24. Mar 2009, 14:33
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

OK, I deleted and re-loaded everything. It's not showing errors, but it's blank.

I went through setup and have not deleted the setup folder until I know it works, but I don't think that is it as warnings said you could just get hacked with it still in.

So, where do I go now to fix it and where do ...
by bowyersden
Mon 23. Mar 2009, 15:53
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

OK, I changed over to file-zilla for FTP and I used 7-zip to unpack a new download. I re-uploaded everything (in binary) and moved setup.conf.inc to the specified conf/phpwcms/ as conf.inc and i still get this:

Warning: main(d:/hshome/madduck/bowyers-den.com/setup/include/inc_lib/permissions.class ...
by bowyersden
Sun 22. Mar 2009, 22:18
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

I keep trying to reload the include folder now in binary. I get to this:
nclude/inc_ext/fckeditor/editor/images/smiley/msn/thumbs_up.gif

and the ftp crashes. "The system failed to find specified file"

three times in a row. Any ideas? i was going folder by folder and doing a re-upload now with a ...
by bowyersden
Sun 22. Mar 2009, 10:54
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

I have just been using Windows Extraction Wizard, which extraction program should I get? Is WinZip fine? What do you all recommend?

I edit the files with Microsoft Visual Basic and it opens the files with the line numbers. But yes, Notepad has them all bunched up and I can not read the code like ...
by bowyersden
Sat 21. Mar 2009, 12:15
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

I take it this is on windows... is this running with IIS or apache? The paths depend on the value in $phpwcms['DOC_ROOT'] so perhaps you could insert a bit of debugging code in default.inc.php on line 211 to read the value being used...


// load permissions class
dumpVar('DOC_ROOT: '.$phpwcms ...
by bowyersden
Fri 20. Mar 2009, 20:09
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

i deleted my admin name and password.

Is the root wrong? It looks blank.

// site values
$phpwcms['site'] = 'http://www.bowyers-den.com/';
$phpwcms['admin_name'] = '----------'; //default: Webmaster
$phpwcms['admin_user'] = '----------'; //default: admin
$phpwcms['admin_pass ...
by bowyersden
Fri 20. Mar 2009, 19:41
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

Line 212 says

Code: Select all

require(PHPWCMS_ROOT.'/include/inc_lib/permissions.class.php');
by bowyersden
Fri 20. Mar 2009, 19:34
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

Re: New install code problem

OK, did that and now got this on index.php trying to load.

Warning: main(/include/inc_lib/permissions.class.php) [function.main]: failed to open stream: No such file or directory in d:\hshome\server\my-site.com\include\inc_lib\default.inc.php on line 212

Warning: main(/include/inc_lib/permissions ...
by bowyersden
Fri 20. Mar 2009, 15:04
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 18359

New install code problem

index,php diplays this code

Warning: main(config/phpwcms/conf.inc.php) [function.main]: failed to open stream: No such file or directory in d:\hshome\server\my-site.com\index.php on line 35

Fatal error: main() [function.require]: Failed opening required 'config/phpwcms/conf.inc.php' (include_path ...
by bowyersden
Fri 20. Mar 2009, 13:51
Forum: phpwcms Installation Troubleshooting English
Topic: Database
Replies: 8
Views: 5544

Re: Database

Crashed out on step 3 on setup to a white page.

That was after e-mail settings. I did not setup a php.ini file yet. Is that why is crashed?
EDIT
I used a comma. :oops:
by bowyersden
Fri 20. Mar 2009, 13:45
Forum: phpwcms Installation Troubleshooting English
Topic: Database
Replies: 8
Views: 5544

Re: Database

I check them all and got.
Fine! All initial phpwcms tables were created or still exists.
So it seems to work now.
by bowyersden
Fri 20. Mar 2009, 12:40
Forum: phpwcms Installation Troubleshooting English
Topic: Database
Replies: 8
Views: 5544

Re: Database

nebenaube wrote:Do you have query logs from the database?
Nube here, not sure where they are, if they are there.
by bowyersden
Fri 20. Mar 2009, 12:39
Forum: phpwcms Installation Troubleshooting English
Topic: Database
Replies: 8
Views: 5544

Re: Database

The bold ones are the only ones selected. Do I need to select them all? I did not have to do this for a message board for phpbb3.


Privilege name
grant
lock tables
drop
create routine
create temporary tables
update
create
alter
index
execute
select
alter routine
show view ...
by bowyersden
Thu 19. Mar 2009, 23:30
Forum: phpwcms Installation Troubleshooting English
Topic: Database
Replies: 8
Views: 5544

Re: Database

I got that fixed, Now it wants to create tables, but has an error.

Code: Select all

Errors while creating initial phpwcms tables. Solve it manually:
How is there errors? I did not change anything.