Results 1 to 10 of 14
-
26th Jul 2009, 07:21 PM #1OPMemberWebsite's:
phrozenfilez.comError when updating avatars
On my forum. Evey time a member tries to update there avatar. Either upload one from there computer or from a website they get either one of these messages:
i) Invalid URL
ii) Unable to move/copy file
Why is this?system32 Reviewed by system32 on . Error when updating avatars On my forum. Evey time a member tries to update there avatar. Either upload one from there computer or from a website they get either one of these messages: i) Invalid URL ii) Unable to move/copy file Why is this? Rating: 5
-
26th Jul 2009, 09:30 PM #2MemberWebsite's:
viz0n.net SolidNode.com r00tsecurity.orgCould be a number a reasons... anything in the error_log? Was it previously working and just up and broke? What are the current PHP settings?
******** ▌| SolidNode.com - *QUALITY OFFSHORE* [100+ clients strong]
******** ▌| For official support, please e-mail support@solidnode.com.
******** ▌| We run well managed servers with Basic DDoS Protection.
******** ▌| We also do Server/Site Management/Setup
-
27th Jul 2009, 01:44 AM #3OPMemberWebsite's:
phrozenfilez.comYes it was working before. Where can I check my error_log and PHP settings?
-
27th Jul 2009, 02:37 AM #4MemberWebsite's:
viz0n.net SolidNode.com r00tsecurity.orglook for the file error_log under public_html or where your forum root it. (different hosts have different ways of storing error logs.
(Not necessary, but can help depending on the situation)
Create phpinfo.php and add:
<?php phpinfo(); ?>
If you can find an error_log, what are the permissions of the directories that store the uploaded files?******** ▌| SolidNode.com - *QUALITY OFFSHORE* [100+ clients strong]
******** ▌| For official support, please e-mail support@solidnode.com.
******** ▌| We run well managed servers with Basic DDoS Protection.
******** ▌| We also do Server/Site Management/Setup
-
27th Jul 2009, 03:05 AM #5OPMemberWebsite's:
phrozenfilez.comI found the error_log file but its 65MB. Downloading now, but where do I find permissions of the directories that store uploaded files?
Also, what would you like to know from the phpinfo file?
-
27th Jul 2009, 05:02 AM #6MemberWebsite's:
viz0n.net SolidNode.com r00tsecurity.orgFolders should be chmod 744 for uploads or 777(depends on server setup).
Post the last couple of lines in the error_log******** ▌| SolidNode.com - *QUALITY OFFSHORE* [100+ clients strong]
******** ▌| For official support, please e-mail support@solidnode.com.
******** ▌| We run well managed servers with Basic DDoS Protection.
******** ▌| We also do Server/Site Management/Setup
-
27th Jul 2009, 08:25 AM #7Member
safe mode enabled ?
then create a temp folder in public_html directory and give to 744 or 777 permissions ..
and then select safe mode upload in vBulletin admin cp optionsCoding Horror Fan
I don't read PM's frequently .
-
27th Jul 2009, 03:55 PM #8OPMemberWebsite's:
phrozenfilez.comOk. I have added the temp folder and CHMOD it to 777 permissions. I can upload avatars fine now from my computer, but can not from Enter the URL of the image. I keep getting this message:
Upload failed due to failure writing temporary file
Edit: Here is the last few lines from the error_log:Code:[25-Jun-2009 02:38:23] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening '/404.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /vbseo.php on line 1570 [25-Jul-2009 18:57:06] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/functions_post_thanks.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /class_postbit.php(265) : eval()'d code on line 1 [25-Jul-2009 18:57:08] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/functions_post_thanks.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /class_postbit.php(265) : eval()'d code on line 1 [25-Jul-2009 18:57:21] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/functions_post_thanks.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /class_postbit.php(265) : eval()'d code on line 1 [25-Jul-2009 18:57:21] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/functions_post_thanks.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /class_postbit.php(265) : eval()'d code on line 1 [25-Jul-2009 19:21:29] PHP Warning: require_once() [<a href='function.require-once'>function.require-once</a>]: Unable to access /hclass_core.php in /init.php on line 45 [25-Jul-2009 19:21:29] PHP Warning: require_once(/class_core.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /init.php on line 45 [25-Jul-2009 19:21:29] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/class_core.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /init.php on line 45 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include-once'>function.include-once</a>]: Unable to access /config.php in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once(/config.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include-once'>function.include-once</a>]: Unable to access /config.php in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once(/config.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include-once'>function.include-once</a>]: Unable to access /config.php in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include-once'>function.include-once</a>]: Unable to access /config.php in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once(/config.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once(/config.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include-once'>function.include-once</a>]: Unable to access /config.php in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once(/config.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /vbseo.php on line 17 [25-Jul-2009 19:28:50] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /vbseo.php on line 17
-
27th Jul 2009, 06:21 PM #9MemberWebsite's:
viz0n.net SolidNode.com r00tsecurity.orgNothing in the error log points to a problem with getting the image via url... Try this for me. Delete error_log so that there is nothing in it, then attempt to upload images via url from a couple of different sources, then post the error_log.
******** ▌| SolidNode.com - *QUALITY OFFSHORE* [100+ clients strong]
******** ▌| For official support, please e-mail support@solidnode.com.
******** ▌| We run well managed servers with Basic DDoS Protection.
******** ▌| We also do Server/Site Management/Setup
-
27th Jul 2009, 07:01 PM #10OPMemberWebsite's:
phrozenfilez.comWill anything happen if I delete the error_log? Must I create a new one or will one be created automatically?
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Where to get gif avatars?
By foxman in forum General DiscussionReplies: 5Last Post: 1st Mar 2012, 06:10 PM -
[Help] Cpanel : Starting MySQL. ERROR! Manager of pid-file quit without updating file
By zeroseven in forum Server ManagementReplies: 5Last Post: 19th Oct 2011, 11:14 AM -
Error in updating CentOS6
By feronso in forum Server ManagementReplies: 2Last Post: 2nd Sep 2011, 06:37 AM -
Avatars
By Europe in forum Feedback and SuggestionsReplies: 2Last Post: 15th Mar 2011, 10:17 AM -
Where Are The Avatars?
By EsotorisK in forum General DiscussionReplies: 21Last Post: 21st Jul 2010, 01:53 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...