•  

Forum

Moderated by:
Forum: General
Post Reply in Topic: install issues
Go to: OpenPHPnuke International Support Forum Index


About posting: Anonymous users can post new topics and replies in this forum.
Nickname:
Message Icon:
                                                                                                                       

more...


HTML : On
BBCode : On
 
BoldItalicUnderlineStrike|SuperscriptSubscriptTypewriterMarquee|Preformatted TextLeft AlignCenteredRight AlignJustify|Horizontal Line
Insert PictureInsert EmailaddressInsert LinkInsert WikipediatermInsert Wikibookterm|Insert QuoteInsert Code|Insert unordered ListInsert ordered ListInsert Listitem|Insert DefintionlistInsert DefinitiontermInsert Defintion|Insert TableInsert TablerowInsert Tablecol|Smilies show/hide
 
Options:







 
Security Code
Security Code
reload

Topic Review

Author
anonymous
Unregistered User
install issues

Posted: 2006-07-14 09:12

Hi,

this is a small bug.
Please open the mainfile.php and insert your complete path in $dbname = 'opn.db';

If your path in e.g. like /var/www/virtual/home.netz/htdocs/ then you have to change to $dbname =/var/www/virtual/home.netz/htdocs/opn.db;

I hope it will work.

//Stephan


Quote Printer friendly page upwards
anonymous
Unregistered User
install issues

Posted: 2006-07-11 19:29

ok two issues:

1) When clicking on the download link and selecting the package I want (I have tried .6 .5 and .4) none of them work. They goto the german site and it says that the file does not exist.

So finally I find it on source forge. Great so I install.

2) I choose sqlite for my database as my web server's mysql server is slower than mollassas. First error is
Undefined variable: root_path_datasave...
ok no problem...simple php fix. I wrap it with an isset and continue with my install.
Install completes and then I try to goto admin.php and get re-directed to index.php. Ok I say, I try loging in and then I get the following errors:

WARNING [8] Undefined index: opn_url
FOUND IN [d:testhtmlopn2htmlclassenginefc_engine.php]
FOUND AT 121
SQL-ERROR [256] sqlite error: [1: SQL logic error or missing database] in EXECUTE("SELECT number FROM opn_opn_privat_donotchangeoruse WHERE opnupdate='storeuid'")
FOUND IN [d:testhtmlopn2htmlincludeopndb-errorhandler.php]
FOUND AT 208
WARNING [8] Undefined index: opn_exception_register
FOUND IN [d:testhtmlopn2htmlclassenginefc_engine.php]
FOUND AT 134
SQL-ERROR [256] sqlite error: [1: SQL logic error or missing database] in EXECUTE("SELECT id, exception_name, exception_point, function_name, function_file FROM WHERE ( (function_name'') AND (exception_name'') )")
FOUND IN [d:testhtmlopn2htmlincludeopndb-errorhandler.php]
FOUND AT 208

Notice: Undefined index: encodeurl in d:testhtmlopn2htmlclassclass.errorhandler.php on line 45

Notice: Undefined index: opn_use_coredevdebug in d:testhtmlopn2htmlclassclass.errorhandler.php on line 65

Notice: Undefined index: opn_error_log in d:testhtmlopn2htmlclassclass.errorhandler.php on line 98

Fatal error: sqlite error: [1: SQL logic error or missing database] in EXECUTE("SELECT COUNT(error_id) AS counter FROM ") in d:testhtmlopn2htmlincludeopndb-errorhandler.php on line 208

Now I'm confused. Webserver settings are:
Apache 1.3.34
php 5.0.5
Sqlite bundled with php 5.0.5

Any ideas?


Quote Printer friendly page upwards
 
Page took 0.06856 seconds to load