close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Internal Server Error 500

Thread began 11/05/2011 5:40 am by orders431983 | Last modified 11/07/2011 7:21 am by Jason Byrnes | 3554 views | 6 replies |

orders431983

Internal Server Error 500

Hello,

Just purchased and installed powerstore 4.5. When i click on publish after changing a design I get Internal Server Error 500. The new designs appear in black and white when I go back to the design tab. I installed my store under www.reefwater.net\store.

Hoping somebody can help me get this working, it seems to be a common issue still in 4.5.

Sign in to reply to this post

orders431983

FYI Tried this and it did not help..

in the admin/common/properties.php file, try changing:

PHP Code:
$GLOBALS['permissions'] = array(
'dir' => 0777,
'file' => 0666
);


to:

PHP Code:
$GLOBALS['permissions'] = array(
'dir' => 0755,
'file' => 0755
);


if you continue to have problems, please post back the text of the error message.

Sign in to reply to this post

orders431983

I have also tried this..

we resolved this on the phone by setting the permissions for all of the files in the webassist/plugins/styler folder to 755

Sign in to reply to this post

orders431983

Checked the error log, it is complaining about line 15 and 19 in filebrowse.php

Sign in to reply to this post

orders431983

Frustrating

I have traced the error back to this error. There are several threads and they all end with Open a support ticket and then nothing.

Just curious why nobody posted an answer to this. 400 bucks and I was hoping to have this up and running over the weekend. Did anybody ever find an answer for this or should I just get my money back on monday?

PHP Warning: Illegal offset type in isset or empty in D:\home\acalamedical.com\wwwroot\webassist\plugins \styler\filebrowse.php on line 15
PHP Warning: Illegal offset type in D:\home\acalamedical.com\wwwroot\webassist\plugins \styler\filebrowse.php on line 19
PHP Warning: Illegal offset type in isset or empty in D:\home\acalamedical.com\wwwroot\webassist\plugins \styler\filebrowse.php on line 15
PHP Warning: Illegal offset type in D:\home\acalamedical.com\wwwroot\webassist\plugins \styler\filebrowse.php on line 19

Sign in to reply to this post

orders431983

Ended up fixing this myself over the weekend. The Styler directory was set to 777, changing to 755 on all directories fixed the issue.

Sign in to reply to this post

Jason ByrnesWebAssist

yes, this code change in the admin/common/properties.php file:

PHP Code:
$GLOBALS['permissions'] = array(
'dir' => 0777,
'file' => 0666
);


to:

PHP Code:
$GLOBALS['permissions'] = array(
'dir' => 0755,
'file' => 0755
);



and setting the permissions for the webassist/plugins/styler folder and all files under it usually fix this issue.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...