-
I see the following error reports on every page and wonder if there is anything I can do to fix them or if they just indicate a missing service on my host.
Warning: main(themes/default-hori.js) [function.main]: failed to open stream: No such file or directory in /home/*******************/index.php on line 164
Warning: main(themes/default-hori.js) [function.main]: failed to open stream: No...
2007-02-18 09:45:51 UTC in Simple Browser Proxy
-
Unfortunately I'd already tried the simple and obvious approaches such as the one suggested above...didn't work. I got to the point where an error in line 31 of the install.php script was reported...checked and found this to be calling DB.php...missing from the install directory so I dug it out of the extlib directory and copied it to the install directory...this got me a little further...but...
2007-01-27 16:14:28 UTC in rbook
-
I have the same problem...it exists because of the way rbook's installer is constructed. I really wish the developer would drop the idea of having the installation script set up the database and instead just offer a MySQL dump and allow users to upload it, via phpMyAdmin or whatever their host provides, like so many other, easy to install, projects do. Many hosts don't allow the kind of database.
2007-01-01 15:27:14 UTC in rbook
-
Welcome jw501, sorry you've had a problem.
You appear to be trying to add as a feed something that isn't an RSS feed and thus Lylina won't accept it...if you try to load http://them.org/index.rdf in your browser it will return a 404 error code (file not found) not feed details.
This isn't a problem with Lylina, Lylina is doing what it should do when asked to use as a feed something that...
2006-12-30 20:21:57 UTC in lylina rss/atom aggregator
-
Paul,
I did a completely fresh install not an upgrade.
startpage-create.php showed no errors.
Tables as follows:
categories, links, users, variables.
version = 2
It all looks to be OK and having put back index.php as it was I now don't get an error so goodness knows why I did earlier...computers can be like that sometimes I suppose. Given that the problem doesn't even...
2006-12-29 11:42:59 UTC in PHP Startpage
-
I got an error regarding incorrect MySQL version, tracked the code down to an entry in the index.php where you check for the version...couldn't see why the database I had wouldn't be OK so hashed out your version check...all works fine. Perhaps you might consider stating far more clearly/obviously/visibly what the MySQL version requirements are for this script if only to save users problems and...
2006-12-28 11:47:42 UTC in PHP Startpage
-
Thank you Robert!
This link gives you all the php configuration data http://php.dreamhosters.com/php4-cgi/
As you will see it isn't that bad but there are quite a few things turned off too. I'd guess that it would turn out to be fairly representative of most shared hosting so I hope it will be of help to you.
$_SESSION has some support but by no means full support.
I do hope...
2006-12-21 00:25:08 UTC in LeafRSS
-
I've found the reason behind my problem but no actual solution as such...in an earlier reply I said that my host runs php as cgi and that I thought that to be a non-issue...I was wrong. www-Authenticate won't hook properly if php is run as cgi.
My host cites the following reasons for their decision to opt to run php as cgi:
"The main reason that Dreamhost uses PHP-CGI is that running.
2006-12-20 12:24:32 UTC in LeafRSS
-
I've been doing a little more to isolate the problem...I hashed out all of your www-Authenticate coding from inc/auth.php so as to allow any user access to the admin panel and with that done all seemed to be OK showing that (I think) the problem is only in the www-Authenticate area. I've set the admin with:
username = admin
password = admin
...and reverted it back to your auth.php file.
2006-12-20 11:43:37 UTC in LeafRSS
-
Firstly thank you for your swift, friendly and helpful reply Robert.
I had already tried four browsers to see if that was related to the problem...specifically I.E. (v6), Opera (v9.10), Firefox (v2.01) and K-Meleon (v1.02)...choice of browser doesn't seem to make any difference.
I did indeed use phpMyAdmin to inspect the database, saw that my password was encrypted, realised that it...
2006-12-20 01:22:34 UTC in LeafRSS