Discussions
Activity
Sign In
How it works
Andrey Podshivalov
Activity
Discussions
6
Comments
1520
Rewrite Module Cannot be checked
the home page is ok. You need to restore .htaceess and tune rewrite rules for your environment
Comment by
Andrey Podshivalov
December 2010
permalink
Rewrite Module Cannot be checked
try to load home page with out .htaccess (rename it)
Comment by
Andrey Podshivalov
December 2010
permalink
Rewrite Module Cannot be checked
Walid wrote on Sun, 26 December 2010 15:31 if yes how to resolve it? just ignore it. Installation wizard allows you do next step.
Comment by
Andrey Podshivalov
December 2010
permalink
Rewrite Module Cannot be checked
hi, rewrite module detection does not work if you are using PHP as CGI.
Comment by
Andrey Podshivalov
December 2010
permalink
INSTALLATION ISSUES
ok, to avoid this error you need to set up the error_reporting in php.ini file: error_reporting = E_ALL & ~E_STRICT
Comment by
Andrey Podshivalov
December 2010
permalink
INSTALLATION ISSUES
hi, could you attach a screenshot of installation first step?
Comment by
Andrey Podshivalov
December 2010
permalink
template
you can try sample template packages from here: http://sourceforge.net/projects/campsite/files/campsite/3.4. 2/ Rename package to backup.tar.gz, put it into backup folder and restore from Backup/Restore manager (Operations - Backup/Restore) …
Comment by
Andrey Podshivalov
December 2010
permalink
template
you can see the manual: http://en.flossmanuals.net/Campsite/Templates http://en.flossmanuals.net/Campsite/TemplateQuickstartGuide
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
That file is from old version (3.2). Please update it. You should use the latest 3.4.3
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
sorry, install_conf.php On Thu, Dec 9, 2010 at 3:19 PM, Sebastian Olsson < campsite-support@lists.sourcefabric.org> wrote: > There is no such file. The directory conf/ has these files: > > > > - configuration.p…
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
ok, then remove it and add the same string in conf/campsite_install.php after string #39 ($ADMIN = ....) On Thu, Dec 9, 2010 at 2:53 PM, Sebastian Olsson < campsite-support@lists.sourcefabric.org> wrote: > It prints nothing. …
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
it's ok, but server returns wrong Location //login.php instead of /admin/login.php Add string echo $ADMIN; exit; before header('Location: /' . $ADMIN . $prefix . 'login.php'); in admin.php script. It should print: ad…
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
It works well with standard apache settings. It seems that apache returns wrong environment variables. Place the test.php file with content. On Thu, Dec 9, 2010 at 12:56 PM, Sebastian Olsson < campsite-support@lists.sourcefabric.org>…
Comment by
Andrey Podshivalov
December 2010
permalink
template and plugins
You can find templates here: http://sourceforge.net/projects/campsite/files/campsite/3.4. 2/ For advertising I suggest using opensource openx ad-server: http://openx.org/advertiser/compare-ad-server-products On Thu, Dec 9, 2010 at 10:31 AM,…
Comment by
Andrey Podshivalov
December 2010
permalink
security code
ok, move campsite source code into root folder 2010/12/8 ali torabi > src="/include/captcha/image.php" >
Comment by
Andrey Podshivalov
December 2010
permalink
security code
check the image link in the html code of the comment form On Wed, Dec 8, 2010 at 7:48 PM, ali torabi < campsite-support@lists.sourcefabric.org> wrote: > your link works. > i saw the random code. > what's wrong in comm…
Comment by
Andrey Podshivalov
December 2010
permalink
security code
Andrey Podshivalov wrote on Wed, 08 December 2010 10:03If captcha is not shown still then check what script says: http://yoursitename/include/captcha/image.php
Comment by
Andrey Podshivalov
December 2010
permalink
security code
You should enable commens in the article type http://en.flossmanuals.net/Campsite/ArticleTypes On Wed, Dec 8, 2010 at 8:54 AM, ali torabi < campsite-support@lists.sourcefabric.org> wrote: > hi > > please help me > why…
Comment by
Andrey Podshivalov
December 2010
permalink
need a complete answer
Please more details. On Wed, Dec 8, 2010 at 8:21 AM, ali torabi < campsite-support@lists.sourcefabric.org> wrote: > i can't enter to my administrator part, what is the problem? > >
Comment by
Andrey Podshivalov
December 2010
permalink
need a complete answer
Look at http://en.flossmanuals.net/Campsite/CreatingAPublication
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
ok, then try /chinaworker.info/admin.php and /chinaworker.info/index.php
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
you forgot to remove RewriteBase On Tue, Dec 7, 2010 at 8:38 PM, Sebastian Olsson < campsite-support@lists.sourcefabric.org> wrote: > It makes no difference. I still get http://login.php when I try to go > to the admin pages. …
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
RewriteBase is wrong way. Any subfolder script won't be working. Try to add the slashes before index and admin scripts in .htaccess: RewriteRule . /index.php [L]andRewriteRule . /admin.php [L]
Comment by
Andrey Podshivalov
December 2010
permalink
incorrect campsite path in Apache 2.2
hi Sebastian, apache 2.2 works well with default .htaccess. Demo site is running on 2.2: http://campsite-demo.sourcefabric.org/ But in your case this is a rewrite issue of the shared hosting. I see the wrong way for index files: /www/webv…
Comment by
Andrey Podshivalov
December 2010
permalink
help me
Please check http://forum.sourcefabric.org/index.php/mv/msg/3080/8135/#ms g_8135
Comment by
Andrey Podshivalov
December 2010
permalink
Strange Image upload problem
it should be resolved by command:sudo chown -R www-data:www-data /var/www/html/site
Comment by
Andrey Podshivalov
December 2010
permalink
New name for the universal list
Another options: Navigation (Article navigation) View(s) (Article views) Explorer (Article explorer)
Comment by
Andrey Podshivalov
December 2010
permalink
Mobile browser templates and detection
Mugur Rus wrote on Wed, 01 December 2010 11:27 "disadvantage: the caching might get confused by this (would it?)." The new cache certainly would get confused because it's caching pages - the final output - per URL. And now you…
Comment by
Andrey Podshivalov
December 2010
permalink
Problems after installation
Quote:The site alias 'localhost' was not assigned to a publication. Please create a publication and assign it the current site alias. It should be if you haven't installed demo data. You need to make a publication and assign localho…
Comment by
Andrey Podshivalov
November 2010
permalink
Undocumented features in System Preferences page
looks like a bug. I need to fix it.
Comment by
Andrey Podshivalov
November 2010
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Stop following
About
Username
Andrey Podshivalov
Joined
April 2010
Visits
0
Last Active
December 2017
Roles
Member, Administrator, Sourcefabric Team
Posts
1,526
Friends
Followed by 13 people
My Badges
Total Points: 105
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339