-
Content count
13,804 -
Joined
-
Last visited
-
Days Won
62
germ last won the day on July 11 2014
germ had the most liked content!
About germ
- Birthday 12/31/2010
Profile Information
-
Real Name
Jim
-
Gender
Male
-
Location
USA (GMT-6)
-
Interests
Winning the Lottery.
- Website
-
Hello Germ,
I m having only on the ADMIN side the error
Warning: Cannot modify header information - headers already sent by (output started at /home/a2427dzd/public_html/*******/******/includes/languages/greek.php:1) in /home/a2427dzd/public_html/*******/******/includes/functions/general.php on line 38
I allready checked php version is 5.6
I allready checked admin/includes/application_top.php for the extra lines and spaces and removed them
what else can I do?
-
# forextra # started following germ
-
arshidkv12 started following germ
-
-
That's in In the ADMIN SIDE ON THE SERVER (not your local copy)? :unsure:
-
When you get UPPER_CASE_EERORS like that it usually means you have missed a "define" in a PHP file. Check you /admin/includes/database_tables.php and be sure it includes definitions for TABLE_PAGES and TABLE_PAGES_DESCRIPTION
-
germ started following misalignment of cart content & checkout box, Site shut down due to excessive emails being sent, Highlight current category (Category box) and and 4 others
-
Scrolling Images Carousel With Hotlinks In Header
germ replied to azer's topic in General Add-Ons Support
It's a value inserted into the configuration table in the DB when installed. -
Slider with admin configuration - admin logout / session issue
germ replied to robertwhitis's topic in Templates and Images
The person who wrote this needs to attend an osC 101 class. :huh: My guess would be this code in /admin/includes/boxes/configuration.php array( 'code' => 'Slider Conf', 'title' => 'Slider', 'link' => 'slider.php' ) Try this instead: array( 'code' => 'Slider Conf', 'title' => 'Slider', 'link' => tep_href_link('slider.php') ) If you don't use the tep_href_link() function on anchors you stand a pretty good chance of losing the session. -
The "Cannot redeclare" error is caused by accidentally copying a "code" file into the "language" folder. Click the "Cannot redeclare" link i nmy signature for a simple way to find it.
-
There isn't as far as I know. There is a "Master Password" add-on that would allow you to log into their account at reset it that way. I don't know if it's been recoded to work with 2.3.x versions or not. Just so you know - osC passwords are "hashed" not "encrypted". That means you can't decipher them (unless you have buddies high up in the NSA, they might be able to...)
- 5 replies
-
- password
- reset password
-
(and 1 more)
Tagged with:
-
catalog/includes/language/\english/modules/shipping/zones.php You're posting 2.3.x questions in the 3.x part of the forum again.
-
In USPS Rate V4, Intl Rate V2 - Call to undefined function: htmlspecialchars_decode()
germ replied to Fedka's topic in Shipping Modules
Click me -
define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Local to SHEPPARTON, VICTORIA REGION ONLY!!<br> We reserve the right to cancel any orders outside the PICKUP AREA stated above that don\'t include shipping.');
-
[Contribution] osc2ebay - oscommerce to ebay synchronization
germ replied to hozone's topic in General Add-Ons Support
Post the code from the file, lines 57 to 77 (sometimes what you consider a "line" and what the PHP parser considers it are different). Obviously something is amiss somewhere or you wouldn't be getting an error. :huh: -
Deprecated: Assigning the return value of new by reference is deprecated in/admin/includes/classes/xml_5.php on line 25
germ replied to MTG Mania's topic in Shipping Modules
I like the visual.... (w00t) So what';s the code from the file on line 25? :unsure: -
Deprecated: Assigning the return value of new by reference is deprecated in/admin/includes/classes/xml_5.php on line 25
germ replied to MTG Mania's topic in Shipping Modules
You'll have to post the error message. I'm not "magic" like you. :blush: -
Deprecated: Assigning the return value of new by reference is deprecated in/admin/includes/classes/xml_5.php on line 25
germ replied to MTG Mania's topic in Shipping Modules
Did you catch the post by the other JIm? :unsure: