I have followed all the installation instructions. I
have my server seeing my pmm installation, and I have
listed where in my Apache File structure it is. I can
get in and all my permissions errors have been taken
care of with simple chmoding. However every time I go
into newsdb I just get a blank white screen. I can't
get anything but. I even downgraded to php 4.something
because I saw that you list only packages prior to 4.??
as viable. I had php5 installed. I would much prefer
to have it installed on my system as I know it fixed a
lot of long term problems with the language.
Logged In: YES
user_id=566760
It looks like you may be doing some mapping, aliasing,
redirecting or something with Apache. You URL is
http://localhost/pmm-cms/news.php, but the file path is in
C:\wamp\www\pmm-cms\NewsCMS\news.php. That may cause a
hiccup, as the install_directory value wants you to use the
same path from the root for both the URL and file path in
pmm-cms.
However, the quick fix may be to leave the
$install_directory as it is, but then set the INSTALL_DIR
constant further down in the config file to the absolute
file path in which pmm-cms is installed
(C:\wamp\www\pmm-cms\NewsCMS, instead of
$_SERVER['DOCUMENT_ROOT'].$install_directory).
So, to summarize, try changing line 34 in the config.php
file so it is:
define('INSTALL_DIR', 'C:\wamp\www\pmm-cms\NewsCMS\news.php');
Let me know if that helps, and if it generates another
error, please feel free to send me another JPG of the error
message. Alternatively, you can send the error message in
text format.
Logged In: YES
user_id=566760
Ignore the last comment by me. Was intended for a different
support request...duh.
Logged In: YES
user_id=566760
Has this issue been resolved?