Forum

MamboHacks.com => Mambo-SMF Integration 1.2.0 Support => Topic started by: Wil on March 30, 2005, 12:11:42 PM



Title: errors in backend
Post by: Wil on March 30, 2005, 12:11:42 PM
I've installed 1.2.0 on my locale testarea,  two things. By synchronise the versions aftherwards Powered by SMF 1.0.3 for Mambo is showing in the showing instead of 1.2.0?

The other thing are errors when viewing the config in the backend:
Warning: touch() [function.touch]: Unable to create file index2.php?option=com_rss&feed=RSS1.0&no_html=ss1 because Invalid argument in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 21

Warning: chmod() [function.chmod]: Invalid argument in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 22

Warning: filemtime() [function.filemtime]: stat failed for index2.php?option=com_rss&feed=RSS1.0&no_html=ss1 in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 34

Warning: fopen(index2.php?option=com_rss&feed=RSS1.0&no_html=ss1) [function.fopen]: failed to open stream: Invalid argument in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 44

Warning: fwrite(): supplied argument is not a valid stream resource in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 45

Warning: fclose(): supplied argument is not a valid stream resource in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 46

Warning: fopen(index2.php?option=com_rss&feed=RSS1.0&no_html=ss1) [function.fopen]: failed to open stream: Invalid argument in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 64

Warning: filesize() [function.filesize]: stat failed for index2.php?option=com_rss&feed=RSS1.0&no_html=ss1 in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 66

Warning: fread(): supplied argument is not a valid stream resource in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 66

Warning: fclose(): supplied argument is not a valid stream resource in C:\apachefriends2\xampp\xampp\xampp\htdocs\mambo451a\administrator\components\com_smf\rdf.php on line 67

But everything seams to work 100%  ;D

Regards,
Wil


Title: Re: errors in backend
Post by: cowboy on March 30, 2005, 01:00:56 PM
The synchronize shows three versions,
1. SMF version
2. Your component version
3. Latest avaliable component version (live feed where your having issue)

Your RDF is ussue is the same as the previous poster. Both of you are in windows platform where it's not tested. I will test it on my windows asap.

Thanks for the post.


Title: Re: errors in backend
Post by: Goosemoose on March 30, 2005, 06:03:30 PM
I have the errors on a unix box running Fedora Core 1. Though, I was changing variable names to edit it for a second and third forum, though I don't think that's the problem.



Code:
Warning: touch(): Unable to create file mh_mambo_smf_update.rdf because Permission denied in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 21

Warning: chmod(): No such file or directory in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 22

Warning: filemtime(): Stat failed for mh_mambo_smf_update.rdf (errno=2 - No such file or directory) in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 34

Warning: fopen(mh_mambo_smf_update.rdf): failed to open stream: Permission denied in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 44

Warning: fwrite(): supplied argument is not a valid stream resource in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 45

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 46

Warning: fopen(mh_mambo_smf_update.rdf): failed to open stream: No such file or directory in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 64

Warning: filesize(): Stat failed for mh_mambo_smf_update.rdf (errno=2 - No such file or directory) in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 66

Warning: fread(): supplied argument is not a valid stream resource in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 66

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 67


Title: Re: errors in backend
Post by: cowboy on March 30, 2005, 06:28:56 PM
Goosemoose,
---
Warning: touch(): Unable to create file mh_mambo_smf_update.rdf because Permission denied in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 21
---
It's a permission issue. Set the permission of Administrator directory to writable.


Title: Re: errors in backend
Post by: Goosemoose on March 30, 2005, 06:40:36 PM
That did it, thanks. I was trying to change permissions on the admin component dir and the component directory itself.


Title: Re: errors in backend
Post by: trench on March 31, 2005, 02:18:16 AM
yay! That solved my problem in the backend. I thought it was just me! ;D


Title: Re: errors in backend
Post by: cowboy on March 31, 2005, 02:30:32 AM
I made another revision particular to this one.

Instead of the administrator directory, the temp file is now written to Mambo cache directory. It's in 1.2.0-beta2.


Title: Re: errors in backend
Post by: Wil on April 03, 2005, 06:27:44 AM
Still the same warnings on beta3  :-[
But I wait for the final the used on our livessite  :D


Forum | Powered by SMF 1.0.5 & Mambo-SMF.
© 2001-2005, Lewis Media. All Rights Reserved.