 |
 |
 |
 |
 |
| Author |
Message |
one2web
Joined: 31 May 2008 Posts: 1
|
|
Stories posting to wrong directory |
|
Just installed script using mysql version.
Any stories I create are being created in the incorrect directory and are not displaying..
My script is located at /contentlocal/
Stories are being created in /contentlocal/example/
Settings are ;
Path for script : contentlocal/
Page for news : contentlocal/news.php
Also, any help on using templates in english ? .. the help sections are only in russian..
|
|
| Sat May 31, 2008 4:31 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1955 Location: US |
|
|
|
Where did you install cnr? For example, say I owned bigpillowknife.com... I would install cnr at www.bigpillowknife.com/admin and my include code on www.bigpillowkinfe.com/index.php would look like this:
 |  | <?php
$include("admin/show_news.php");
?> |
and this is because show_news.php lies in www.bigpillowknife.com/admin/show_news.php
 |  | Settings are ;
Path for script : contentlocal/
Page for news : contentlocal/news.php |
I'm not sure what these settings mean but in system settings if I owned bigpillowknife.com I would want my Path to System Settings to look like this:
http://www.bigpillowknife.com/view.php
Then on view.php I would put my layout and include show_news.php something like this:
 |  | <?php include("header.php"); ?>
<?php
include("admin/show_news.php");
?>
<?php include("footer.php");
?> |
 |  | Also, any help on using templates in english ? .. the help sections are only in russian.. |
www.scottdizzle.com/admin/readme.html
_________________ www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me  |
|
| Mon Jun 02, 2008 7:56 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|