-
Hi.. I've tried to install ArtSys in my local server and webserver but I always get the error below.
Warning: require_once(/home/a7479232/public_html\include/globals.php) [function.require-once]: failed to open stream: No such file or directory in /home/a7479232/public_html/public/index.php on line 21
PHP Error Message
Fatal error: require_once() [function.require]: Failed opening...
2008-07-07 10:25:23 UTC by schnydszch
-
root/artadmin
not wrkin g
any idea?.
2007-05-26 22:12:13 UTC by babulgogoi
-
I installed Article System on my local server for testing purposes. I'm using Apache 1.3 as the server and phpmyadmin2.57.
I use the "SQL Query" in phpmyadmin to upload the files.
I am having problem uploading asys.mysql. I keep getting this error:
--------------------------
Error
SQL-query :
--
--...
2005-07-15 06:23:10 UTC by guest200
-
After publishing an issue with 02 articles... and in client mode... when I browse click on this issue in the menu list, I got this message on the top of the window:
Notice: Undefined offset: 0 in /wwwroot/ip46/artsys/include/classes/db_entities/class.db_images.php on line 78
I use Firefox v1.0.4
Thanks,
mson77.
2005-07-05 17:05:24 UTC by mson77
-
Hi varlam,
sorry for my late response. I understand that this problem is not trivial without looking into the internals for too long.
Try changing the assignment line to:
$menu_articles = $client->agroups->get_articles ($menu['id'], 'A.id, A.title, A.menu_title, A.issue, U.name, A.preview, A.published_on, I.aorder', 'ORDER by G.gorder');
Jan.
2005-06-20 07:07:13 UTC by hnilek
-
This is great script.
I would like to ask how to modify default order for the display in menu group.
here is the excerpt from index.php file :
$menu = $client->agroups->get_by ('name', 'menu');
$menu_articles = $client->agroups->get_articles ($menu['id']);
// first two articles in the menu
$MENU_ARTICLES_BEFORE = array_slice ($menu_articles, 0, 2);
// last articles in...
2005-06-14 11:48:54 UTC by varlam
-
Published issues should be visible in he menu. Published articles need to be inserted into the 'menu' group if you didn't change the code of the public website, which you're strongly encouraged to do.
2005-04-08 22:10:56 UTC by hnilek
-
I get the messages:
Failure: initial article missing
Failure: no published articles or no authorization ...
even after publishing articles and issues. I have to change to /artsys/public/index.php?req=issue in order to see the published issue.
Is this a bug or just normal activity?.
2005-04-06 13:03:48 UTC by zupac
-
WOHOO!!
Thanks alot!
I hope this software is as good as it look =)
I'll keep you posted and you can put our link in the "sites"-list when I'm done.
Maybe you could make it clear in the doc that it's the "absolute path" or "local path", so that morons like me can understand too ;)
/Fredrik.
2005-03-24 13:27:33 UTC by tribaliztic
-
Well, you're on windows, so I guess:
c:\wwwroot\forum\artsys\public
I believe that PHP on windows doesn't take normal slashes, you must use backslahes.
Jan.
2005-03-24 13:17:59 UTC by hnilek