Hi, am trying to install RADRIA on a system where I installed XAMPP. To be honest I am in a learning process because I do not know much about APACHE and PHP and the terminology used with these two products. My problem is that I do not know where to unzip the RADRIA . On my PC the XAMPP is the C:/XAMMP and in this directoty ther as are th efollowing folders PHP, APACHE,MYSQL,PERL, install and htdoc and many more folders,. I unzipped the RADRIA in this folder but now I am stuck , in the folder htdoc there is a index.php file allready !! so I need help. Can somebody tell me where to put the RADRIA folder and where I have to put the index.php file? Thanks Gianni
Fllow-up: I have unzipped to C:\XAPP\RADRIA-0.8.4 renamed to radria and then I execute this from the browser - http://www.localhost.com/radria/sitemanager/install.php/ - nothing happens, blank screen Note that XAMPP work fine so PHPMyAdmin Gianni
follow-up 2 please, disregard the previous follow-up, I get this:
---------------------------- Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster. Error 404 localhost 9/22/2009 12:49:21 PM Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 ------------
I got it running!! I modified the APACHE conf file with this additions:
1) added :Alias /sitemanager/ "C:/xampp/radria/SiteManager/" #set the alias sitemanager to the directory where install.php resides. 2) added: <Directory "C:/xampp/radria/SiteManager/"> AllowOverride all Order allow,deny Allow from all </Directory> # sett permission to the directory to allow from all with allowoverride to all this last entry was request by the installer to process .htaccess file # I do not know this command yet
Restart the apache server and the type http//localhost/sitemanager/install.php and the process starts. If I did something wrong that endanger the server security please let me know. Gianni
I had to add this lines in the APACHE config file:
<Directory "C:/xampp/radria"> AllowOverride all </Directory> to make apache execute the .htaccess files,also to enable cURL I had to uncomment extension=php_curl.dll in your php.ini file in the /apache/bin/php.ini file.
now I can created a project p1,the project creates a folder --- p1 --- in the folderC:\xampp\radria, but when I try to execute pagebuider it loads this page -- http://localhost/p1/pagebuilder.php --- and I get this : ============================ Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
I tried this : 1) added --Alias /p1/ "C:/xampp/radria" 2) added -- <Directory "C:\xampp\radria\p1"> AllowOverride all Order allow,deny Allow from all </Directory> ---- result: this message is returned when I click on page builder
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster. Error 403 localhost 9/28/2009 11:20:34 AM Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
This may help, If I click webIDE thepage requested is --http://localhost/webide/-- the response is--- object not found!--- if click Projectprewiev the page is --http://localhost/p1/index.php- respnse ----access forbidden-- sql designer goes to ---http://localhost/sitemanager/package.php--- response --access forbidden-- clicking LOGS the page is ---http://localhost/sitemanager/package.php--- and the page displayed is Log display which I thing works for pagebuider see previous message.
my mistake, Alias shoul have p1 at the end Alias /p1/ "C:/xampp/radria/p1" prewiev project, sitecreator and sqlDesigner are working. my question now is: do I have to add the alias for every project I make ? or there is a .htaccess file that I do not reach? Gianni
I am having these messages when I run page builder,
Warning: The magic method __isset() must have public visibility and cannot be static in C:\xampp\htdocs\radria\RadriaCore\class\DataObject.class.php on line 194
Warning: The magic method __unset() must have public visibility and cannot be static in C:\xampp\htdocs\radria\RadriaCore\class\DataObject.class.php on line 198
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\radria\RadriaCore\class\DataObject.class.php:194) in C:\xampp\htdocs\radria\ptest1\config.php on line 54
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\radria\RadriaCore\class\DataObject.class.php:194) in C:\xampp\htdocs\radria\ptest1\includes\i18n.postconf.inc.php on line 12
The problem could be that I have php5.3 is this the case ? Gianni
XAMPP is a free and open source cross-platform web server package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages. XAMPP requires only one zip, tar or exe file to be downloaded and run, and little or no configuration of the various components that make up the web server is required. XAMPP is regularly updated to incorporate the latest releases of Apache/MySQL/PHP and Perl. It also comes with a number of other modules including OpenSSL and phpMyAdmin. Installing XAMPP takes less time than installing each of its components separately. Self-contained, multiple instances of XAMPP can exist on a single computer, and any given instance can be copied from one computer to another. It is offered in both a full, standard version and a smaller version. Add-on extension modules also are available for free.