Author |
Message |
AndyB
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/50e5906d503900b86d7c3.jpg)
Joined: Jun 03, 2004
Posts: 231
Location: Torrevieja, Spain
|
Posted:
Tue Apr 10, 2012 1:34 pm |
|
Evening Gents;
on my test box @ home (don't ask, took ages)
I've managed to get the backup running on XAMPP.
All ok, after a few "modifications" to get it to work locally.
Issues I have after a "successful" upgrade (don't know what I was worrying about )
OK;
using FISUBICE theme, site deactivated in Sentinel;
if I go to /admin.php?op=Configure
it doesn't appear to show the whole page- for example it gets so far down and then I get to where it says
"Footer Messages
Footer Line 1:" the box "closes" but then nothing; no save or anything lower down (or elsewhere) - it looks like something is missing- and I can't save the settings I change.
Also;
the news module for the front page; I LOVE the fact that it can have 2 columns, BUT is it possible to get individual stories to span both columns on an "as and when required" basis?
And one last one- clicking to printpdf- gives me a 404 error message..?
Thanks for the hard work so far! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Apr 10, 2012 1:47 pm |
|
update; it doesn't appear to be a theme related issue- just tried it on one of the others..... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/48fb116845dfecf66294c.gif)
Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA
|
Posted:
Tue Apr 10, 2012 3:56 pm |
|
If i remember right when the site is deactivated it causes validation errors which may lead to some problems at times. If you are testing locally I would re-activate the site; as that's a feature intended for use on a live site while maintenance is being done.
No easy way to switch in-and-out of the 2-column news, short of modifying the module.
The pdf error may be due to the site being deactivated. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 11, 2012 12:56 am |
|
Thanks. I'll double check when I get home. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 11, 2012 11:36 am |
|
OK;
have enabled errors;
I thought I followed instructions correctly, but maybe not
Quote: | Warning: include_once(L:\xampp\htdocs/includes/fckeditor/fckeditor.php) [function.include-once]: failed to open stream: No such file or directory in L:\xampp\htdocs\mainfile.php on line 1039
Warning: include_once() [function.include]: Failed opening 'L:\xampp\htdocs/includes/fckeditor/fckeditor.php' for inclusion (include_path='.;L:\xampp\php\PEAR') in L:\xampp\htdocs\mainfile.php on line 1039
Fatal error: Class 'FCKeditor' not found in L:\xampp\htdocs\mainfile.php on line 1041 |
So I uploaded the whole lot (directory) and it worked again
The pdf bit still doesn't work- is it possibly something to do with the short url's, and adding it into .htaccess, perhaps? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 11, 2012 12:07 pm |
|
when you try to view a pdf you get a white page? Is anything viewable if you view source of the white page? The pdf generation will fail if html content is being mixed somehow, and it's possible error reporting itself may cause issues with pdf generation, depending on the errors being generated.
I vaguely remember running into similar issues with pdf generation locally at one time, but can't really remember any other details I wouldn't lose too much sleep over it as it's likely something related to your local setup, and will work as intended on a live site (hopefully) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 11, 2012 12:16 pm |
|
lets hope so- the error message points to an error 404 document, picked up by the error docs...
I could try it with the short urls off... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Fri Apr 13, 2012 10:20 am |
|
... and what was the result?
I remember having issues with the 2.5 release during some testing awhile back. I had to make my local PC setup be a virtual host and then everything worked properly. Never really had time to delve into why... |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 13, 2012 3:04 pm |
|
I've uploaded the site; curerently off via Sentinel until testing complete; error message is white screen with
Quote: | Not Found
The requested URL /article-printpdf-670.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. |
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 13, 2012 3:29 pm |
|
check your htaccess and make sure the rewrites for articles (news) are current. The rewrites for 2.4 won't work for 2.5, that could be the issue. You should specifically see one for the pdf url you mentioned.
If rewrites are missing, see Shortlinks.htaccess included in the distro
If that is not the issue try re-uploading the root/classes/tcpdf directory |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/3234de284ee21bd39eecd.jpg)
Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina
|
Posted:
Fri Apr 13, 2012 3:38 pm |
|
Also, see if you server is using apache mod_security. I have heard of some people having issues with pdf generation when mod_security is used. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 13, 2012 4:33 pm |
|
ok- thanks. Am still testing (trying to find where to re-set the server time- showing as GMT, not BST..)
EDIT- time zone set as BST in options... but no change? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 13, 2012 4:48 pm |
|
nuken wrote: | Also, see if you server is using apache mod_security. I have heard of some people having issues with pdf generation when mod_security is used. |
Could you possibly advise how I could check? Thanks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 13, 2012 4:53 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 13, 2012 5:08 pm |
|
Thought so- will do. Incidentally, I've literally just reactivated the site- it made do difference to the pdf generation |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 13, 2012 6:03 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
AndyB
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Apr 17, 2012 3:30 pm |
|
Thanks.
Hopefully the bit below will make *some* sense- and may help others....
That also explained another "issue" or 2 I've just found;
using the same news article you did- if I click the "read more" at the top of the "block"- the link given is
http://www.audifans.net/article-friend-670.html - but this gave me a flash type "pop up box" that generated a 404 error.
If I click the link at the bottom for "read more" -
it would be something like
http://www.audifans.net/article670.html
This was fixed by following instructions.... (I'd not copied the necessary content from shortlinks.htaccess -there was some stuff in there (probably from a previous version) that was "working" to a certain extent....) must pay more attention when editing files (although the "new" .htaccess excluding Sentinel blocked IP's is running at 689 lines- maybe a tad long? (Am thinking maybe some duplicates??)
Also- if I hit the facebook "share" option (top right)- the link is
http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.audifans.net%2Farticle670.html -but it only opens up the facebook page - if anyone thinks this is an "error"- it may not be. If I log into my "regular" facebook account- it shows ok and ready to place it on my wall; the site has a different type of account (pages?)- so it doesn't work... probably down to either the way I have the facebook page configured (still learning that one), or their API....
Hope that helps others..... ![Very Happy](modules/Forums/images/smiles/icon_biggrin.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|